rpms/perl-Archive-Tar/EL-4 .cvsignore, 1.9, 1.10 perl-Archive-Tar.spec, 1.24, 1.25 sources, 1.9, 1.10

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Sat Dec 22 01:00:49 UTC 2007


Author: steve

Update of /cvs/pkgs/rpms/perl-Archive-Tar/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6974

Modified Files:
	.cvsignore perl-Archive-Tar.spec sources 
Log Message:
Fork RHEL5 spec for EPEL4.
Update License tag.
Fix find option order.
Use fixperms macro instead of our own chmod incantation.
Remove check macro cruft.
Replace explict BR perl with BR ExtUtils::MakeMaker.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Archive-Tar/EL-4/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	4 Jun 2007 18:27:54 -0000	1.9
+++ .cvsignore	22 Dec 2007 00:59:51 -0000	1.10
@@ -1 +1 @@
-Archive-Tar-1.32.tar.gz
+Archive-Tar-1.30.tar.gz


Index: perl-Archive-Tar.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Archive-Tar/EL-4/perl-Archive-Tar.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- perl-Archive-Tar.spec	4 Jun 2007 18:27:54 -0000	1.24
+++ perl-Archive-Tar.spec	22 Dec 2007 00:59:51 -0000	1.25
@@ -1,17 +1,19 @@
 Name:           perl-Archive-Tar
-Version:        1.32
-Release:        1%{?dist}
+Version:        1.30
+Release:        0.1%{?dist}
 Summary:        A module for Perl manipulation of .tar files
 
 Group:          Development/Libraries
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Archive-Tar/
 Source0:        http://www.cpan.org/authors/id/K/KA/KANE/Archive-Tar-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl(IO::String), perl(IO::Zlib)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(IO::String)
+BuildRequires:  perl(IO::Zlib)
+Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(Compress::Zlib), perl(IO::Zlib)
 
 %description
@@ -34,7 +36,7 @@
 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/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
@@ -53,17 +55,13 @@
 
 
 %changelog
-* Mon Jun 04 2007 Robin Norwood <rnorwood at redhat.com> - 1.32-1
-- Upgrade to latest upstream version: 1.32
-
-* Mon Mar 05 2007 Robin Norwood <rnorwood at redhat.com> - 1.30-4
-- Fix changelog
-
-* Mon Feb 19 2007 Robin Norwood <rnorwood at redhat.com> - 1.30-3
-- Incorporate specfile improvements from Jose Oliveira.
-
-* Fri Feb 16 2007 Robin Norwood <rnorwood at redhat.com> - 1.30-2
-- Resolves: rhbz#226239 - Remove tabs from spec file for package review
+* Fri Dec 21 2007 Steven Pritchard <steve at kspei.com> 1.30-0.1
+- Fork RHEL5 spec for EPEL4.
+- Update License tag.
+- Fix find option order.
+- Use fixperms macro instead of our own chmod incantation.
+- Remove check macro cruft.
+- Replace explict BR perl with BR ExtUtils::MakeMaker.
 
 * Tue Sep 19 2006 Robin Norwood <rnorwood at redhat.com> - 1.30-1
 - Bump to 1.30


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Archive-Tar/EL-4/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	4 Jun 2007 18:27:54 -0000	1.9
+++ sources	22 Dec 2007 00:59:51 -0000	1.10
@@ -1 +1 @@
-1e34c57753506996184e6853e24e20af  Archive-Tar-1.32.tar.gz
+89604ea8fadc990c7bb668259dacb439  Archive-Tar-1.30.tar.gz




More information about the fedora-extras-commits mailing list