rpms/perl-ExtUtils-Depends/EL-5 sources, 1.3, 1.4 .cvsignore, 1.3, 1.4 perl-ExtUtils-Depends.spec, 1.11, 1.12

Kevin Fenzi kevin at fedoraproject.org
Tue Jan 26 00:08:11 UTC 2010


Author: kevin

Update of /cvs/extras/rpms/perl-ExtUtils-Depends/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19497

Modified Files:
	sources .cvsignore perl-ExtUtils-Depends.spec 
Log Message:
Initial el5 version



Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-ExtUtils-Depends/EL-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	15 Feb 2005 02:49:20 -0000	1.3
+++ sources	26 Jan 2010 00:08:11 -0000	1.4
@@ -1 +1 @@
-02c22a93ec9efb8e457764114ce24eb4  ExtUtils-Depends-0.205.tar.gz
+db46426f0599668da95c21b53b532508  ExtUtils-Depends-0.302.tar.gz


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-ExtUtils-Depends/EL-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	15 Feb 2005 02:49:20 -0000	1.3
+++ .cvsignore	26 Jan 2010 00:08:11 -0000	1.4
@@ -1 +1 @@
-ExtUtils-Depends-0.205.tar.gz
+ExtUtils-Depends-0.302.tar.gz


Index: perl-ExtUtils-Depends.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-ExtUtils-Depends/EL-5/perl-ExtUtils-Depends.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- perl-ExtUtils-Depends.spec	15 Oct 2007 20:13:55 -0000	1.11
+++ perl-ExtUtils-Depends.spec	26 Jan 2010 00:08:11 -0000	1.12
@@ -1,57 +1,90 @@
 Name:           perl-ExtUtils-Depends
-Version:        0.205
-Release:        5%{?dist}
+Version:        0.302
+Release:        2%{?dist}
 Summary:        Easily build XS extensions that depend on XS extensions
-
-Group:          Development/Libraries
 License:        GPL+ or Artistic
+Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/ExtUtils-Depends/
-Source0:        http://www.cpan.org/authors/id/R/RM/RMCFARLA/Gtk2-Perl/ExtUtils-Depends-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/ExtUtils-Depends-%{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))
 
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(IO::File)
+
 %description
 This module tries to make it easy to build Perl extensions that use
-functions and typemaps provided by other perl extensions. This means
-that a perl extension is treated like a shared library that provides
-also a C and an XS interface besides the perl one.
-
+functions and typemaps provided by other perl extensions. This means that a
+perl extension is treated like a shared library that provides also a C and
+an XS interface besides the perl one.
 
 %prep
 %setup -q -n ExtUtils-Depends-%{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 -type d -depth -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w $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
 make test
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root,-)
 %doc Changes README
-%{perl_vendorlib}/ExtUtils/
-%{_mandir}/man3/*.3pm*
-
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
 
 %changelog
+* Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 0.302-2
+- rebuild against perl 5.10.1
+
+* Fri Jul 31 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.302-1
+- auto-update to 0.302 (by cpan-spec-update 0.01)
+- added a new br on perl(Data::Dumper) (version 0)
+- added a new br on perl(File::Spec) (version 0)
+- added a new br on perl(IO::File) (version 0)
+
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.301-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.301-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Fri Dec 12 2008 Steven Pritchard <steve at kspei.com> 0.301-1
+- Update to 0.301.
+
+* Thu May 15 2008 Steven Pritchard <steve at kspei.com> 0.300-1
+- Update to 0.300.
+- Clean up to match cpanspec output.
+- Fix find option order.
+- Use fixperms macro instead of our own chmod incantation.
+- Update Source0 URL.
+- BR Test::More.
+
+* Tue Feb  5 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.205-6
+- rebuild for new perl
+
+* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 0.205-5.1
+- correct license tag
+- add BR: perl(ExtUtils::MakeMaker)
+
 * Fri Sep  8 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.205-5
 - Rebuild for FC6.
 




More information about the perl-devel mailing list