Update to 3.6.1
Drop manual requires from -devel package; these are all picked up automatically with recent rpmbuild
This commit is contained in:
parent
7f02a683e2
commit
409b7ae0c3
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ devhelp-2.90.5.tar.bz2
|
||||
/devhelp-3.5.5.tar.xz
|
||||
/devhelp-3.5.92.tar.xz
|
||||
/devhelp-3.6.0.tar.xz
|
||||
/devhelp-3.6.1.tar.xz
|
||||
|
15
devhelp.spec
15
devhelp.spec
@ -1,11 +1,7 @@
|
||||
# Last updated for 0.22
|
||||
%define gtk_version 3.0.2
|
||||
%define libwnck_version 2.10.0
|
||||
|
||||
### Abstract ###
|
||||
|
||||
Name: devhelp
|
||||
Version: 3.6.0
|
||||
Version: 3.6.1
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
License: GPLv2+
|
||||
@ -13,7 +9,7 @@ Group: Development/Tools
|
||||
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.5/devhelp-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/devhelp/3.6/devhelp-%{version}.tar.xz
|
||||
|
||||
### Dependencies ###
|
||||
|
||||
@ -43,8 +39,6 @@ It works natively with API documentation generated by gtk-doc.
|
||||
Summary: Library to embed Devhelp in other applications
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||
Requires: gtk3-devel >= %{gtk_version}
|
||||
Requires: webkitgtk3-devel
|
||||
|
||||
%description devel
|
||||
Devhelp is an API documentation browser for the GNOME desktop.
|
||||
@ -139,6 +133,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
%{_libdir}/pkgconfig/*
|
||||
|
||||
%changelog
|
||||
* Wed Nov 14 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.6.1-1
|
||||
- Update to 3.6.1
|
||||
- Drop manual requires from -devel package; these are all picked up
|
||||
automatically with recent rpmbuild
|
||||
|
||||
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 1:3.6.0-1
|
||||
- Update to 3.6.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user