rpms/perl-ExtUtils-Depends/devel .cvsignore, 1.3, 1.4 perl-ExtUtils-Depends.spec, 1.12, 1.13 sources, 1.3, 1.4

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Thu May 15 20:54:49 UTC 2008


Author: steve

Update of /cvs/pkgs/rpms/perl-ExtUtils-Depends/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30546

Modified Files:
	.cvsignore perl-ExtUtils-Depends.spec sources 
Log Message:
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.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-ExtUtils-Depends/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	15 Feb 2005 02:49:20 -0000	1.3
+++ .cvsignore	15 May 2008 20:53:39 -0000	1.4
@@ -1 +1 @@
-ExtUtils-Depends-0.205.tar.gz
+ExtUtils-Depends-0.300.tar.gz


Index: perl-ExtUtils-Depends.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-ExtUtils-Depends/devel/perl-ExtUtils-Depends.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- perl-ExtUtils-Depends.spec	6 Feb 2008 02:19:17 -0000	1.12
+++ perl-ExtUtils-Depends.spec	15 May 2008 20:53:39 -0000	1.13
@@ -1,58 +1,61 @@
 Name:           perl-ExtUtils-Depends
-Version:        0.205
-Release:        6%{?dist}
+Version:        0.300
+Release:        1%{?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://www.cpan.org/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))
 
 %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
+* 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
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-ExtUtils-Depends/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	15 Feb 2005 02:49:20 -0000	1.3
+++ sources	15 May 2008 20:53:39 -0000	1.4
@@ -1 +1 @@
-02c22a93ec9efb8e457764114ce24eb4  ExtUtils-Depends-0.205.tar.gz
+69061666b5f96663e0a1266c1d76ad6b  ExtUtils-Depends-0.300.tar.gz




More information about the scm-commits mailing list