diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 6ff59ad..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -wine-docs-0.9.5.tar.bz2 diff --git a/Makefile b/Makefile deleted file mode 100644 index d1d459a..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: wine-docs -# $Id$ -NAME := wine-docs -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..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index 0277985..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -0b90842e9484a6c7df37883ad947fd8e wine-docs-0.9.5.tar.bz2 diff --git a/wine-docs.spec b/wine-docs.spec deleted file mode 100644 index ff52ac3..0000000 --- a/wine-docs.spec +++ /dev/null @@ -1,63 +0,0 @@ -Name: wine-docs -Version: 0.9.5 -Release: 3%{?dist} -Summary: Documentation for wine - -Group: Documentation -License: LGPL -URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.5.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch -BuildRequires: docbook-utils-pdf -BuildRequires: openjade - -%description -This package is Wine's documentation repository. It consists of -various guides and their translations. - -%prep -%setup -q - - -%build -./configure -make - - -%install -rm -rf $RPM_BUILD_ROOT - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB - -%changelog -* Sat Jan 14 2006 Andreas Bierfert -0.9.5-3 -- add dist - -* Sat Jan 14 2006 Andreas Bierfert -0.9.5-2 -- fix license field -- include license as doc - -* Fri Jan 06 2006 Andreas Bierfert -0.9.5-1 -- version upgrade - -* Sat Dec 31 2005 Andreas Bierfert -0.9.4-1 -- version upgrade - -* Mon Dec 12 2005 Andreas Bierfert -0.9.3-1 -- version upgrade - -* Tue Nov 29 2005 Andreas Bierfert -0.9.2-1 -- initial release