SPECS: pldcpan.spec - update to 1.39

glen glen at pld-linux.org
Thu Jul 27 18:31:11 CEST 2006


Author: glen                         Date: Thu Jul 27 16:31:11 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- update to 1.39

---- Files affected:
SPECS:
   pldcpan.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/pldcpan.spec
diff -u SPECS/pldcpan.spec:1.11 SPECS/pldcpan.spec:1.12
--- SPECS/pldcpan.spec:1.11	Wed May 24 10:04:15 2006
+++ SPECS/pldcpan.spec	Thu Jul 27 18:31:06 2006
@@ -3,7 +3,7 @@
 Summary:	PLD Linux script to create RPMS from CPAN modules
 Summary(pl):	Skrypt PLD tworzący pakiety RPM z modułów z CPAN
 Name:		pldcpan
-Version:	1.38
+Version:	1.39
 Release:	1
 Epoch:		0
 License:	GPL
@@ -26,7 +26,11 @@
 
 %prep
 # make sure we have the version we claim to have, fail otherwise
-%{__perl} -MExtUtils::MM_Unix -e 'exit(ExtUtils::MM_Unix->parse_version(shift) ne shift)' %{SOURCE0} %{version}
+ver=$(%{__perl} -MExtUtils::MM_Unix -e 'print ExtUtils::MM_Unix->parse_version(shift)' %{SOURCE0})
+if [ "$ver" != "%{version}" ]; then
+	: Update Version to $ver, and retry
+	exit 1
+fi
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -46,6 +50,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2006/07/27 16:31:06  glen
+- update to 1.39
+
 Revision 1.11  2006/05/24 08:04:15  glen
 - version 1.38; rel 1 (it's best you can get)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pldcpan.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list