]> git.pld-linux.org Git - packages/desktop-file-utils.git/commitdiff
- removed *.la for gnome-vfs module, disable-static (only module here)
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 27 Dec 2003 17:12:54 +0000 (17:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    desktop-file-utils.spec -> 1.7

desktop-file-utils.spec

index deefd4859422ef885279fa185a433339e1669241..52944c28080710398d156ee810f3f64b9ad62257 100644 (file)
@@ -44,13 +44,13 @@ specyfikacji freedesktop.org.
 %setup -q -n %{name}
 
 %build
-rm -f missing
 %{__libtoolize}
 %{__aclocal}
 %{__autoheader}
 %{__automake}
 %{__autoconf}
-%configure
+%configure \
+       --disable-static
 %{__make}
 
 %install
@@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+# remove unused *.la for gnome-vfs modules
+rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules/*.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -71,4 +74,3 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %{_sysconfdir}/gnome-vfs-2.0/modules/menu-modules.conf
 %attr(755,root,root) %{_libdir}/gnome-vfs-2.0/modules/*.so
-%{_libdir}/gnome-vfs-2.0/modules/*.la
This page took 0.08962 seconds and 4 git commands to generate.