]> git.pld-linux.org Git - packages/mp3info.git/blob - mp3info.spec
- release 8 (by relup.sh)
[packages/mp3info.git] / mp3info.spec
1 Summary:        Utility for MP3 information and tag modification
2 Summary(hu.UTF-8):      Eszköz MP3 információk és tag módosítására
3 Summary(pl.UTF-8):      Program do manipulowania tagami ID3 plików w formacie MP3
4 Summary(tr.UTF-8):      MP3 ses dosyası bilgileri düzenleme aracı
5 Name:           mp3info
6 Version:        0.2.16
7 Release:        8
8 License:        GPL v2
9 Group:          Applications/Sound
10 # originally from ftp://bimbo.hive.no/pub/mp3info/ (dead)
11 Source0:        %{name}-%{version}.tar.bz2
12 # Source0-md5:  ef1b3d9b83d2918699de60942fe8d5b5
13 Patch0:         %{name}-aclocal.patch
14 Patch1:         %{name}-time.h.patch
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  libstdc++-devel
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 hu.UTF-8
25 mp3info egy parancssoros eszköz TAG (ID3) informácikók kinyerésére és
26 szerkesztésére MP3 fájlokban. A kimenete is konfigurálható.
27
28 %description -l pl.UTF-8
29 mp3info jest programem do manipulowania tagami ID3 plików w formacie
30 MP3. Umożliwia dowolne skonfigurowanie wyświetlanych przez to
31 narzędzie informacji.
32
33 %description -l tr.UTF-8
34 mp3info, MP3 ses dosyalarından TAG (ID3) bilgilerini okumanızı ve
35 değiştirmenizi sağlayan bir komut satırı aracıdır. Çeşitli şekillerde
36 çıktılar verebilir.
37
38 %prep
39 %setup -q
40 %patch0 -p1
41 %patch1 -p1
42
43 %build
44 %{__aclocal}
45 %{__autoconf}
46 %{__automake}
47 %configure
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc AUTHORS ChangeLog README
62 %attr(755,root,root) %{_bindir}/mp3info
63 %{_mandir}/man1/mp3info.1*
This page took 0.094338 seconds and 3 git commands to generate.