rpms/perl-Sub-Uplevel/EL-4 perl-Sub-Uplevel.spec, 1.3, 1.4 sources, 1.2, 1.3

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Jan 21 18:53:42 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/perl-Sub-Uplevel/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19217/EL-4

Modified Files:
	perl-Sub-Uplevel.spec sources 
Log Message:

epel sync



Index: perl-Sub-Uplevel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Sub-Uplevel/EL-4/perl-Sub-Uplevel.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Sub-Uplevel.spec	4 Mar 2005 03:33:57 -0000	1.3
+++ perl-Sub-Uplevel.spec	21 Jan 2008 18:52:57 -0000	1.4
@@ -1,19 +1,19 @@
-%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
-
 Name:           perl-Sub-Uplevel
-Version:        0.09
-Release:        1
+Version:        0.18
+Release:        2%{?dist}
 Summary:        Run a perl function in an upper stack frame
 
 Group:          Development/Libraries
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Sub-Uplevel/
-Source0:   http://www.cpan.org/authors/id/M/MS/MSCHWERN/Sub-Uplevel-0.09.tar.gz
+Source0:        http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.1
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 Like Tcl's uplevel() function, but not quite so dangerous.  The
@@ -26,20 +26,18 @@
 
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%{__perl} Build.PL installdirs=vendor
+./Build
 
 
 %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 ';'
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
-%check || :
-make test
+%check
+AUTHOR_TESTING=1 ./Build test
 
 
 %clean
@@ -48,12 +46,42 @@
 
 %files
 %defattr(-,root,root,-)
-%doc Changes
+%doc Changes README examples/
 %{perl_vendorlib}/Sub/
-%{_mandir}/man3/*.3*
+%{_mandir}/man3/*.3pm*
 
 
 %changelog
+* Sun Jan 20 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.18-2
+- rebuild for new perl
+
+* Mon Dec 17 2007 Ralf Corsépius <rc040203 at freenet.de> - 0.18-1
+- Update to 0.18.
+
+* Sat Nov 11 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.14-1
+- Update to 0.14.
+
+* Fri Jun 23 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.13-1
+- Update to 0.13.
+
+* Sat May 13 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.12-1
+- Update to 0.12.
+- Makefile.PL -> Build.PL.
+
+* Fri Apr 21 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.10-1
+- Update to 0.10.
+- New upstream maintainer.
+- Patch dropped.
+
+* Wed Feb 22 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.09-4
+- Uplevel.pm patch (perl 5.8.8). See bugzilla entry #182488.
+
+* Thu Dec 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.09-3
+- Dist tag.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.09-2
+- rebuilt
+
 * Thu Jul  8 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.09-1
 - Update to 0.09 (with license info).
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Sub-Uplevel/EL-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	4 Mar 2005 03:05:23 -0000	1.2
+++ sources	21 Jan 2008 18:52:57 -0000	1.3
@@ -1 +1 @@
-eb09cb38cd7a9b7bc9d3e85e61fe09dd  Sub-Uplevel-0.09.tar.gz
+9dc463f1e461d41e58986d2117df5375  Sub-Uplevel-0.18.tar.gz




More information about the fedora-extras-commits mailing list