- Initial build.

This commit is contained in:
Steve Grubb 2009-06-12 13:58:29 +00:00
parent bf27b13c58
commit 708d16f521

View File

@ -52,7 +52,6 @@ VLIBNAME=$(ls $RPM_BUILD_ROOT/%{_lib}/%{name}.so.*.*.*)
LIBNAME=$(basename $VLIBNAME)
ln -s ../../%{_lib}/$LIBNAME $RPM_BUILD_ROOT%{_libdir}/%{name}.so
# Remove a couple things so they don't get picked up
rm -f $RPM_BUILD_ROOT/%{_lib}/libcap-ng.la
rm -f $RPM_BUILD_ROOT/%{_lib}/libcap-ng.a
@ -86,10 +85,6 @@ rm -rf $RPM_BUILD_ROOT
%attr(0644,root,root) %{_mandir}/man8/*
%changelog
* Thu Jun 11 2009 Steve Grubb <sgrubb@redhat.com> 0.4.1-1
- Spec file cleanups per review
- New upstream release
* Wed Jun 10 2009 Steve Grubb <sgrubb@redhat.com> 0.4-1
* Fri Jun 12 2009 Steve Grubb <sgrubb@redhat.com> 0.4.1-1
- Initial build.