SPECS: perl-Test-Harness.spec - release 2: rename prove to prove.p...
radek
radek at pld-linux.org
Sat Feb 23 12:34:56 CET 2008
Author: radek Date: Sat Feb 23 11:34:56 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- release 2: rename prove to prove.pl (let's consider it a policy for this kind of conflicts in perl-*, hm?)
---- Files affected:
SPECS:
perl-Test-Harness.spec (1.47 -> 1.48)
---- Diffs:
================================================================
Index: SPECS/perl-Test-Harness.spec
diff -u SPECS/perl-Test-Harness.spec:1.47 SPECS/perl-Test-Harness.spec:1.48
--- SPECS/perl-Test-Harness.spec:1.47 Sat Feb 16 20:15:12 2008
+++ SPECS/perl-Test-Harness.spec Sat Feb 23 12:34:51 2008
@@ -11,7 +11,7 @@
Name: perl-Test-Harness
# NOTE: version 2.64 in perl-modules-5.10.0
Version: 3.09
-Release: 1
+Release: 2
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
@@ -47,13 +47,15 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+mv $RPM_BUILD_ROOT%{_bindir}/prove{,.pl}
+
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc Changes*
-%attr(755,root,root) %{_bindir}/prove
+%attr(755,root,root) %{_bindir}/prove.pl
%{perl_vendorlib}/App/*
%{perl_vendorlib}/Test/*
%{perl_vendorlib}/TAP/*
@@ -66,6 +68,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.48 2008-02-23 11:34:51 radek
+- release 2: rename prove to prove.pl (let's consider it a policy for this kind of conflicts in perl-*, hm?)
+
Revision 1.47 2008-02-16 19:15:12 qboosh
- generic URL
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-Test-Harness.spec?r1=1.47&r2=1.48&f=u
More information about the pld-cvs-commit
mailing list