rpms/perl-Net-Daemon/EL-4 perl-Net-Daemon.spec,1.2,1.3

Petr Lautrbach plautrba at fedoraproject.org
Mon May 11 13:24:55 UTC 2009


Author: plautrba

Update of /cvs/pkgs/rpms/perl-Net-Daemon/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10528

Modified Files:
	perl-Net-Daemon.spec 
Log Message:
* Mon May 11 2009 Petr Lautrbach <plautrba at redhat.com> 0.44-7
- Fixed spec file for el4




Index: perl-Net-Daemon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-Daemon/EL-4/perl-Net-Daemon.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- perl-Net-Daemon.spec	26 Feb 2009 23:05:44 -0000	1.2
+++ perl-Net-Daemon.spec	11 May 2009 13:24:24 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           perl-Net-Daemon
 Version:        0.44
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Perl extension for portable daemons
 
 Group:          Development/Libraries
@@ -52,16 +52,10 @@ find $RPM_BUILD_ROOT -depth -type d -exe
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
-%check
-%{?!_with_network_tests:
-# Disable tests which will fail under mock
-  rm t/config*
-  rm t/fork*
-  rm t/ithread*
-  rm t/loop*
-  rm t/single.t
-  rm t/unix.t
-}
+%check 
+
+# Without "--with network_tests" disable tests which will fail under mock
+%{!?_with_network_tests: rm t/config* t/fork* t/ithread* t/loop* t/single.t t/unix.t}
 
 make test
 
@@ -78,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon May 11 2009 Petr Lautrbach <plautrba at redhat.com> 0.44-7
+- Fixed spec file for el4
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.44-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list