Compare commits

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

4 commits

Author SHA1 Message Date
Fedora Release Engineering
7e27bdb935 dist-git conversion 2010-07-29 15:33:01 +00:00
Bill Nottingham
1bfee07618 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:29:15 +00:00
pertusus
556f06c47b - Requires automake is for -devel (#219047) 2006-12-10 11:38:54 +00:00
Jeremy Katz
5d2a273721 Initialize branch FC-6 for xbae 2006-10-23 19:32:56 +00:00
3 changed files with 6 additions and 24 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xbae
# $Id$
NAME := xbae
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,6 +1,6 @@
Name: xbae
Version: 4.60.4
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Motif matrix, caption and text input widgets
Group: System Environment/Libraries
License: BSD
@ -27,8 +27,6 @@ BuildRequires: libXmu-devel
Provides: Xbae = %{version}-%{release}
Obsoletes: Xbae < %{version}-%{release}
# for the aclocal directory
Requires: automake
# to be sure that we link against lesstif even if openmotif provides the same
# soname
Requires: lesstif
@ -54,6 +52,8 @@ Requires: %{name} = %{version}-%{release}
#Requires: openmotif-devel
Requires: lesstif-devel
Requires: libXpm-devel
# for the aclocal directory
Requires: automake
Provides: Xbae-devel = %{version}-%{release}
Obsoletes: Xbae-devel < %{version}-%{release}
@ -121,6 +121,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/aclocal/*
%changelog
* Sun Dec 10 2006 Patrice Dumas <pertusus@free.fr> 4.60.4-5
- Requires automake is for -devel (#219047)
* Sat Sep 9 2006 Patrice Dumas <pertusus@free.fr> 4.60.4-4
- add BuildRequires libXmu-devel for examples