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