]> git.pld-linux.org Git - packages/ape2mp3.git/commitdiff
- added file patch, release 2
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 28 Dec 2006 21:24:25 +0000 (21:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ape2mp3.spec -> 1.5

ape2mp3.spec

index 05e5e6f89b65619798131ae78eedf81ab9a97d6a..1e942f0582dc70957e096340faacc69adb4cf5ff 100644 (file)
@@ -2,11 +2,12 @@ Summary:      Converts ape-image to MP3-tracks
 Summary(pl):   Konwersja obrazów ape do scie¿ek MP3
 Name:          ape2mp3
 Version:       0.1
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Sound
 Source0:       http://dl.sourceforge.net/ape2mp3/%{name}
 # Source0-md5: 30c5003a3a5abe461d8821d4aec1e8a4
+Patch0:                %{name}-file.patch
 URL:           http://sourceforge.net/projects/ape2mp3/
 Requires:      bash
 Requires:      bchunk >= 1.0
@@ -27,6 +28,8 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
 install %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}
 
+patch $RPM_BUILD_ROOT%{_bindir}/%{name} %{PATCH0}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.116605 seconds and 4 git commands to generate.