Compare commits

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

4 commits

Author SHA1 Message Date
Fedora Release Engineering
c4e224c2f4 dist-git conversion 2010-07-28 09:42:58 +00:00
Bill Nottingham
f66f551094 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:26:22 +00:00
Hans de Goede
c12a6c2dd3 - Look for /etc/timidity.cfg instead of /usr/share/timidity/timidity.cfg,
as the latter is no longer available now that Fedora has switched from
    timidity++-patches to PersonalCopy-Lite-patches
2008-05-05 16:18:48 +00:00
Jesse Keating
ca7f0e0e5e Initialize branch F-9 for allegro 2008-04-20 12:04:39 +00:00
4 changed files with 8 additions and 23 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: allegro
# $Id: Makefile,v 1.1 2004/11/08 04:00:59 cvsextras Exp $
NAME := allegro
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

@ -5,7 +5,7 @@
# patch set for the DIGMID software wavetable driver
-patches =
+patches = /usr/share/timidity/timidity.cfg
+patches = /etc/timidity.cfg

View file

@ -1,6 +1,6 @@
Name: allegro
Version: 4.2.2
Release: 9%{?dist}
Release: 10%{?dist}
Summary: A game programming library
Summary(es): Una libreria de programacion de juegos
@ -59,6 +59,7 @@ Summary(fr): Une librairie de programmation de jeux
Summary(it): Una libreria per la programmazione di videogiochi
Summary(cs): Knihovna pro programování her
Group: Development/Libraries
Provides: %{name}-static = %{version}-%{release}
Requires: %{name} = %{version}-%{release}, xorg-x11-proto-devel
Requires: libX11-devel, libXcursor-devel
Requires(post): /sbin/install-info
@ -293,6 +294,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon May 5 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 4.2.2-10
- Look for /etc/timidity.cfg instead of /usr/share/timidity/timidity.cfg,
as the latter is no longer available now that Fedora has switched from
timidity++-patches to PersonalCopy-Lite-patches
* Tue Apr 1 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 4.2.2-9
- Fix i386 asm code compilation with latest binutils
- Remove -fomit-frame-pointer from the compile flags of the default build, so