]> git.pld-linux.org Git - packages/perl-CDDB_get.git/blob - perl-CDDB_get.spec
- massive attack: source-md5
[packages/perl-CDDB_get.git] / perl-CDDB_get.spec
1 #
2 # Conditional build:
3 # _without_tests - do not perform "make test"
4 #
5 %include        /usr/lib/rpm/macros.perl
6 Summary:        CDDB perl module
7 Summary(pl):    Modu³ perla do CDDB
8 Name:           perl-CDDB_get
9 Version:        2.11
10 Release:        2
11 License:        Artistic
12 Group:          Development/Languages/Perl
13 Source0:        http://www.cpan.org/authors/id/F/FO/FONKIE/CDDB_get-%{version}.tar.gz
14 # Source0-md5:  a1d236877be28a4200411de3afa41814
15 BuildRequires:  perl-devel >= 5.6
16 BuildRequires:  rpm-perlprov >= 4.1-13
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 This module/script gets the CDDB info for an audio cd.
22
23 %description -l pl
24 Ten modu³/skrypt zbiera informacje z bazy CDDB dla p³yt audio CD.
25
26 %prep
27 %setup -q -n CDDB_get-%{version}
28
29 %build
30 %{__perl} Makefile.PL \
31         INSTALLDIRS=vendor 
32 %{__make}
33 %{!?_without_tests:%{__make} test}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %attr(755,root,root) %{_bindir}/cddb.pl
46 %{perl_vendorlib}/CDDB_get.pm
47 %{perl_vendorlib}/cddb.pl
48 %dir %{perl_vendorlib}/auto/CDDB_get
49 %{perl_vendorlib}/auto/CDDB_get/autosplit.ix
50 %{_mandir}/man3/*
This page took 0.095154 seconds and 3 git commands to generate.