Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1345303d63 | ||
|
|
e396aa246e | ||
|
|
f58acfa188 | ||
|
|
7a7794ddb0 | ||
|
|
e0511c4ef5 |
4 changed files with 11 additions and 27 deletions
1
.cvsignore → .gitignore
vendored
1
.cvsignore → .gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
xgrep-0.06.tar.gz
|
||||
xgrep-0.07.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
1
sources
1
sources
|
|
@ -1 +1,2 @@
|
|||
eca0ebe4f25caff7b72d61ded622a23d xgrep-0.06.tar.gz
|
||||
1d5fd74c5d859bda5246007c21cb024e xgrep-0.07.tar.gz
|
||||
|
|
|
|||
15
xgrep.spec
15
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 <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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue