rpms/perl-Business-ISBN-Data/devel perl-Business-ISBN-Data.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Mon Oct 29 18:35:56 UTC 2007


Author: rnorwood

Update of /cvs/pkgs/rpms/perl-Business-ISBN-Data/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21401/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Business-ISBN-Data.spec 
Log Message:
New package: perl-Business-ISBN-Data



--- NEW FILE perl-Business-ISBN-Data.spec ---
Name:           perl-Business-ISBN-Data
Version:        1.15
Release:        2%{?dist}
Summary:        The data pack for Business::ISBN

Group:          Development/Libraries
License:        GPL+ or Artistic
URL:            http://search.cpan.org/dist/Business-ISBN-Data/
Source0:        http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Business-ISBN-Data-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch

BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
BuildRequires:  perl(Test::Prereq)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This is a data pack for Business::ISBN.  You can update
the ISBN data without changing the version of Business::ISBN.
Most of the interesting stuff is in Business::ISBN.


%prep
%setup -q -n Business-ISBN-Data-%{version}


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


%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$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 ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc Changes README LICENSE examples/
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*


%changelog
* Thu Oct 25 2007 Robin Norwood <rnorwood at redhat.com> - 1.15-2
- Fix BuildRequires

* Thu Oct 25 2007 Robin Norwood <rnorwood at redhat.com> - 1.15-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Business-ISBN-Data/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Oct 2007 18:01:21 -0000	1.1
+++ .cvsignore	29 Oct 2007 18:35:12 -0000	1.2
@@ -0,0 +1 @@
+Business-ISBN-Data-1.15.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Business-ISBN-Data/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Oct 2007 18:01:21 -0000	1.1
+++ sources	29 Oct 2007 18:35:12 -0000	1.2
@@ -0,0 +1 @@
+fc752d33c352879d9462f86b358416fc  Business-ISBN-Data-1.15.tar.gz




More information about the fedora-extras-commits mailing list