Fri Apr 02 2004 Nils Philippsen <nphilipp@redhat.com> - version 2-0.2 Wed Mar 17 2004 Nils Philippsen <nphilipp@redhat.com> - version 2-0.1 - initial build
48 lines
1.1 KiB
RPMSpec
48 lines
1.1 KiB
RPMSpec
%define gimphelpver 2-0.2
|
|
%define gimpsubver 2.0
|
|
|
|
Summary: Help files for the GIMP.
|
|
Name: gimp-help
|
|
Version: %(echo %gimphelpver|cut -d- -f1)
|
|
Release: 0.%(echo %gimphelpver|cut -d- -f2)
|
|
License: GNU FDL
|
|
Group: Applications/Multimedia
|
|
URL: http://wiki.gimp.org/gimp/GimpDocs
|
|
Source: ftp://ftp.gimp.org/pub/gimp/help/testing/gimp-help-%{gimphelpver}.tar.gz
|
|
BuildArch: noarch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRequires: libxslt
|
|
BuildRequires: docbook-style-xsl
|
|
BuildRequires: gimp-devel >= 1:2.0
|
|
Requires: gimp >= 2.0
|
|
|
|
%description
|
|
The GIMP User Manual is a newly written User Manual for the GIMP.
|
|
|
|
%prep
|
|
%setup -q -n %{name}-%{gimphelpver}
|
|
|
|
%build
|
|
%configure
|
|
make
|
|
|
|
%install
|
|
rm -rf %buildroot
|
|
%makeinstall GIMP_DATADIR=%{buildroot}%{_datadir}/gimp/%{gimpsubver}
|
|
|
|
%clean
|
|
rm -rf %buildroot
|
|
|
|
%files
|
|
%defattr (-, root, root)
|
|
%dir %{_datadir}/gimp
|
|
%dir %{_datadir}/gimp/%{gimpsubver}
|
|
%{_datadir}/gimp/%{gimpsubver}/help
|
|
|
|
%changelog
|
|
* Fri Apr 02 2004 Nils Philippsen <nphilipp@redhat.com>
|
|
- version 2-0.2
|
|
|
|
* Wed Mar 17 2004 Nils Philippsen <nphilipp@redhat.com>
|
|
- version 2-0.1
|
|
- initial build
|