]> git.pld-linux.org Git - packages/perl-MP3-Info.git/blob - perl-MP3-Info.spec
- translations, cleaning
[packages/perl-MP3-Info.git] / perl-MP3-Info.spec
1 %include        /usr/lib/rpm/macros.perl
2 %define         pdir    MP3
3 %define         pnam    Info
4 Summary:        MP3::Info Perl module
5 Summary(cs):    Modul MP3::Info pro Perl
6 Summary(da):    Perlmodul MP3::Info
7 Summary(de):    MP3::Info Perl Modul
8 Summary(es):    Módulo de Perl MP3::Info
9 Summary(fr):    Module Perl MP3::Info
10 Summary(it):    Modulo di Perl MP3::Info
11 Summary(ja):    MP3::Info Perl ¥â¥¸¥å¡¼¥ë
12 Summary(ko):    MP3::Info ÆÞ ¸ðÁÙ
13 Summary(no):    Perlmodul MP3::Info
14 Summary(pl):    Modu³ Perla MP3::Info
15 Summary(pt):    Módulo de Perl MP3::Info
16 Summary(pt_BR): Módulo Perl MP3::Info
17 Summary(ru):    íÏÄÕÌØ ÄÌÑ Perl MP3::Info
18 Summary(sv):    MP3::Info Perlmodul
19 Summary(uk):    íÏÄÕÌØ ÄÌÑ Perl MP3::Info
20 Summary(zh_CN): MP3::Info Perl Ä£¿é
21 Name:           perl-MP3-Info
22 Version:        1.01
23 Release:        2
24 License:        GPL
25 Group:          Development/Languages/Perl
26 Source0:        ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
27 BuildRequires:  rpm-perlprov >= 3.0.3-16
28 BuildRequires:  perl >= 5.6
29 Obsoletes:      perl-MPEG-MP3Info
30 BuildArch:      noarch
31 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33 %description
34 MP3::Info - fetches and manipulates info from MP3 audio files.
35
36 %description -l pl
37 MP3::Info - wyci±ga informacje z plików MP3 i umo¿liwia operowanie na
38 nich.
39
40 %prep
41 %setup -q -n %{pdir}-%{pnam}-%{version}
42
43 %build
44 perl Makefile.PL
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
50
51 %{__make} install DESTDIR=$RPM_BUILD_ROOT
52
53 cp -f eg/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc README
61 %{perl_sitelib}/MPEG
62 %{perl_sitelib}/MP3
63 %{_mandir}/man3/*
64 %dir %{_examplesdir}/%{name}-%{version}
65 %attr(755,root,root) %{_examplesdir}/%{name}-%{version}/*
This page took 0.065792 seconds and 4 git commands to generate.