]> git.pld-linux.org Git - packages/ape2mp3.git/blame - ape2mp3.spec
- tabs in preamble
[packages/ape2mp3.git] / ape2mp3.spec
CommitLineData
89a3e777 1Summary: Converts ape-image to MP3-tracks
b2767e88 2Summary(pl.UTF-8): Konwersja obrazów ape do scieżek MP3
66a351b7 3Name: ape2mp3
4Version: 0.1
3a9c2a2d 5Release: 2
66a351b7 6License: GPL
7Group: Applications/Sound
41495dbb 8Source0: http://dl.sourceforge.net/ape2mp3/%{name}
66a351b7 9# Source0-md5: 30c5003a3a5abe461d8821d4aec1e8a4
3a9c2a2d 10Patch0: %{name}-file.patch
66a351b7 11URL: http://sourceforge.net/projects/ape2mp3/
12Requires: bash
76915ee2 13Requires: bchunk >= 1.0
66a351b7 14Requires: lame
76915ee2 15Requires: mac >= 3.9
89a3e777 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
66a351b7 17
18%description
89a3e777 19ape2mp3 converts ape-image to MP3-tracks.
66a351b7 20
cc809527
JR
21%description -l pl.UTF-8
22ape2mp3 konwertuje obrazy w formacie ape do scieżek MP3.
66a351b7 23
24%prep
25
26%install
27rm -rf $RPM_BUILD_ROOT
28install -d $RPM_BUILD_ROOT%{_bindir}
29install %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}
30
3a9c2a2d
JB
31patch $RPM_BUILD_ROOT%{_bindir}/%{name} %{PATCH0}
32
66a351b7 33%clean
34rm -rf $RPM_BUILD_ROOT
35
36%files
37%defattr(644,root,root,755)
41495dbb 38%attr(755,root,root) %{_bindir}/ape2mp3
This page took 0.209495 seconds and 4 git commands to generate.