diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index a911799..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -vgabios-0.6b.tgz diff --git a/Makefile b/Makefile deleted file mode 100644 index 0024bc1..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: vgabios -# $Id$ -NAME := vgabios -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) diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..2f5a8cc --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Obsoleted by seabios provided seavgabios diff --git a/import.log b/import.log deleted file mode 100644 index 4b78f0c..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -vgabios-0_6-0_5_b_fc11:HEAD:vgabios-0.6-0.5.b.fc11.src.rpm:1236045633 diff --git a/sources b/sources deleted file mode 100644 index afa4a9d..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -36399621c4d6753e83a3cec3009c7183 vgabios-0.6b.tgz diff --git a/vgabios.spec b/vgabios.spec deleted file mode 100644 index 7fbbff2..0000000 --- a/vgabios.spec +++ /dev/null @@ -1,67 +0,0 @@ -Name: vgabios -Version: 0.6 -Release: 0.5.b%{?dist} -Summary: LGPL implementation of a vga video bios - -Group: Applications/Emulators -License: LGPLv2 -URL: http://www.nongnu.org/vgabios/ -Source0: http://savannah.gnu.org/download/%{name}/%{name}-%{version}b.tgz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: dev86 -BuildArch: noarch - -%description -vgabios is an LPGL implementation of a bios for a video card. -It is tied to plex86/bochs, althoug it will likely work on other -emulators. It is not intended for use in real cards. - - -%prep -%setup -q -n %{name}-%{version}b - -%build -make clean -make biossums %{?_smp_mflags} -make %{?_smp_mflags} - - -%install -rm -rf $RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT%{_datadir}/vgabios -install -m 0644 VGABIOS-lgpl-*.bin $RPM_BUILD_ROOT%{_datadir}/vgabios - - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%dir %{_datadir}/vgabios/ -%doc README COPYING -%{_datadir}/vgabios/VGABIOS-lgpl-latest.bin -%{_datadir}/vgabios/VGABIOS-lgpl-latest.cirrus.bin -%{_datadir}/vgabios/VGABIOS-lgpl-latest.cirrus.debug.bin -%{_datadir}/vgabios/VGABIOS-lgpl-latest.debug.bin - - - - -%changelog -* Mon Mar 02 2009 Glauber Costa - 0.6.0.5.b -- fixed naming to comply with guidelines. - -* Tue Feb 17 2009 Glauber Costa - 0.6.0.4beta -- removed leftovers and fixed rpmlint errors. - -* Mon Feb 16 2009 Glauber Costa - 0.6.0.3beta -- using dev86 to build directly on all arches, made package noarch. - No more binaries \o/ - -* Fri Feb 13 2009 Glauber Costa - 0.6.0.2beta -- Addressing BZ 485418: added doc section, clean build root before - we proceed, own vgabios directory -* Fri Feb 13 2009 Glauber Costa - 0.6.0.1beta -- Created initial package