diff options
author | paul <paul> | 2004-10-29 05:35:43 +0000 |
---|---|---|
committer | paul <paul> | 2004-10-29 05:35:43 +0000 |
commit | 28f79728b6ec46f545fc9978a9238e6d58c7a5d2 (patch) | |
tree | 7bacb31519957d0ca752d58088fe90f3d47a330e /redhat/quagga.spec.in | |
parent | f2799e69514f4e63598e77b823fb9a67f5dc3c61 (diff) |
- lib/ dir shouldnt be conditional, remove bad dir attribute from dev files
Diffstat (limited to 'redhat/quagga.spec.in')
-rw-r--r-- | redhat/quagga.spec.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/redhat/quagga.spec.in b/redhat/quagga.spec.in index c60711b0..ec7f206f 100644 --- a/redhat/quagga.spec.in +++ b/redhat/quagga.spec.in @@ -308,8 +308,8 @@ rm -rf $RPM_BUILD_ROOT %if %{with_isisd} %{_sbindir}/isisd %endif -%if %{with_shared} %dir %attr(755,root,root) %{_libdir} +%if %{with_shared} %{_libdir}/lib*.so %{_libdir}/lib*.so.* %endif @@ -331,15 +331,15 @@ rm -rf $RPM_BUILD_ROOT %if %{with_ospfclient} %{_sbindir}/ospfclient %endif -%dir %{_libdir}/*.a -%dir %{_libdir}/*.la +%{_libdir}/*.a +%{_libdir}/*.la %dir %attr(755,root,root) %{_includedir}/%{name} -%dir %{_includedir}/%name/*.h +%{_includedir}/%name/*.h %dir %attr(755,root,root) %{_includedir}/%{name}/ospfd -%dir %{_includedir}/%name/ospfd/*.h +%{_includedir}/%name/ospfd/*.h %if %{with_ospfapi} %dir %attr(755,root,root) %{_includedir}/%{name}/ospfapi -%dir %{_includedir}/%name/ospfapi/*.h +%{_includedir}/%name/ospfapi/*.h %endif %changelog |