[cpp-log4shib] branch master updated: Clean up RPM spec for 2.0.
Scott Cantor
cantor.2 at osu.edu
Mon Jun 25 21:00:37 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-log4shib.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-log4shib.git;a=commit;h=c3e3433c26eb07c1b1fdeaa3f5459e67861c081c
The following commit(s) were added to refs/heads/master by this push:
new c3e3433 Clean up RPM spec for 2.0.
c3e3433 is described below
commit c3e3433c26eb07c1b1fdeaa3f5459e67861c081c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jun 25 21:00:32 2018 -0400
Clean up RPM spec for 2.0.
---
log4shib.spec.in | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/log4shib.spec.in b/log4shib.spec.in
index ddfd7d5..d1033de 100644
--- a/log4shib.spec.in
+++ b/log4shib.spec.in
@@ -76,10 +76,10 @@ if test "x$RPM_INSTALL_PREFIX0" != "x" ; then
fi
%ifnos solaris2.8 solaris2.9 solaris2.10
-%postun -n lib at PACKAGE_NAME@1 -p /sbin/ldconfig
+%postun -n lib at PACKAGE_NAME@2 -p /sbin/ldconfig
%endif
-%files -n lib at PACKAGE_NAME@1
+%files -n lib at PACKAGE_NAME@2
%defattr(-,root,root,755)
%attr(755,root,root) %{_libdir}/lib*.so.*
@@ -87,12 +87,9 @@ fi
%defattr(-,root,root,755)
%{_includedir}/*
%{!?_without_doxygenrpm:%{_mandir}/man?/*}
-%attr(755,root,root) %{_bindir}/@PACKAGE_NAME at -config
%attr(755,root,root) %{_libdir}/*.so
%attr(644,root,root) %{_libdir}/*.a
%attr(644,root,root) %{_libdir}/pkgconfig/@PACKAGE_NAME at .pc
-%dir %{_datadir}/aclocal
-%attr(644,root,root) %{_datadir}/aclocal/*.m4
%exclude %{_libdir}/*.la
%doc %{pkgdocdir}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list