rpms/perl-CPAN-Checksums/devel perl-CPAN-Checksums.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Marcela Mašláňová mmaslano at fedoraproject.org
Fri Nov 20 07:17:32 UTC 2009


Author: mmaslano

Update of /cvs/pkgs/rpms/perl-CPAN-Checksums/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12720

Modified Files:
	.cvsignore sources 
Added Files:
	perl-CPAN-Checksums.spec 
Log Message:
* Wed Nov 18 2009 Marcela Mašláňová <mmaslano at redhat.com> 2.04-1
- Specfile autogenerated by cpanspec 1.78.



--- NEW FILE perl-CPAN-Checksums.spec ---
Name:           perl-CPAN-Checksums
Version:        2.04
Release:        1%{?dist}
Summary:        Write a CHECKSUMS file for a directory as on CPAN
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/CPAN-Checksums/
Source0:        http://www.cpan.org/authors/id/A/AN/ANDK/CPAN-Checksums-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Compress::Bzip2)
BuildRequires:  perl(Compress::Zlib)
BuildRequires:  perl(Data::Compare)
BuildRequires:  perl(Digest::SHA)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Write a CHECKSUMS file for a directory as on CPAN.

%prep
%setup -q -n CPAN-Checksums-%{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 \;
%{_fixperms} $RPM_BUILD_ROOT/*

%check
# test checks MANIFEST -  would fail because of debug files
rm -rf ./debugfiles.list ./debuglinks.list ./debugsources.list
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc ChangeLog.svn README Todo
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Wed Nov 18 2009 Marcela Mašláňová <mmaslano at redhat.com> 2.04-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-CPAN-Checksums/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	19 Nov 2009 23:01:27 -0000	1.1
+++ .cvsignore	20 Nov 2009 07:17:31 -0000	1.2
@@ -0,0 +1 @@
+CPAN-Checksums-2.04.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-CPAN-Checksums/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	19 Nov 2009 23:01:27 -0000	1.1
+++ sources	20 Nov 2009 07:17:32 -0000	1.2
@@ -0,0 +1 @@
+6a4e817f4891eaf6cfdae63103acd0ea  CPAN-Checksums-2.04.tar.gz




More information about the fedora-extras-commits mailing list