]> git.pld-linux.org Git - packages/mp3info.git/blob - mp3info.spec
789f6ae291d528203afc86a1468321184cf404a0
[packages/mp3info.git] / mp3info.spec
1 Summary:        Utility for MP3 information and tag modification
2 Summary(pl.UTF-8):      Program do manipulowania tagami ID3 plików w formacie MP3
3 Summary(tr.UTF-8):      MP3 ses dosyası bilgileri düzenleme aracı
4 Name:           mp3info
5 Version:        0.2.16
6 Release:        6
7 License:        GPL v2
8 Group:          Applications/Sound
9 # originally from ftp://bimbo.hive.no/pub/mp3info/ (dead)
10 Source0:        %{name}-%{version}.tar.bz2
11 # Source0-md5:  ef1b3d9b83d2918699de60942fe8d5b5
12 Patch0:         %{name}-aclocal.patch
13 Patch1:         %{name}-time.h.patch
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  libstdc++-devel
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.UTF-8
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.UTF-8
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 %patch1 -p1
37
38 %build
39 %{__aclocal}
40 %{__autoconf}
41 %{__automake}
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc AUTHORS ChangeLog README
57 %attr(755,root,root) %{_bindir}/mp3info
58 %{_mandir}/man1/mp3info.1*
This page took 0.045926 seconds and 2 git commands to generate.