]> git.pld-linux.org Git - packages/mp3info.git/blob - mp3info.spec
Initial release modified to be FHS-2.0 compiliant.
[packages/mp3info.git] / mp3info.spec
1 Summary:     Utility for MP3 information and tag modification
2 Summary(tr): MP3 ses dosyasý bilgileri düzenleme aracý
3 Summary(pl): Program do manipulowania tagami ID3 plików w formacie MP3.
4 Name:        mp3info
5 Version:     0.2.16
6 Release:     2
7 Copyright:   GPL
8 Source:      ftp://bimbo.hive.no/pub/mp3info/mp3info-%version.tar.bz2
9 BuildRoot:   /var/tmp/mp3info
10 Group:       Applications/Multimedia
11 Group(tr):   Uygulamalar/Çokluortam
12
13 %description
14 mp3info is a command line utility to extract and manipulate TAG (ID3)
15 info from MP3 files. It also has a VERY configurable output.
16
17 %description -l tr
18 mp3info, MP3 ses dosyalarýndan TAG (ID3) bilgilerini okumanýzý ve
19 deðiþtirmenizi saðlayan bir komut satýrý aracýdýr. Çeþitli þekillerde
20 çýktýlar verebilir.
21
22 %description -l pl
23 mp3info jest programem do manipulowania tagami ID3 plików w formacie MP3.
24 Umo¿liwia dowolne skonfigurowanie wy¶wietlanych przez to narzêdzie informacji.
25
26 %prep
27 %setup -q
28
29 %build
30 CXXFLAGS=$RPM_OPT_FLAGS LDFLAGS=-s ./configure --prefix=/usr \
31         --mandir=%{_mandir}
32 make
33
34 %install
35 make install prefix=$RPM_BUILD_ROOT/usr mandir=$RPM_BUILD_ROOT/%{_mandir}
36 gzip -9nf AUTHORS COPYING NEWS README ChangeLog mp3info.lsm
37 gzip -9nf $RPM_BUILD_ROOT/%{_mandir}/*/*
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc {AUTHORS,COPYING,NEWS,README,ChangeLog,mp3info.lsm}.gz
45 %attr(755,root,root) %{_bindir}/*
46 %attr(644,root,root) %{_mandir}/*/*
47
48 %changelog
49
50 * Fri Apr 09 1999 H. Turgut Uyar <uyar@cs.itu.edu.tr>
51 - 0.2.16 sürümüne geçiþ
This page took 0.577815 seconds and 4 git commands to generate.