rpms/perl-Archive-Tar/devel perl-Archive-Tar.spec, 1.28, 1.29 sources, 1.11, 1.12 .cvsignore, 1.10, 1.11 dead.package, 1.1, NONE

Petr Pisar ppisar at fedoraproject.org
Tue Jul 13 08:14:21 UTC 2010


Author: ppisar

Update of /cvs/pkgs/rpms/perl-Archive-Tar/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7792

Modified Files:
	.cvsignore 
Added Files:
	perl-Archive-Tar.spec sources 
Removed Files:
	dead.package 
Log Message:
Resolves: #607687 - Fix incorrect return value by 1.62 bump


Index: perl-Archive-Tar.spec
===================================================================
RCS file: perl-Archive-Tar.spec
diff -N perl-Archive-Tar.spec
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ perl-Archive-Tar.spec	13 Jul 2010 08:14:20 -0000	1.29
@@ -0,0 +1,129 @@
+Name:           perl-Archive-Tar
+Version:        1.62
+Release:        1%{?dist}
+Summary:        A module for Perl manipulation of .tar files
+
+Group:          Development/Libraries
+License:        GPL+ or Artistic
+URL:            http://search.cpan.org/dist/Archive-Tar/
+Source0:        http://www.cpan.org/authors/id/B/BI/BINGOS/Archive-Tar-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildArch:      noarch
+# Most of the BRS are needed only for tests, compression support at run-time
+# is optional soft dependency.
+BuildRequires:  perl(Compress::Zlib) >= 2.015
+BuildRequires:  perl(ExtUtils::MakeMaker)
+# Required only by Makefile.PL, ask upstream to remove it
+BuildRequires:  perl(IO::Compress::Base) >= 2.015
+BuildRequires:  perl(IO::Compress::Bzip2) >= 2.015
+BuildRequires:  perl(IO::Compress::Gzip) >= 2.015
+BuildRequires:  perl(IO::String)
+BuildRequires:  perl(IO::Zlib) >= 1.01
+BuildRequires:  perl(Package::Constants)
+BuildRequires:  perl(Test::Harness) >= 2.26
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(Compress::Zlib) >= 2.015, perl(IO::Zlib) >= 1.01
+
+%description
+Archive::Tar provides an object oriented mechanism for handling tar
+files.  It provides class methods for quick and easy files handling
+while also allowing for the creation of tar file objects for custom
+manipulation.  If you have the IO::Zlib module installed, Archive::Tar
+will also support compressed or gzipped tar files.
+
+
+%prep
+%setup -q -n Archive-Tar-%{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
+%{_bindir}/*
+%{perl_vendorlib}/Archive/
+%{_mandir}/man3/*.3*
+%{_mandir}/man1/*.1*
+
+
+%changelog
+* Tue Jul 13 2010 Petr Pisar <ppisar at redhat.com> - 1.62-1
+- 1.62 bump (bug #607687)
+
+* Thu Aug 23 2007 Robin Norwood <rnorwood at redhat.com> - 1.34-1
+- Upgrade to latest upstream version: 1.34
+- Fix license tag
+- Fix BuildRequires for ExtUtils::MakeMaker and Test::Pod
+
+* 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
+
+* Tue Sep 19 2006 Robin Norwood <rnorwood at redhat.com> - 1.30-1
+- Bump to 1.30
+
+* Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 1.29-1.1
+- rebuild
+
+* Wed Mar 08 2006 Jason Vas Dias <jvdias at redhat.com> - 1.29-1
+- Upgrade to upstream version 1.29
+
+* Fri Feb 02 2006 Jason Vas Dias <jvdias at redhat.com> - 1.28-1
+- Upgrade to upstream version 1.28
+- Rebuild for perl-5.8.8
+
+* Fri Dec 16 2005 Jesse Keating <jkeating at redhat.com>
+- rebuilt for new gcc
+
+* Sun Nov 06 2005 Florian La Roche <laroche at redhat.com>
+- 1.26
+
+* Mon Apr 25 2005 Warren Togami <wtogami at redhat.com> - 1.23-4
+- remove beehive workaround
+
+* Sun Apr 03 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.23-1
+- Update to 1.23.
+- Bring up to date with current Fedora.Extras perl spec template.
+
+* Wed Sep 22 2004 Chip Turner <cturner at redhat.com> 1.08-3
+- rebuild
+
+* Fri Feb 13 2004 Chip Turner <cturner at redhat.com> 1.08-1
+- update to upstream 1.08
+
+* Wed Jan 22 2003 Tim Powers <timp at redhat.com>
+- rebuilt
+
+* Tue Aug  6 2002 Chip Turner <cturner at redhat.com>
+- automated release bump and build
+
+* Fri Feb 08 2002 cturner at redhat.com
+- Specfile autogenerated
+


Index: sources
===================================================================
RCS file: sources
diff -N sources
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ sources	13 Jul 2010 08:14:21 -0000	1.12
@@ -0,0 +1 @@
+ff3f872500dc9805a6e23a68c1cf5168  Archive-Tar-1.62.tar.gz


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Archive-Tar/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	23 Aug 2007 21:18:03 -0000	1.10
+++ .cvsignore	13 Jul 2010 08:14:20 -0000	1.11
@@ -1 +1 @@
-Archive-Tar-1.34.tar.gz
+Archive-Tar-1.62.tar.gz


--- dead.package DELETED ---



More information about the scm-commits mailing list