]> git.pld-linux.org Git - packages/mp3info.git/blob - mp3info.spec
- release 5: spec adapterized.
[packages/mp3info.git] / mp3info.spec
1 Summary:        Utility for MP3 information and tag modification
2 Summary(pl):    Program do manipulowania tagami ID3 plików w formacie MP3
3 Summary(tr):    MP3 ses dosyasý bilgileri düzenleme aracý
4 Name:           mp3info
5 Version:        0.2.16
6 Release:        5
7 License:        GPL
8 Group:          Applications/Sound
9 Group(de):      Applikationen/Laut
10 Group(es):      Aplicaciones/Sonido
11 Group(pl):      Aplikacje/D¼wiêk
12 Group(pt_BR):   Aplicações/Som
13 Source0:        ftp://bimbo.hive.no/pub/mp3info/%{name}-%{version}.tar.bz2
14 Patch0:         %{name}-aclocal.patch
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 mp3info is a command line utility to extract and manipulate TAG (ID3)
21 info from MP3 files. It also has a VERY configurable output.
22
23 %description -l pl
24 mp3info jest programem do manipulowania tagami ID3 plików w formacie
25 MP3. Umo¿liwia dowolne skonfigurowanie wy¶wietlanych przez to
26 narzêdzie informacji.
27
28 %description -l tr
29 mp3info, MP3 ses dosyalarýndan TAG (ID3) bilgilerini okumanýzý ve
30 deðiþtirmenizi saðlayan bir komut satýrý aracýdýr. Çeþitli þekillerde
31 çýktýlar verebilir.
32
33 %prep
34 %setup -q
35 %patch0 -p1
36
37 %build
38 rm -f missing
39 aclocal
40 autoconf
41 automake -a -c
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 gzip -9nf AUTHORS NEWS README ChangeLog
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc *.gz
58 %attr(755,root,root) %{_bindir}/*
59 %{_mandir}/*/*
This page took 0.08862 seconds and 3 git commands to generate.