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