Name: perl-CDDB
Summary: High-level interface to cddb protocol servers (freedb and CDDB)
Version: 1.222
Release: 1
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/CDDB/
Description: CDDB is a high-level interface to databases based on the Compact Disc
Database protocol.
The build was succesful. The following RPMs were generated:
The build was succesful. The following RPMs were generated:
The spec file used by the build system currently has the following contents:
# $Id$
# Authority: dries
# Upstream: Rocco Caputo <rcaputo$pobox,com>
%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
%define real_name CDDB
Summary: High-level interface to cddb protocol servers (freedb and CDDB)
Name: perl-CDDB
Version: 1.222
Release: 1%{?dist}
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/CDDB/
Source: http://www.cpan.org/modules/by-module/CDDB/CDDB-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
BuildRequires: perl
# From yaml build_requires
BuildRequires: perl(ExtUtils::MakeMaker)
# From yaml requires
BuildRequires: perl(Test::More)
%description
CDDB is a high-level interface to databases based on the Compact Disc
Database protocol.
%prep
%setup -n %{real_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot}
%{__make} pure_install
### Clean up buildroot
find %{buildroot} -name .packlist -exec %{__rm} {} \;
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%doc HISTORY README
%doc %{_mandir}/man3/*
%{perl_vendorlib}/CDDB.pm
%changelog
* Fri May 6 2016 Dries Verachtert <dries.verachtert@dries.eu> - 1.222-1
- Updated to release 1.222.
* Sat Aug 22 2009 Christoph Maser <cmr@financial.com> - 1.21-1
- Updated to version 1.21.
* Sun Mar 26 2006 Dries Verachtert <dries@ulyssis.org> - 1.17-1
- Updated to release 1.17.
* Sat Nov 5 2005 Dries Verachtert <dries@ulyssis.org> - 1.16-1
- Updated to release 1.16.
* Sat Apr 9 2005 Dries Verachtert <dries@ulyssis.org> - 1.15-1
- Initial package.