3.7.91
This commit is contained in:
parent
0717efddc2
commit
7fcf6b82f7
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ devhelp-2.90.5.tar.bz2
|
|||||||
/devhelp-3.6.1.tar.xz
|
/devhelp-3.6.1.tar.xz
|
||||||
/devhelp-3.7.3.tar.xz
|
/devhelp-3.7.3.tar.xz
|
||||||
/devhelp-3.7.5.tar.xz
|
/devhelp-3.7.5.tar.xz
|
||||||
|
/devhelp-3.7.91.tar.xz
|
||||||
|
10
devhelp.spec
10
devhelp.spec
@ -1,8 +1,8 @@
|
|||||||
### Abstract ###
|
### Abstract ###
|
||||||
|
|
||||||
Name: devhelp
|
Name: devhelp
|
||||||
Version: 3.7.5
|
Version: 3.7.91
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -10,8 +10,6 @@ Summary: API documention browser
|
|||||||
URL: http://developer.imendio.com/projects/devhelp
|
URL: http://developer.imendio.com/projects/devhelp
|
||||||
#VCS: git:git://git.gnome.org/devhelp
|
#VCS: git:git://git.gnome.org/devhelp
|
||||||
Source: http://download.gnome.org/sources/devhelp/3.7/devhelp-%{version}.tar.xz
|
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 ###
|
### Dependencies ###
|
||||||
|
|
||||||
@ -43,7 +41,6 @@ into other applications such as IDEs.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n devhelp-%{version}
|
%setup -q -n devhelp-%{version}
|
||||||
%patch0 -p1 -b .desktop
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
@ -103,6 +100,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
|||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 22 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.7.5-2
|
||||||
- Rebuilt for libwebkit2gtk soname bump
|
- Rebuilt for libwebkit2gtk soname bump
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user