auto-import changelog data from gimp-help-2-0.0.2.src.rpm
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
This commit is contained in:
parent
62ed7ac04e
commit
c1deeb8a71
3 changed files with 50 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
gimp-help-2-0.2.tar.gz
|
||||
48
gimp-help.spec
Normal file
48
gimp-help.spec
Normal file
|
|
@ -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 <nphilipp@redhat.com>
|
||||
- version 2-0.2
|
||||
|
||||
* Wed Mar 17 2004 Nils Philippsen <nphilipp@redhat.com>
|
||||
- version 2-0.1
|
||||
- initial build
|
||||
1
sources
1
sources
|
|
@ -0,0 +1 @@
|
|||
504eb3e9b7529e30fd87c54418f516fd gimp-help-2-0.2.tar.gz
|
||||
Loading…
Add table
Add a link
Reference in a new issue