Fix symlink problems introduced previously in r5

This commit is contained in:
Stanislav Ochotnicky 2010-05-12 07:37:03 +00:00
parent 24992d486b
commit cd4e9a39d7

View File

@ -4,7 +4,7 @@
Name: apache-%{short_name}
Version: 1.1.1
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Apache Commons Logging
License: ASL 2.0
Group: Development/Libraries
@ -100,6 +100,7 @@ pushd $RPM_BUILD_ROOT%{_javadir}
for jar in *-%{version}*; do
ln -sf ${jar} `echo $jar| sed "s|apache-||g"`
ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`
ln -sf ${jar} `echo $jar| sed "s|apache-\(.*\)-%{version}|\1|g"`
done
popd # come back from javadir
@ -148,6 +149,9 @@ rm -rf $RPM_BUILD_ROOT
# -----------------------------------------------------------------------------
%changelog
* Wed May 12 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1.1-7
- Fix symlink problems introduced previously in r5
* Tue May 11 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1.1-6
- Add one more add_to_maven_depmap for backward compatibility