]> git.pld-linux.org Git - packages/flac.git/commitdiff
- added missing "Requires: xmms" in xmms-input-flac subpackage and few cosmetic. flac-1_0_3-1
authorkloczek <kloczek@pld-linux.org>
Tue, 3 Sep 2002 17:41:49 +0000 (17:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    flac.spec -> 1.3

flac.spec

index 25e46c35ebb2bade4d488198393fe88839cc12c8..ec7b86e25d034663536068bff0cc51b81bc5036a 100644 (file)
--- a/flac.spec
+++ b/flac.spec
@@ -51,6 +51,7 @@ Summary:      Free Lossless Audio Codec
 License:       GPL/LGPL
 Group:         Libraries
 Requires:      %{name} = %{version}
+Requires:      xmms
 
 %description -n xmms-input-flac
 FLAC input plugin for XMMS.
@@ -74,10 +75,11 @@ aclocal
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} DESTDIR=${RPM_BUILD_ROOT} install
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
-#rm -rf $RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT
 
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
This page took 0.082917 seconds and 4 git commands to generate.