rpms/perl-PadWalker/devel .cvsignore, 1.6, 1.7 perl-PadWalker.spec, 1.8, 1.9 sources, 1.6, 1.7

Steven Pritchard steve at fedoraproject.org
Mon Jan 28 20:23:07 UTC 2008


Author: steve

Update of /cvs/pkgs/rpms/perl-PadWalker/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15265

Modified Files:
	.cvsignore perl-PadWalker.spec sources 
Log Message:
Update to 1.6.
Use fixperms macro instead of our own chmod incantation.
Reformat to match cpanspec output.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-PadWalker/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	5 Jan 2007 18:16:39 -0000	1.6
+++ .cvsignore	28 Jan 2008 20:22:30 -0000	1.7
@@ -1 +1 @@
-PadWalker-1.5.tar.gz
+PadWalker-1.6.tar.gz


Index: perl-PadWalker.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-PadWalker/devel/perl-PadWalker.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- perl-PadWalker.spec	14 Jan 2008 02:54:58 -0000	1.8
+++ perl-PadWalker.spec	28 Jan 2008 20:22:30 -0000	1.9
@@ -1,58 +1,57 @@
 Name:           perl-PadWalker
-Version:        1.5
-Release:        2%{?dist}
+Version:        1.6
+Release:        1%{?dist}
 Summary:        Play with other peoples' lexical variables
-
-Group:          Development/Libraries
 License:        GPL+ or Artistic
+Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/PadWalker/
 Source0:        http://www.cpan.org/authors/id/R/RO/ROBIN/PadWalker-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildRequires:  perl(ExtUtils::MakeMaker)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 PadWalker is a module which allows you to inspect (and even change!)
-lexical variables in any subroutine which called you. It will only
-show those variables which are in scope at the point of the call.
-
+lexical variables in any subroutine which called you. It will only show
+those variables which are in scope at the point of the call.
 
 %prep
 %setup -q -n PadWalker-%{version}
 
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
 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 f -name '*.bs' -empty -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -depth -type d -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 -type f -name '*.bs' -size 0 -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_vendorarch}/auto/*
 %{perl_vendorarch}/PadWalker*
-%{perl_vendorarch}/auto/PadWalker/
-%{_mandir}/man3/*.3pm*
-
+%{_mandir}/man3/*
 
 %changelog
+* Mon Jan 28 2008 Steven Pritchard <steve at kspei.com> 1.6-1
+- Update to 1.6.
+- Use fixperms macro instead of our own chmod incantation.
+- Reformat to match cpanspec output.
+
 * Sun Jan 13 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.5-2
 - rebuild for new perl
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-PadWalker/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	5 Jan 2007 18:16:39 -0000	1.6
+++ sources	28 Jan 2008 20:22:30 -0000	1.7
@@ -1 +1 @@
-eabfa7010def851374eda9f3e323d268  PadWalker-1.5.tar.gz
+bb256b6a3e335082b7072a5bf6a3992c  PadWalker-1.6.tar.gz




More information about the Fedora-perl-devel-list mailing list