]> git.pld-linux.org Git - packages/gnome-vfs2.git/commitdiff
- removed unused *.la for bonobo and gnome-vfs modules; release 4
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 27 Dec 2003 17:02:22 +0000 (17:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-vfs2.spec -> 1.91

gnome-vfs2.spec

index 1abdc611f89e93981470025518a7cc4172a6201a..9afdc6b2e0ad8daeda44ee4d19edf76c0a1f4620 100644 (file)
@@ -2,7 +2,7 @@ Summary:        GNOME2 - virtual file system
 Summary(pl):   GNOME2 - wirtualny system plików
 Name:          gnome-vfs2
 Version:       2.4.1
-Release:       3
+Release:       4
 License:       GPL
 Group:         Applications
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.4/gnome-vfs-%{version}.tar.bz2
@@ -77,7 +77,6 @@ Pakiet ten zawiera biblioteki statyczne gnome-vfs2.
 %patch3 -p1
 
 %build
-rm -f missing
 %{__libtoolize}
 %{__aclocal} -I %{_aclocaldir}/gnome2-macros
 %{__autoconf}
@@ -95,8 +94,8 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        m4dir=%{_aclocaldir}
 
-# no static modules
-rm -f $RPM_BUILD_ROOT%{_libdir}/{gnome-vfs-2.0/modules,bonobo/monikers}/*.a
+# no static gnomevfs or bonobo modules and *.la for them
+rm -f $RPM_BUILD_ROOT%{_libdir}/{gnome-vfs-2.0/modules,bonobo/monikers}/*.{la,a}
 
 %find_lang gnome-vfs-2.0
 
@@ -119,11 +118,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_libdir}/gnome-vfs-2.0
 %dir %{_libdir}/gnome-vfs-2.0/modules
 %attr(755,root,root) %{_libdir}/gnome-vfs-2.0/modules/*.so
-%{_libdir}/gnome-vfs-2.0/modules/*.la
 %attr(755,root,root) %{_libdir}/vfs
 %{_libdir}/bonobo/servers/*
 %attr(755,root,root) %{_libdir}/bonobo/monikers/*.so
-%{_libdir}/bonobo/monikers/*.la
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.111126 seconds and 4 git commands to generate.