rpms/perl-CDDB/F-13 import.log, NONE, 1.1 perl-CDDB.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jan Klepek hpejakle at fedoraproject.org
Wed Mar 24 07:45:04 UTC 2010


Author: hpejakle

Update of /cvs/pkgs/rpms/perl-CDDB/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6712/F-13

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-CDDB.spec 
Log Message:
* Tue Mar 23 2010 Jan Klepek - 1.220-3
- removed Test::More from Reuqirements and changed perl_install_root with destdir

* Thu Mar 18 2010 Jan Klepek 1.220-2
- make test only with network

* Wed Mar 17 2010 Jan Klepek 1.220-1
- Specfile autogenerated by cpanspec 1.78.




--- NEW FILE import.log ---
perl-CDDB-1_220-3_fc11:F-13:perl-CDDB-1.220-3.fc11.src.rpm:1269416685


--- NEW FILE perl-CDDB.spec ---
Name:           perl-CDDB
Version:        1.220
Release:        3%{?dist}
Summary:        CDDB Perl module
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/CDDB/
Source0:        http://www.cpan.org/authors/id/R/RC/RCAPUTO/CDDB-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%{?perl_default_filter}

%description
CDDB protocol (cddbp) servers provide compact disc information for
programs that need it. This allows such programs to display disc and track
titles automatically, and it provides extended information like liner
notes and lyrics.

%prep
%setup -q -n CDDB-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install DESTDIR=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
%{?_with_network_tests: make test }

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc CHANGES HISTORY README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Tue Mar 23 2010 Jan Klepek - 1.220-3
- removed Test::More from Reuqirements and changed perl_install_root with destdir

* Thu Mar 18 2010 Jan Klepek 1.220-2
- make test only with network

* Wed Mar 17 2010 Jan Klepek 1.220-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-CDDB/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	24 Mar 2010 03:38:45 -0000	1.1
+++ .cvsignore	24 Mar 2010 07:45:04 -0000	1.2
@@ -0,0 +1 @@
+CDDB-1.220.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-CDDB/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	24 Mar 2010 03:38:45 -0000	1.1
+++ sources	24 Mar 2010 07:45:04 -0000	1.2
@@ -0,0 +1 @@
+56e0ba3f347e1b14f41f340f0cb3be3a  CDDB-1.220.tar.gz




More information about the perl-devel mailing list