diff --git a/README.md b/README.md
index 0812ca6..662f632 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,4 @@
# wine-docs
+Documentation for Wine.
+
diff --git a/wine-docs-1.2-build.patch b/wine-docs-1.2-build.patch
new file mode 100644
index 0000000..5c0d80d
--- /dev/null
+++ b/wine-docs-1.2-build.patch
@@ -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.
+
+
+- Run yum install mingw32-gcc>.
++ Run yum install mingw32-gcc.
++
+
+
+ *BSD
+--- 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:
+-
+ err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\Program Files\\Foo\\Bar.dll") not found
+-
+
+
+ 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.
++
+
+ Most often applications will assume that a required redistributable
+ package has already been installed and subsequently fail to run when
diff --git a/wine-docs.spec b/wine-docs.spec
new file mode 100644
index 0000000..4baecc7
--- /dev/null
+++ b/wine-docs.spec
@@ -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
+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 1.4-1mamba
+- automatic version update by autodist
+
+* Sat Apr 02 2011 Davide Madrisan 1.2-1mamba
+- package created by autospec