Compare commits

...

4 Commits
master ... el4

Author SHA1 Message Date
Fedora Release Engineering 8a81921f30 dist-git conversion 2010-07-29 10:58:58 +00:00
Bill Nottingham d781cedf6a Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:16:12 +00:00
Kevin Fenzi 41c8e68de0 Initialize branch EL-4 for qemu 2008-02-04 19:46:38 +00:00
Peter Gordon e4eac218e9 Fix BuildRoot to be in compliance with the packaging guidelines; fixes bug
#194432
2006-10-21 17:41:42 +00:00
3 changed files with 4 additions and 22 deletions

View File

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: qemu
# $Id$
NAME := qemu
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

@ -8,7 +8,7 @@ URL: http://fabrice.bellard.free.fr/qemu
Source0: http://fabrice.bellard.free.fr/qemu/%{name}-%{version}.tar.gz
Source1: qemu.init
Patch0: qemu-0.6.1-build.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel
PreReq: /sbin/chkconfig
PreReq: /sbin/service
@ -73,6 +73,9 @@ fi
%config %{_sysconfdir}/rc.d/init.d/qemu
%changelog
* Sat Oct 21 2006 Peter Gordon <peter@thecodergeek.com>
- Fix BuildRoot to be in compliance with the Packaging Guidelines.
* Sun Feb 13 2005 David Woodhouse <dwmw2@infradead.org> 0.6.1-2
- Package cleanup