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