Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
Fedora Release Engineering
1345303d63 dist-git conversion 2010-07-29 15:52:28 +00:00
Bill Nottingham
e396aa246e Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:33:17 +00:00
brendt
f58acfa188 New source. 2008-06-03 02:53:10 +00:00
brendt
7a7794ddb0 New upstream release. 2008-06-03 02:34:41 +00:00
Jesse Keating
e0511c4ef5 Initialize branch F-9 for xgrep 2008-04-22 02:43:57 +00:00
4 changed files with 11 additions and 27 deletions

View file

@ -1 +1,2 @@
xgrep-0.06.tar.gz
xgrep-0.07.tar.gz

View file

@ -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)

View file

@ -1 +1,2 @@
eca0ebe4f25caff7b72d61ded622a23d xgrep-0.06.tar.gz
1d5fd74c5d859bda5246007c21cb024e xgrep-0.07.tar.gz

View file

@ -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 <osspkg@gmail.com> - 0.07-1
- Fixed bugzilla bug 447719
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.06-4
- Autorebuild for GCC 4.3
* Sun Oct 7 2007 Brendt Wohlberg <brendt@wohlberg.net> - 0.06-3
* Sun Oct 7 2007 Brendt Wohlberg <osspkg@gmail.com> - 0.06-3
- Fixed wrong source tarball in SRPM.
* Sat Sep 29 2007 Brendt Wohlberg <osspkg@gmail.com> - 0.06-2