]> git.pld-linux.org Git - packages/cheese.git/commitdiff
- kill libtool archives
authorPatryk Zawadzki <patrys@room-303.com>
Thu, 3 Jun 2010 09:33:35 +0000 (09:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cheese.spec -> 1.34

cheese.spec

index f9c12b5cd010b9c4b583e8a14e2e75df102b26b6..6e19a943e5591dc076e2a6f02a6d8a99902312cc 100644 (file)
@@ -106,6 +106,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/*.la
+
 %find_lang %{name} --with-gnome --with-omf
 
 %clean
@@ -142,7 +144,6 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libcheese-gtk.so
-%{_libdir}/libcheese-gtk.la
 %{_includedir}/cheese
 %{_pkgconfigdir}/cheese-gtk.pc
 
This page took 0.128001 seconds and 4 git commands to generate.