]> git.pld-linux.org Git - packages/nautilus.git/commitdiff
- add --enable-static to configure parameters. nautilus-1_0_4-1
authorkloczek <kloczek@pld-linux.org>
Wed, 8 Aug 2001 21:11:49 +0000 (21:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nautilus.spec -> 1.22

nautilus.spec

index 1e270e27d9f221ff8ee3025d88c7401d1d0cb6cd..f987f911d759178cd407b1a5aed52e87df8a2829 100644 (file)
@@ -136,7 +136,8 @@ automake -a -c
        %{?debug:--enable-more-warnings} \
        %{!?debug:--disable-more-warnings} \
        --with-mozilla-lib-place=%{_libdir} \
-       --with-mozilla-include-place=%{_includedir}/mozilla
+       --with-mozilla-include-place=%{_includedir}/mozilla \
+       --enable-static
 
 %{__make}
 
@@ -227,7 +228,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files static
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.a
+%{_libdir}/lib*.a
+%{_libdir}/vfs/modules/*.a
 
 %files mozilla
 %defattr(644,root,root,755)
This page took 0.099525 seconds and 4 git commands to generate.