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