Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
da35bc1f4f | ||
|
|
6ae4abc89a | ||
|
|
1348fe6d66 | ||
|
|
c409077a50 | ||
|
|
e7f04392af | ||
|
|
666fd8deec | ||
|
|
dee4fe3365 | ||
|
|
67a3cb3abe |
5 changed files with 25 additions and 27 deletions
|
|
@ -1 +0,0 @@
|
|||
wine-docs-0.9.60.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
wine-docs-1.0.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
68b652192a8c8e97abf660d88d3d7cd1 wine-docs-0.9.60.tar.bz2
|
||||
53e626174eb3f38d2cab8381b9ee1e50 wine-docs-1.0.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
%define debug_package %{nil}
|
||||
Name: wine-docs
|
||||
Version: 0.9.60
|
||||
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-%{version}.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,26 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB
|
||||
|
||||
%changelog
|
||||
* Tue Jun 17 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
- 1.0-1
|
||||
- version upgrade
|
||||
|
||||
* Sat Jun 07 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
- 1.0-0.4.rc4
|
||||
- version upgrade
|
||||
|
||||
* Sun Jun 01 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
- 1.0-0.3.rc3
|
||||
- version upgrade
|
||||
|
||||
* Fri May 23 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
- 1.0-0.2.rc2
|
||||
- version upgrade
|
||||
|
||||
* Sat May 10 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
- 1.0-0.1.rc1
|
||||
- version upgrade
|
||||
|
||||
* Fri Apr 18 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
- 0.9.60-1
|
||||
- version upgrade
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue