diff --git a/.cvsignore b/.gitignore similarity index 50% rename from .cvsignore rename to .gitignore index 9c8c778..88cdf01 100644 --- a/.cvsignore +++ b/.gitignore @@ -1 +1,2 @@ xgrep-0.06.tar.gz +xgrep-0.07.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index 6df1439..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xgrep -# $Id$ -NAME := xgrep -SPECFILE = $(firstword $(wildcard *.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) diff --git a/sources b/sources index 09ae6b0..6213cdc 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ eca0ebe4f25caff7b72d61ded622a23d xgrep-0.06.tar.gz +1d5fd74c5d859bda5246007c21cb024e xgrep-0.07.tar.gz diff --git a/xgrep.spec b/xgrep.spec index d47d1bc..963ebf2 100644 --- a/xgrep.spec +++ b/xgrep.spec @@ -1,6 +1,6 @@ Name: xgrep -Version: 0.06 -Release: 4%{?dist} +Version: 0.07 +Release: 1%{?dist} Summary: A grep-like utility for XML files Group: Applications/Publishing @@ -28,12 +28,12 @@ make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +rm -rf %{buildroot} +make install DESTDIR=%{buildroot} %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %files @@ -44,10 +44,13 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jun 02 2008 Brendt Wohlberg - 0.07-1 +- Fixed bugzilla bug 447719 + * Mon Feb 18 2008 Fedora Release Engineering - 0.06-4 - Autorebuild for GCC 4.3 -* Sun Oct 7 2007 Brendt Wohlberg - 0.06-3 +* Sun Oct 7 2007 Brendt Wohlberg - 0.06-3 - Fixed wrong source tarball in SRPM. * Sat Sep 29 2007 Brendt Wohlberg - 0.06-2