]> git.pld-linux.org Git - packages/perl-MP3-Info.git/blob - perl-MP3-Info.spec
- initial release
[packages/perl-MP3-Info.git] / perl-MP3-Info.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        MP3-Info perl module
3 Summary(pl):    Modu³ perla MP3-Info
4 Name:           perl-MP3-Info
5 Version:        0.91
6 Release:        1
7 License:        GPL
8 Group:          Development/Languages/Perl
9 Group(de):      Entwicklung/Sprachen/Perl
10 Group(pl):      Programowanie/Jêzyki/Perl
11 Source0:        ftp://ftp.perl.org/pub/CPAN/modules/by-module/MP3/MP3-Info-%{version}.tar.gz
12 BuildRequires:  rpm-perlprov >= 3.0.3-16
13 BuildRequires:  perl >= 5.6
14 %requires_eq    perl
15 Requires:       %{perl_sitearch}
16 Obsoletes:      perl-MPEG-MP3Info
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 MP3-Info - fetches and manipulates info from MP3 audio files.
21
22 %description -l pl
23 MP3-Info - wyci±ga i umo¿liwia operowanie na informacjach z plików
24 MP3.
25
26 %prep
27 %setup -q -n MP3-Info-%{version}
28
29 %build
30 perl Makefile.PL
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install DESTDIR=$RPM_BUILD_ROOT
37
38 gzip -9nf README
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc *.gz eg
46 %{perl_sitelib}/MPEG/MP3Info.pm
47 %{perl_sitelib}/MP3/Info.pm
48 %{_mandir}/man3/*
This page took 0.571941 seconds and 4 git commands to generate.