rpms/perl-Pod-Tests/devel perl-Pod-Tests.spec,1.1,1.2

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Sun Oct 2 17:17:53 UTC 2005


Author: corsepiu

Update of /cvs/extras/rpms/perl-Pod-Tests/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8758

Modified Files:
	perl-Pod-Tests.spec 
Log Message:
Pollute the spec file with dos2unix to accommodate PR 169112.


Index: perl-Pod-Tests.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Pod-Tests/devel/perl-Pod-Tests.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Pod-Tests.spec	2 Oct 2005 17:10:11 -0000	1.1
+++ perl-Pod-Tests.spec	2 Oct 2005 17:17:51 -0000	1.2
@@ -1,6 +1,6 @@
 Name: 		perl-Pod-Tests
 Version: 	0.18
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 Summary: 	Extract embedded tests and code examples from POD
 License: 	GPL or Artistic
 Group: 		Development/Libraries
@@ -12,6 +12,7 @@
 BuildArch: 	noarch
 
 BuildRequires:	perl(Test::Pod) >= 1.00
+BuildRequires:	/usr/bin/dos2unix
 
 %description
 Pod::Tests extracts embedded tests and code examples from POD.
@@ -20,6 +21,7 @@
 %prep
 %setup -q -n Pod-Tests-%{version}
 chmod -x Changes
+/usr/bin/dos2unix
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -47,5 +49,8 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sun Oct 02 2005 Ralf Corsepius <rc040203 at freenet.de> - 0.18-2
+- Pollute the spec file with dos2unix to accommodate PR 169112.
+
 * Fri Sep 23 2005 Ralf Corsepius <rc040203 at freenet.de> - 0.18-1
 - FE submission.




More information about the fedora-extras-commits mailing list