diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 8b41d93..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -wine-docs-0.9.47.tar.bz2 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6dd4634 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +wine-docs-1.0.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/sources b/sources index 5fedd52..690eeb7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d6918c754e31d66ce04b8f6fd8ea5878 wine-docs-0.9.47.tar.bz2 +53e626174eb3f38d2cab8381b9ee1e50 wine-docs-1.0.tar.bz2 diff --git a/wine-docs.spec b/wine-docs.spec index b1a48f0..dafd9cf 100644 --- a/wine-docs.spec +++ b/wine-docs.spec @@ -1,13 +1,13 @@ %define debug_package %{nil} Name: wine-docs -Version: 0.9.47 +Version: 1.0 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPLv2+ URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.47.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -18,8 +18,7 @@ This package is Wine's documentation repository. It consists of various guides and their translations. %prep -%setup -q - +%setup -q -n %{name}-%{version} %build ./configure @@ -38,6 +37,66 @@ rm -rf $RPM_BUILD_ROOT %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Tue Jun 17 2008 Andreas Bierfert +- 1.0-1 +- version upgrade + +* Sat Jun 07 2008 Andreas Bierfert +- 1.0-0.4.rc4 +- version upgrade + +* Sun Jun 01 2008 Andreas Bierfert +- 1.0-0.3.rc3 +- version upgrade + +* Fri May 23 2008 Andreas Bierfert +- 1.0-0.2.rc2 +- version upgrade + +* Sat May 10 2008 Andreas Bierfert +- 1.0-0.1.rc1 +- version upgrade + +* Fri Apr 18 2008 Andreas Bierfert +- 0.9.60-1 +- version upgrade + +* Mon Apr 07 2008 Andreas Bierfert +- 0.9.59-1 +- version upgrade + +* Tue Mar 25 2008 Andreas Bierfert +- 0.9.58-1 +- version upgrade + +* Tue Mar 11 2008 Andreas Bierfert +- 0.9.57-1 +- version upgrade + +* Sun Feb 10 2008 Andreas Bierfert +- 0.9.55-1 +- version upgrade + +* Fri Jan 25 2008 Andreas Bierfert +- 0.9.54-1 +- version upgrade + +* Sat Jan 12 2008 Andreas Bierfert +- 0.9.53-1 +- version upgrade + +* Fri Dec 28 2007 Andreas Bierfert +- 0.9.52-1 +- version upgrade + +* Mon Nov 19 2007 Andreas Bierfert +- 0.9.49-1 +- version upgrade + +* Sat Oct 27 2007 Andreas Bierfert +- 0.9.48-1 +- version upgrade + * Sun Oct 14 2007 Andreas Bierfert - 0.9.47-1 - version upgrade