]> git.pld-linux.org Git - packages/libgpod.git/commitdiff
- kill libtool file auto/th/libgpod-0_8_0-3
authorArtur Frysiak <artur@frysiak.net>
Sun, 13 Feb 2011 01:32:02 +0000 (01:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel. 3

Changed files:
    libgpod.spec -> 1.50

libgpod.spec

index 132113a2da8eb35ba37f5e92fac296f10654648d..a9d76bc1838e06ca58bd59cf981aef250af4ee6c 100644 (file)
@@ -11,7 +11,7 @@ Summary:      Shared library to access the contents of an iPod
 Summary(pl.UTF-8):     Biblioteka współdzielona do dostępu do zawartości iPodów
 Name:          libgpod
 Version:       0.8.0
-Release:       2
+Release:       3
 License:       GPL v2
 Group:         Libraries
 Source0:       http://downloads.sourceforge.net/gtkpod/%{name}-%{version}.tar.gz
@@ -189,7 +189,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{py_sitedir}/gpod/*.{la,a}
+%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/gpod/*.la \
+        $RPM_BUILD_ROOT%{_libdir}/libgpod.la
 
 %py_postclean
 
@@ -218,7 +219,6 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libgpod.so
-%{_libdir}/libgpod.la
 %{_pkgconfigdir}/libgpod-1.0.pc
 %{_includedir}/gpod-1.0
 
This page took 0.088395 seconds and 4 git commands to generate.