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)