50 lines
1.2 KiB
RPMSpec
50 lines
1.2 KiB
RPMSpec
Name: wine-docs
|
|
Version: 1.4
|
|
Release: 2mamba
|
|
Summary: Documentation for Wine
|
|
Group: Documentation
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
|
URL: https://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
|
|
|
|
%description
|
|
Documentation for Wine.
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch 0 -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
|
|
* Thu Nov 02 2023 Automatic Build System <autodist@mambasoft.it> 1.4-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* 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
|