diff --git a/.cvsignore b/.cvsignore index e69de29..7d94aed 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +gimp-help-2-0.2.tar.gz diff --git a/gimp-help.spec b/gimp-help.spec new file mode 100644 index 0000000..33f53ce --- /dev/null +++ b/gimp-help.spec @@ -0,0 +1,48 @@ +%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 +- version 2-0.2 + +* Wed Mar 17 2004 Nils Philippsen +- version 2-0.1 +- initial build diff --git a/sources b/sources index e69de29..c514685 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +504eb3e9b7529e30fd87c54418f516fd gimp-help-2-0.2.tar.gz