This commit is contained in:
Matthias Clasen 2013-03-07 16:16:09 -05:00
parent 0717efddc2
commit 7fcf6b82f7
3 changed files with 7 additions and 6 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@ devhelp-2.90.5.tar.bz2
/devhelp-3.6.1.tar.xz
/devhelp-3.7.3.tar.xz
/devhelp-3.7.5.tar.xz
/devhelp-3.7.91.tar.xz

View File

@ -1,8 +1,8 @@
### Abstract ###
Name: devhelp
Version: 3.7.5
Release: 2%{?dist}
Version: 3.7.91
Release: 1%{?dist}
Epoch: 1
License: GPLv2+
Group: Development/Tools
@ -10,8 +10,6 @@ Summary: API documention browser
URL: http://developer.imendio.com/projects/devhelp
#VCS: git:git://git.gnome.org/devhelp
Source: http://download.gnome.org/sources/devhelp/3.7/devhelp-%{version}.tar.xz
# https://bugzilla.gnome.org/show_bug.cgi?id=693237
Patch0: devhelp-3.7.5-desktop.patch
### Dependencies ###
@ -43,7 +41,6 @@ into other applications such as IDEs.
%prep
%setup -q -n devhelp-%{version}
%patch0 -p1 -b .desktop
%build
%configure --disable-static
@ -103,6 +100,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
%{_libdir}/pkgconfig/*
%changelog
* Thu Mar 7 2013 Matthias Clasen <mclasen@redhat.com> - 1:3.7.91-1
- Update to 3.7.91
* Fri Feb 22 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.7.5-2
- Rebuilt for libwebkit2gtk soname bump

View File

@ -1 +1 @@
5d23bb537f69ee518a629a08a5149edd devhelp-3.7.5.tar.xz
701a7a745745f6a9c4d55b0b7a5e14fb devhelp-3.7.91.tar.xz