version 2.8.0

add po files missing in tarball
This commit is contained in:
Nils Philippsen 2012-06-05 11:06:43 +02:00
commit b18971018f
3 changed files with 14 additions and 4 deletions

2
.gitignore vendored
View file

@ -1 +1,3 @@
gimp-help-2.4.2.tar.bz2
/gimp-help-2.8.0.tar.bz2
/gimp-help-2.8.0-missing-po-files.patch

View file

@ -2,12 +2,14 @@
Summary: Help files for GIMP
Name: gimp-help
Version: 2.4.2
Release: 7%{?dist}
Version: 2.8.0
Release: 1%{?dist}
License: GFDL
Group: Documentation
URL: http://wiki.gimp.org/gimp/GimpDocs
Source: ftp://ftp.gimp.org/pub/gimp/help/gimp-help-%{version}.tar.bz2
Source0: ftp://ftp.gimp.org/pub/gimp/help/gimp-help-%{version}.tar.bz2
# files missing from the tarball
Patch0: gimp-help-2.8.0-missing-po-files.patch
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%__id_u -n)-root
BuildRequires: docbook-style-xsl
@ -25,6 +27,7 @@ Program.
%prep
%setup -q
%patch0 -p1 -b .missing-po-files
%build
%configure
@ -62,6 +65,10 @@ rm -rf %buildroot
%doc AUTHORS ChangeLog COPYING NEWS README TERMINOLOGY
%changelog
* Tue Jun 05 2012 Nils Philippsen <nils@redhat.com> - 2.8.0-1
- version 2.8.0
- add po files missing in tarball
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View file

@ -1 +1,2 @@
497e1212cbd1499d151b85dabaa3875c gimp-help-2.4.2.tar.bz2
d6e07a569fe4b3bb11aaf5630da2693b gimp-help-2.8.0.tar.bz2
bf3e5684cd7fee308fc9a2d61519fdbf gimp-help-2.8.0-missing-po-files.patch