]> git.pld-linux.org Git - packages/mp3info-rmc.git/blob - mp3info-rmc.spec
b4bc4586b88c54267163b69ccc41799b573d5ef0
[packages/mp3info-rmc.git] / mp3info-rmc.spec
1 Summary:        Utility for MP3 information and tag modification
2 Summary(pl.UTF-8):      Program do manipulowania znacznikami ID3 plików w formacie MP3
3 Summary(tr.UTF-8):      MP3 ses dosyası bilgileri düzenleme aracı
4 Name:           mp3info-rmc
5 Version:        0.8.5a
6 Release:        3
7 License:        GPL v2+
8 Group:          Applications/Sound
9 Source0:        ftp://ftp.ibiblio.org/pub/linux/apps/sound/mp3-utils/mp3info/mp3info-%{version}.tgz
10 # Source0-md5:  cb7b619a10a40aaac2113b87bb2b2ea2
11 URL:            http://www.ibiblio.org/mp3info/ 
12 BuildRequires:  gtk+2-devel >= 1:2.0
13 BuildRequires:  ncurses-devel
14 BuildRequires:  pkgconfig
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 mp3info is a command line utility to extract and manipulate TAG (ID3)
19 info from MP3 files. It also has a VERY configurable output.
20
21 %description -l pl.UTF-8
22 mp3info jest programem do manipulowania znacznikami ID3 plików w
23 formacie MP3. Umożliwia dowolne skonfigurowanie wyświetlanych przez to
24 narzędzie informacji.
25
26 %description -l tr.UTF-8
27 mp3info, MP3 ses dosyalarından TAG (ID3) bilgilerini okumanızı ve
28 değiştirmenizi sağlayan bir komut satırı aracıdır. Çeşitli şekillerde
29 çıktılar verebilir.
30
31 %package gtk
32 Summary:        GTK+ version of utility for MP3 information and tag modification
33 Summary(pl.UTF-8):      Wersja GTK+ programu do manipulowania znacznikami ID3 plików w formacie MP3
34 Group:          X11/Applications/Sound
35 Conflicts:      mp3info-rmc < 0.8.5a
36
37 %description gtk
38 GTK+ version of utility for MP3 information and tag modification.
39
40 %description gtk -l pl.UTF-8
41 Wersja GTK+ programu do manipulowania znacznikami ID3 plików w
42 formacie MP3.
43
44 %prep
45 %setup -q -n mp3info-%{version}
46
47 %build
48 %{__make} mp3info gmp3info \
49         CC="%{__cc}" \
50         CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
55
56 %{__make} install \
57         bindir=$RPM_BUILD_ROOT%{_bindir} \
58         mandir=$RPM_BUILD_ROOT%{_mandir}/man1 \
59         STRIP=/bin/true
60
61 # conflict with another mp3info
62 mv -f $RPM_BUILD_ROOT%{_bindir}/mp3info{,-rmc}
63 mv -f $RPM_BUILD_ROOT%{_mandir}/man1/mp3info{,-rmc}.1
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %files
69 %defattr(644,root,root,755)
70 %doc ChangeLog README
71 %attr(755,root,root) %{_bindir}/mp3info-rmc
72 %{_mandir}/man1/mp3info-rmc.1*
73
74 %files gtk
75 %defattr(644,root,root,755)
76 %attr(755,root,root) %{_bindir}/gmp3info
This page took 0.049958 seconds and 2 git commands to generate.