SPECS: p7zip.spec - workaround for invalid timestamps

glen glen at pld-linux.org
Sat Apr 15 14:31:04 CEST 2006


Author: glen                         Date: Sat Apr 15 12:31:04 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- workaround for invalid timestamps

---- Files affected:
SPECS:
   p7zip.spec (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: SPECS/p7zip.spec
diff -u SPECS/p7zip.spec:1.26 SPECS/p7zip.spec:1.27
--- SPECS/p7zip.spec:1.26	Sat Apr 15 13:29:04 2006
+++ SPECS/p7zip.spec	Sat Apr 15 14:30:59 2006
@@ -6,7 +6,7 @@
 Release:	1
 License:	LGPL
 Group:		Applications/Archiving
-Source0:	http://heanet.dl.sourceforge.net/p7zip/%{name}_%{version}_src_all.tar.bz2
+Source0:	http://dl.sourceforge.net/p7zip/%{name}_%{version}_src_all.tar.bz2
 # Source0-md5:	0e2e2d16fc48836093c47a04ac4b25ac
 Patch0:		%{name}-opt.patch
 URL:		http://p7zip.sourceforge.net/
@@ -65,6 +65,9 @@
 %{__sed} -i 's,return GetBaseFolderPrefix.*,return TEXT("%{_libdir}/%{name}/Codecs/");,g' \
 	7zip/Archive/Common/CodecsPath.cpp
 
+# fix invalid timestamps, obsolete after 2006-04-19
+find -type f | xargs touch
+
 %build
 %{__make} all2 \
 	_CC="%{__cc} %{rpmcflags}" \
@@ -106,6 +109,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27  2006/04/15 12:30:59  glen
+- workaround for invalid timestamps
+
 Revision 1.26  2006/04/15 11:29:04  wolf
 - 4.39
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/p7zip.spec?r1=1.26&r2=1.27&f=u



More information about the pld-cvs-commit mailing list