rpms/perl-Class-InsideOut/devel .cvsignore, 1.4, 1.5 perl-Class-InsideOut.spec, 1.6, 1.7 sources, 1.4, 1.5

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Tue Nov 7 16:39:00 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-Class-InsideOut/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20518/devel

Modified Files:
	.cvsignore perl-Class-InsideOut.spec sources 
Log Message:
update to 1.03 



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-InsideOut/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	16 Aug 2006 16:20:41 -0000	1.4
+++ .cvsignore	7 Nov 2006 16:38:30 -0000	1.5
@@ -1 +1 @@
-Class-InsideOut-1.02.tar.gz
+Class-InsideOut-1.03.tar.gz


Index: perl-Class-InsideOut.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-InsideOut/devel/perl-Class-InsideOut.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- perl-Class-InsideOut.spec	1 Sep 2006 03:59:24 -0000	1.6
+++ perl-Class-InsideOut.spec	7 Nov 2006 16:38:30 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           perl-Class-InsideOut
-Version:        1.02 
-Release:        3%{?dist}
+Version:        1.03
+Release:        1%{?dist}
 Summary:        A safe, simple inside-out object construction kit 
 
 Group:          Development/Libraries
@@ -45,11 +45,12 @@
 
 %install
 rm -rf %{buildroot}
+
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w %{buildroot}/*
 
+%{_fixperms} %{buildroot}/*
 
 %check
 make test
@@ -61,12 +62,19 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README Todo Changes LICENSE
+# note that perl(base) ends up as a dep from the code under t/Object; however
+# perl(base) is provided by perl, which is already a dep of this package, so
+# no big deal.
+%doc README Todo Changes LICENSE examples/ t/Object/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Tue Nov 07 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.03-1
+- update to 1.03
+- minor spec tweaks
+
 * Thu Aug 31 2006 Chris Weyl <cweyl.drew.edu> 1.02-3
 - bump for mass rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-InsideOut/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	16 Aug 2006 16:20:41 -0000	1.4
+++ sources	7 Nov 2006 16:38:30 -0000	1.5
@@ -1 +1 @@
-96d8ff279114bbd0ecbb26e890499b72  Class-InsideOut-1.02.tar.gz
+ac3c30b555ecedb1c0da1f7380b99652  Class-InsideOut-1.03.tar.gz




More information about the fedora-extras-commits mailing list