SHA256
1
0
forked from pool/gimp-help
OBS User unknown 2007-02-16 13:00:26 +00:00 committed by Git OBS Bridge
parent 94fd482dc1
commit ce8ee7a5c2
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 16 13:34:42 CET 2007 - aj@suse.de
- Do not run parallel make since the package build might break.
-------------------------------------------------------------------
Thu Jan 11 14:31:50 CET 2007 - sbrabec@suse.cz

View File

@ -23,7 +23,7 @@ Obsoletes: gimp-help-2
Enhances: gimp-2.0
%endif
Version: 0.9
Release: 56
Release: 61
Summary: Help System Data for GIMP2
Source: %{name}-2-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -50,7 +50,7 @@ Authors:
%build
autoreconf -f -i
%configure
make %{?jobs:-j%jobs}
make
%install
make install DESTDIR=$RPM_BUILD_ROOT
@ -66,6 +66,8 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gimp/2.0/*
%changelog -n gimp-help
* Fri Feb 16 2007 - aj@suse.de
- Do not run parallel make since the package build might break.
* Thu Jan 11 2007 - sbrabec@suse.cz
- Prefix changed to /usr.
- Spec file cleanup.