rpms/perl-Class-InsideOut/FC-5 perl-Class-InsideOut.spec, 1.4, 1.5 sources, 1.4, 1.5

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


Author: cweyl

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

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



Index: perl-Class-InsideOut.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-InsideOut/FC-5/perl-Class-InsideOut.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-Class-InsideOut.spec	16 Aug 2006 16:22:05 -0000	1.4
+++ perl-Class-InsideOut.spec	7 Nov 2006 16:38:28 -0000	1.5
@@ -1,5 +1,5 @@
 Name:           perl-Class-InsideOut
-Version:        1.02 
+Version:        1.03
 Release:        1%{?dist}
 Summary:        A safe, simple inside-out object construction kit 
 
@@ -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,25 @@
 
 %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
+
+* Wed Aug 16 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.02-2
+- *sigh* tagging issues, so bump
+
 * Wed Aug 16 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.02-1
 - update to 1.02
 - dropped some depreciated spec bits


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-InsideOut/FC-5/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	16 Aug 2006 16:22:05 -0000	1.4
+++ sources	7 Nov 2006 16:38:28 -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