From 09d3e1c48a8f542089f54eaa68242041ce49a018 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Tue, 11 May 2010 15:01:57 +0000 Subject: [PATCH] Minor clean-ups --- perl-IO-Multiplex.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/perl-IO-Multiplex.spec b/perl-IO-Multiplex.spec index 16d2fcd..6f44b05 100644 --- a/perl-IO-Multiplex.spec +++ b/perl-IO-Multiplex.spec @@ -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 - 1.08-2 -- Cosmetic changes. +- Cosmetic changes * Thu Mar 18 2004 Dag Wieers - 1.08-1 -- Updated to release 1.08. +- Updated to release 1.08 * Mon Jul 14 2003 Dag Wieers - 1.04-0 -- Initial package. (using DAR) +- Initial package (using DAR)