rpms/perl-IO-Multiplex/EL-6 perl-IO-Multiplex.spec,1.9,1.10

Paul Howarth pghmcfc at fedoraproject.org
Tue May 11 15:01:58 UTC 2010


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-IO-Multiplex/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20953/EL-6

Modified Files:
	perl-IO-Multiplex.spec 
Log Message:
Minor clean-ups


Index: perl-IO-Multiplex.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IO-Multiplex/EL-6/perl-IO-Multiplex.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- perl-IO-Multiplex.spec	26 Jul 2009 06:41:17 -0000	1.9
+++ perl-IO-Multiplex.spec	11 May 2010 15:01:57 -0000	1.10
@@ -29,8 +29,8 @@ one or more listen sockets.
 %{__rm} -rf %{buildroot}
 %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
 /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
-/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2>/dev/null ';'
-%{__chmod} -R u+w %{buildroot}/*
+/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2>/dev/null
+%{__chmod} -R u+w %{buildroot}
 
 %check
 %{__make} test
@@ -79,10 +79,10 @@ one or more listen sockets.
 - Cosmetic changes for fedora xtras
 
 * Sun Feb 20 2005 Dag Wieers <dag at wieers.com> - 1.08-2
-- Cosmetic changes.
+- Cosmetic changes
 
 * Thu Mar 18 2004 Dag Wieers <dag at wieers.com> - 1.08-1
-- Updated to release 1.08.
+- Updated to release 1.08
 
 * Mon Jul 14 2003 Dag Wieers <dag at wieers.com> - 1.04-0
-- Initial package. (using DAR)
+- Initial package (using DAR)



More information about the scm-commits mailing list