Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
9df691d8b4 dist-git conversion 2010-07-29 15:20:11 +00:00
Andreas Bierfert
8b3a799e95 - version upgrade 2010-07-22 18:06:38 +00:00
Bill Nottingham
48bfb94e2d Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:17:09 +00:00
Jesse Keating
aa71078b18 Initialize branch F-12 for wine-docs 2009-09-29 07:18:33 +00:00
6 changed files with 46 additions and 25 deletions

View file

@ -1 +0,0 @@
wine-docs-1.0.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
wine-docs-1.2.tar.bz2

View file

@ -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)

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