Restore apache-commons-codec.jar symlink, resolves #857947

This commit is contained in:
Mikolaj Izdebski 2012-09-17 17:14:56 +02:00
parent 7f7c637db7
commit 434d6d2181

View File

@ -3,7 +3,7 @@
Name: apache-%{short_name}
Version: 1.6
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Implementations of common encoders and decoders
Group: Development/Libraries
License: ASL 2.0
@ -64,6 +64,7 @@ mvn-rpmbuild install javadoc:javadoc
install -d -m 755 %{buildroot}%{_javadir}
install -p -m 644 target/%{short_name}-%{version}.jar \
%{buildroot}%{_javadir}/%{short_name}.jar
ln -sf %{short_name}.jar %{buildroot}%{_javadir}/%{name}.jar
# javadocs
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
@ -85,6 +86,9 @@ install -p -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
%{_javadocdir}/%{name}
%changelog
* Mon Sep 17 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.6-5
- Restore apache-commons-codec.jar symlink, resolves #857947
* Tue Aug 7 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.6-4
- Enable tests
- Install NOTICE with javadoc package