[packages/pcre] - bugfix

qboosh qboosh at pld-linux.org
Sun Jan 26 09:28:30 CET 2014


commit 187b24cde45cac75ffdecda28de3f38e586f88c9
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Jan 26 09:29:52 2014 +0100

    - bugfix

 pcre.spec | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/pcre.spec b/pcre.spec
index bee22d0..3819d34 100644
--- a/pcre.spec
+++ b/pcre.spec
@@ -320,11 +320,11 @@ rm -rf $RPM_BUILD_ROOT
 %post   cxx -p /sbin/ldconfig
 %postun cxx -p /sbin/ldconfig
 
-%post	-p pcre16 -p /sbin/ldconfig
-%postun	-p pcre16 -p /sbin/ldconfig
+%post	-n pcre16 -p /sbin/ldconfig
+%postun	-n pcre16 -p /sbin/ldconfig
 
-%post	-p pcre32 -p /sbin/ldconfig
-%postun	-p pcre32 -p /sbin/ldconfig
+%post	-n pcre32 -p /sbin/ldconfig
+%postun	-n pcre32 -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
@@ -351,6 +351,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/pcreapi.3*
 %{_mandir}/man3/pcrebuild.3*
 %{_mandir}/man3/pcrecallout.3*
+%{_mandir}/man3/pcrecompat.3*
 %{_mandir}/man3/pcredemo.3*
 %{_mandir}/man3/pcrejit.3*
 %{_mandir}/man3/pcrelimits.3*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pcre.git/commitdiff/187b24cde45cac75ffdecda28de3f38e586f88c9



More information about the pld-cvs-commit mailing list