- version upgrade
This commit is contained in:
parent
c2ffb1a2f0
commit
0da4987d27
3 changed files with 9 additions and 5 deletions
|
|
@ -1 +1 @@
|
|||
wine-docs-1.0-rc4.tar.bz2
|
||||
wine-docs-1.0.tar.bz2
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
015902ab03258d7e3d997c9be53dbf96 wine-docs-1.0-rc4.tar.bz2
|
||||
53e626174eb3f38d2cab8381b9ee1e50 wine-docs-1.0.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
%define debug_package %{nil}
|
||||
Name: wine-docs
|
||||
Version: 1.0
|
||||
Release: 0.4.rc4%{?dist}
|
||||
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}-rc4.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,7 +18,7 @@ This package is Wine's documentation repository. It consists of
|
|||
various guides and their translations.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}-rc4
|
||||
%setup -q -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
./configure
|
||||
|
|
@ -37,6 +37,10 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue