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