diff --git a/resteasy.spec b/resteasy.spec index 83e0deb..9c4bb15 100644 --- a/resteasy.spec +++ b/resteasy.spec @@ -3,7 +3,7 @@ Name: resteasy Version: 3.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Framework for RESTful Web services and Java applications License: ASL 2.0 and CDDL URL: http://www.jboss.org/resteasy @@ -154,7 +154,7 @@ done %mvn_install find -name "resteasy-*-jandex.jar" | while read f; do - install -pm 644 ${f} %{buildroot}%{_javadir}/%{name}/$(basename $f) + install -pm 644 ${f} %{buildroot}%{_javadir}/%{name}/$(basename -s "-%{namedversion}-jandex.jar" $f)-jandex.jar done %files -f .mfiles @@ -166,6 +166,9 @@ done %doc jaxrs/License.html %changelog +* Fri Aug 09 2013 Marek Goldmann - 3.0.1-3 +- Remove versioning from the jandex files + * Fri Aug 09 2013 Marek Goldmann - 3.0.1-2 - Added jandex index files to all jars