SPECS: libpcap.spec - ghost soname symlink - fixed pcap-int.h sanitizing

qboosh qboosh at pld-linux.org
Sat Nov 29 12:53:32 CET 2008


Author: qboosh                       Date: Sat Nov 29 11:53:32 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- ghost soname symlink
- fixed pcap-int.h sanitizing

---- Files affected:
SPECS:
   libpcap.spec (1.77 -> 1.78) 

---- Diffs:

================================================================
Index: SPECS/libpcap.spec
diff -u SPECS/libpcap.spec:1.77 SPECS/libpcap.spec:1.78
--- SPECS/libpcap.spec:1.77	Mon Nov 24 15:57:32 2008
+++ SPECS/libpcap.spec	Sat Nov 29 12:53:26 2008
@@ -173,7 +173,7 @@
 
 # some packages want it... but sanitize somehow
 # (don't depend on HAVE_{STRLCPY,SNPRINTF,VSNPRINTF} defines)
-sed -e '285,291d;294,303d' pcap-int.h > $RPM_BUILD_ROOT%{_includedir}/pcap-int.h
+sed -e '390,396d;399,408d' pcap-int.h > $RPM_BUILD_ROOT%{_includedir}/pcap-int.h
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -185,8 +185,9 @@
 %defattr(644,root,root,755)
 %doc CHANGES CREDITS LICENSE README
 %attr(755,root,root) %{_libdir}/libpcap.so.*.*
-%{_mandir}/man5/*.5*
-%{_mandir}/man7/*.7*
+%attr(755,root,root) %ghost %{_libdir}/libpcap.so.0
+%{_mandir}/man5/pcap-savefile.5*
+%{_mandir}/man7/pcap-*.7*
 
 %files devel
 %defattr(644,root,root,755)
@@ -207,6 +208,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.78  2008/11/29 11:53:26  qboosh
+- ghost soname symlink
+- fixed pcap-int.h sanitizing
+
 Revision 1.77  2008/11/24 14:57:32  arekm
 - more manual pages
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libpcap.spec?r1=1.77&r2=1.78&f=u



More information about the pld-cvs-commit mailing list