Compare commits

...

4 Commits
master ... fc6

Author SHA1 Message Date
Fedora Release Engineering c9225d72b4 dist-git conversion 2010-07-28 21:33:35 +00:00
Bill Nottingham 3e580dbeb1 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:53:04 +00:00
Tom Callaway 5c084db48d Rebuild for BuildID, fix license 2007-08-23 22:41:44 +00:00
Jeremy Katz b7050895cd Initialize branch FC-6 for librx 2006-10-23 16:23:42 +00:00
3 changed files with 5 additions and 23 deletions

View File

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: librx
# $Id$
NAME := librx
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,8 +1,8 @@
Summary: POSIX regexp functions
Name: librx
Version: 1.5
Release: 8%{?dist}
License: GPL
Release: 9%{?dist}
License: GPLv2+
URL: http://www.gnu.org/software/rx/rx.html
Group: Applications/Text
Source0: ftp://ftp.gnu.org/gnu/rx/rx-%{version}.tar.bz2
@ -84,6 +84,9 @@ fi
%{_libdir}/*.a
%changelog
* Thu Aug 23 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1.5-9
- fix license, rebuild for BuildID
* Mon Sep 11 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1.5-8
- fix bz 200090