rpms/ddrescue/devel Makefile, 1.3, 1.4 sources, 1.4, 1.5 .cvsignore, 1.3, 1.4 dead.package, 1.1, NONE

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Mon Feb 25 21:19:56 UTC 2008


Author: ixs

Update of /cvs/pkgs/rpms/ddrescue/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19965

Modified Files:
	.cvsignore 
Added Files:
	Makefile sources 
Removed Files:
	dead.package 
Log Message:
* Mon Feb 25 2008 Andreas Thienemann <athienem at redhat.com> - 1.8-1
- Initial fedora release of GNU ddrescue



Index: Makefile
===================================================================
RCS file: Makefile
diff -N Makefile
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Makefile	25 Feb 2008 21:19:22 -0000	1.4
@@ -0,0 +1,21 @@
+# Makefile for source rpm: ddrescue
+# $Id$
+NAME := ddrescue
+SPECFILE = ddrescue.spec
+
+define find-makefile-common
+for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
+endef
+
+MAKEFILE_COMMON := $(shell $(find-makefile-common))
+
+ifeq ($(MAKEFILE_COMMON),)
+# attept a checkout
+define checkout-makefile-common
+test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
+endef
+
+MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
+endif
+
+include $(MAKEFILE_COMMON)


Index: sources
===================================================================
RCS file: sources
diff -N sources
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ sources	25 Feb 2008 21:19:22 -0000	1.5
@@ -0,0 +1 @@
+51451893ea96a5f9943523743a6a35ae  ddrescue-1.8.tar.bz2


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ddrescue/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	8 Sep 2006 17:15:37 -0000	1.3
+++ .cvsignore	25 Feb 2008 21:19:22 -0000	1.4
@@ -1,2 +1 @@
-dd_rescue-1.12.tar.gz
-dd_rhelp-0.0.6.tar.gz
+ddrescue-1.8.tar.bz2


--- dead.package DELETED ---




More information about the fedora-extras-commits mailing list