63 lines
1.3 KiB
RPMSpec
63 lines
1.3 KiB
RPMSpec
Name: wine-docs
|
|
Version: 0.9.5
|
|
Release: 3%{?dist}
|
|
Summary: Documentation for wine
|
|
|
|
Group: Documentation
|
|
License: LGPL
|
|
URL: http://www.winehq.org
|
|
Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.5.tar.bz2
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
BuildArch: noarch
|
|
BuildRequires: docbook-utils-pdf
|
|
BuildRequires: openjade
|
|
|
|
%description
|
|
This package is Wine's documentation repository. It consists of
|
|
various guides and their translations.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
./configure
|
|
make
|
|
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB
|
|
|
|
%changelog
|
|
* Sat Jan 14 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
|
0.9.5-3
|
|
- add dist
|
|
|
|
* Sat Jan 14 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
|
0.9.5-2
|
|
- fix license field
|
|
- include license as doc
|
|
|
|
* Fri Jan 06 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
|
0.9.5-1
|
|
- version upgrade
|
|
|
|
* Sat Dec 31 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
|
0.9.4-1
|
|
- version upgrade
|
|
|
|
* Mon Dec 12 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
|
0.9.3-1
|
|
- version upgrade
|
|
|
|
* Tue Nov 29 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
|
0.9.2-1
|
|
- initial release
|