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