Author: hunter Date: Fri Dec 2 18:49:57 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - include some utils in mkcdrec - attempt to use bash where it's nesessery
---- Files affected: SPECS: mkcdrec.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/mkcdrec.spec diff -u SPECS/mkcdrec.spec:1.3 SPECS/mkcdrec.spec:1.4 --- SPECS/mkcdrec.spec:1.3 Sun Nov 27 23:13:20 2005 +++ SPECS/mkcdrec.spec Fri Dec 2 19:49:52 2005 @@ -1,5 +1,6 @@ # $Revision$, $Date$ %define _boot_arch x86 +%define _utils_version 0.7.9 Summary: mkCDrec (make CD-ROM Recovery) disaster recovery tool-set Summary(pl): mkCDrec - zestaw narzędzi do tworzenia płyt do odtwarzania systemu po awarii Name: mkcdrec @@ -9,7 +10,10 @@ Group: System/Tools Source0: http://mkcdrec.ota.be/project/mkCDrec_v%{version}.tar.gz # Source0-md5: 0cbe2efbd083ce9745c5d5c5cea1c7c2 -##Source1: busybox-1.01.tar.bz2 +Source1: http://mkcdrec.ota.be/project/mkCDrec_v%{_utils_version}_utils.tar.gz +# Source1-md5: 3294f58cbc69532f4377224daa544174 +##Source10: busybox-1.01.tar.bz2 +Patch0: %{name}-usebashizms.patch URL: http://mkcdrec.ota.be/ Requires: MAKEDEV Provides: perl(mkcdrec-lib.pl) @@ -88,8 +92,8 @@ również wpierana. %prep -%setup -q -n mkcdrec -##%setup -n mkcdrec -a 1 +%setup -q -n mkcdrec -a 1 +%patch0 -p0 find . -name CVS | xargs rm -Rf @@ -264,6 +268,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2005/12/02 18:49:52 hunter +- include some utils in mkcdrec +- attempt to use bash where it's nesessery + Revision 1.3 2005/11/27 22:13:20 glen - perl and gcc epoch - ed and coreutils R(post) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mkcdrec.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
