gimp-help.spec revision 16895
15684N/A#
15684N/A# spec file for package gimp-help
15684N/A#
15684N/A# Copyright 2008 Sun Microsystems, Inc.
15684N/A# This file and all modifications and additions to the pristine
15684N/A# package are under the same license as the package itself.
15684N/A#
17658N/A# Owner: dkenny
15684N/A#
15684N/AName: gimp-help
17182N/ALicense: GPL/LGPL
17182N/AGroup: System/Documentation/GNOME
15684N/AVersion: 2.4.2
17660N/ARelease: 1
15684N/ADistribution: Java Desktop System
15684N/AVendor: Sun Microsystems, Inc.
15684N/ASummary: On-line Help for the GIMP (GNU Image Manipulation Program)
15684N/ASource: ftp://ftp.gimp.org/pub/gimp/help/%{name}-%{version}.tar.bz2
17660N/AURL: http://www.gimp.org
17660N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
17031N/ADocdir: %{_defaultdocdir}/doc
15684N/AAutoreqprov: on
15684N/ARequires: gimp
15684N/A
15684N/A%description
15684N/AOn-Line help documents for the Gimp.
15684N/A
15684N/A%prep
15684N/A%setup -q
15684N/A
15684N/A%build
15684N/A./configure --prefix=%{_prefix} \
15684N/A --sysconfdir=%{_sysconfdir} \
15684N/A --bindir=%{_bindir} \
15684N/A --libdir=%{_libdir} \
15684N/A --includedir=%{_includedir} \
15684N/A --libexecdir=%{_libexecdir} \
15684N/A --localstatedir=/var/lib \
15684N/A --mandir=%{_mandir} \
15684N/A --enable-mp \
15684N/A %{gtk_doc_option} \
15684N/A --enable-default-binary \
15684N/A --without-gimp \
15684N/A %{print_options}
15684N/A
15684N/Amake
15684N/A
15684N/A%install
15684N/Amake DESTDIR=$RPM_BUILD_ROOT install
15684N/A
15684N/A%clean
15684N/Arm -rf $RPM_BUILD_ROOT
15684N/A
15684N/A%files
15684N/A%defattr (-, root, root)
15684N/A%{_datadir}/gimp/*/help/
15684N/A
15684N/A%changelog
15684N/A* Tue Jul 28 2009 - christian.kelly@sun.com
15684N/A- Bump to 2.4.2.
15684N/A* Wed Apr 23 2008 - damien.carbery@sun.com
15684N/A- Bump to 2.4.1.
15684N/A
15684N/A* Fri Jan 11 2008 - laca@sun.com
15684N/A- Create -- split out of gimp.spec
15684N/A