Compare commits

...

4 Commits
master ... f11

Author SHA1 Message Date
Fedora Release Engineering 812cbad4ef dist-git conversion 2010-07-28 21:33:34 +00:00
Bill Nottingham 32366be0c8 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:53:02 +00:00
Karsten Hopp 2c338dc95b - add s390x to 64bit archs 2009-04-24 13:32:05 +00:00
Jesse Keating ddef919f24 Initialize branch F-11 for librx 2009-04-15 07:57:05 +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,7 +1,7 @@
Summary: POSIX regexp functions
Name: librx
Version: 1.5
Release: 12%{?dist}
Release: 12%{?dist}.1
License: GPLv2+
URL: http://www.gnu.org/software/rx/rx.html
Group: Applications/Text
@ -36,7 +36,7 @@ This package contains files needed for development with librx.
%setup -q -n rx-%{version}
%patch0 -p1
%patch1 -p1 -b .texipatch
%ifarch x86_64 ppc64 sparc64
%ifarch x86_64 ppc64 sparc64 s390x
%patch2 -p1 -b .64bit
%endif
%patch3 -p1 -b .libtoolmode
@ -86,6 +86,9 @@ fi
%{_libdir}/*.a
%changelog
* Fri Apr 24 2009 Karsten Hopp <karsten@redhat.com> 1.5-12.1
- add s390x to 64bit archs
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild