automatic version update by autodist [release 1.4-1mamba;Sun Apr 15 2012]
This commit is contained in:
parent
d1c2b1b80c
commit
788bb55e7c
34
wine-docs-1.2-build.patch
Normal file
34
wine-docs-1.2-build.patch
Normal 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
|
47
wine-docs.spec
Normal file
47
wine-docs.spec
Normal file
@ -0,0 +1,47 @@
|
||||
Name: wine-docs
|
||||
Version: 1.4
|
||||
Release: 1mamba
|
||||
Summary: Documentation for Wine
|
||||
Group: Documentation
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: http://www.winehq.org
|
||||
Source: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-%{version}.tar.bz2
|
||||
Patch0: %{name}-1.2-build.patch
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: docbook-utils
|
||||
BuildRequires: jadetex
|
||||
BuildRequires: OpenSP
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Documentation for Wine.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p0
|
||||
|
||||
%build
|
||||
%configure
|
||||
make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB LICENSE README
|
||||
|
||||
%changelog
|
||||
* Sun Apr 15 2012 Automatic Build System <autodist@mambasoft.it> 1.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 02 2011 Davide Madrisan <davide.madrisan@gmail.com> 1.2-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user