rpms/perl-POE-Component-SimpleLog/FC-5 perl-POE-Component-SimpleLog.spec, 1.2, 1.3 sources, 1.2, 1.3

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Wed Oct 4 16:16:21 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-POE-Component-SimpleLog/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18078/FC-5

Modified Files:
	perl-POE-Component-SimpleLog.spec sources 
Log Message:
update to 1.04



Index: perl-POE-Component-SimpleLog.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-SimpleLog/FC-5/perl-POE-Component-SimpleLog.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-POE-Component-SimpleLog.spec	9 Jul 2006 19:06:59 -0000	1.2
+++ perl-POE-Component-SimpleLog.spec	4 Oct 2006 16:16:21 -0000	1.3
@@ -1,5 +1,5 @@
 Name:           perl-POE-Component-SimpleLog
-Version:        1.03        
+Version:        1.04
 Release:        1%{?dist}
 Summary:        A simple logging system for POE 
 
@@ -41,11 +41,12 @@
 
 %install
 rm -rf %{buildroot}
+
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
 find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w %{buildroot}/*
+
+%{_fixperms} %{buildroot}/*
 
 
 %check
@@ -58,12 +59,20 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README
+%doc README Changes examples/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Wed Oct 04 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.04-1
+- update to 1.04
+- misc spec cleanup 
+- add Changes, examples/ to %%doc
+
+* Thu Aug 31 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.03-2
+- bump for mass rebuild
+
 * Sun Jul  9 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.03-1
 - bump for build/release
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-SimpleLog/FC-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	9 Jul 2006 18:58:36 -0000	1.2
+++ sources	4 Oct 2006 16:16:21 -0000	1.3
@@ -1 +1 @@
-fc5d648853b82364ba92fccd0326e0bd  POE-Component-SimpleLog-1.03.tar.gz
+56c77a892da0a823b6e9f8d2a13aaa0b  POE-Component-SimpleLog-1.04.tar.gz




More information about the scm-commits mailing list