- version upgrade

This commit is contained in:
Andreas Bierfert 2010-07-22 18:06:38 +00:00
commit 6c455e14fb
4 changed files with 46 additions and 4 deletions

View file

@ -1 +1 @@
wine-docs-1.0.tar.bz2
wine-docs-1.2.tar.bz2

View file

@ -1 +1 @@
53e626174eb3f38d2cab8381b9ee1e50 wine-docs-1.0.tar.bz2
9428acc48b72be9476d59d468da2ea3f wine-docs-1.2.tar.bz2

34
wine-build.patch Normal file
View file

@ -0,0 +1,34 @@
--- en/winedev-testing.sgml.orig 2010-07-22 19:47:32.000000000 +0200
+++ en/winedev-testing.sgml 2010-07-22 19:47:50.000000000 +0200
@@ -205,7 +205,8 @@
The following step should probably work on any rpm based system.
</para>
<para>
- Run <command>yum install mingw32-gcc</>.
+ Run <command>yum install mingw32-gcc</command>.
+ </para>
</sect3>
<sect3>
<title>*BSD</title>
--- en/wineusr-configuring.sgml.orig 2010-07-22 19:57:14.000000000 +0200
+++ en/wineusr-configuring.sgml 2010-07-22 19:57:48.000000000 +0200
@@ -223,9 +223,7 @@
Most often applications will assume that a required redistributable
package has already been installed and subsequently fail to run when
the required dependencies are not met. For example:
- <para>
<programlisting>err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\Program Files\\Foo\\Bar.dll") not found</programlisting>
- <para>
</para>
<para>
Redistributable packages which install the necessary runtimes can
--- en/wineusr-configuring.sgml.orig 2010-07-22 19:59:06.000000000 +0200
+++ en/wineusr-configuring.sgml 2010-07-22 20:00:07.000000000 +0200
@@ -219,6 +219,7 @@
this file is a publicly available DLL or a custom DLL belonging
to your program. In the latter case, check that you have installed
your program correctly.
+ </para>
<para>
Most often applications will assume that a required redistributable
package has already been installed and subsequently fail to run when

View file

@ -1,13 +1,16 @@
%define debug_package %{nil}
Name: wine-docs
Version: 1.0
Release: 3%{?dist}
Version: 1.2
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
Patch0: wine-build.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: docbook-utils-pdf
@ -19,6 +22,7 @@ various guides and their translations.
%prep
%setup -q -n %{name}-%{version}
%patch0
%build
./configure
@ -37,6 +41,10 @@ rm -rf $RPM_BUILD_ROOT
%doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB
%changelog
* Thu Jul 22 2010 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 1.2-1
- version upgrade
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild