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