]> git.pld-linux.org Git - packages/libpcap.git/commitdiff
- added %%defattr
authorArtur Frysiak <artur@frysiak.net>
Mon, 29 Nov 1999 20:26:15 +0000 (20:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libpcap.spec -> 1.16

libpcap.spec

index a6b64dea4ab7b669b367f60d3afbb6a30ec6e487..2501ec33f81a91049dd9ae370dac174523981341 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Libpcap provides promiscuous mode access to network interfaces
 Summary(pl):   Libpcap pozwala na bezpo¶redni dostêp do interfejsów sieciowych
 Name:          libpcap
 Version:       0.4
-Release:       3
+Release:       4
 Group:         Libraries
 Group(pl):     Biblioteki
 Copyright:     GPL
@@ -89,11 +89,13 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
+%defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_includedir}/*
 %{_mandir}/man*/*
 
 %files static
-%attr(644,root,root) %{_libdir}/lib*.a
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
 
 %changelog
This page took 0.042153 seconds and 4 git commands to generate.