fix BRs
This commit is contained in:
parent
6231849960
commit
2fa641cdc3
@ -1 +1 @@
|
||||
devhelp-2.30.0.tar.bz2
|
||||
devhelp-2.90.5.tar.bz2
|
||||
|
24
devhelp.spec
24
devhelp.spec
@ -1,18 +1,18 @@
|
||||
# Last updated for 0.22
|
||||
%define gtk2_version 2.10.0
|
||||
%define gtk_version 2.90.0
|
||||
%define libwnck_version 2.10.0
|
||||
|
||||
### Abstract ###
|
||||
|
||||
Name: devhelp
|
||||
Version: 2.30.0
|
||||
Release: 2%{?dist}
|
||||
Version: 2.90.5
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
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/2.30/devhelp-%{version}.tar.bz2
|
||||
Source: http://download.gnome.org/sources/devhelp/2.90/devhelp-%{version}.tar.bz2
|
||||
|
||||
### Dependencies ###
|
||||
|
||||
@ -25,11 +25,10 @@ Requires(post): GConf2 >= 2.14
|
||||
BuildRequires: desktop-file-utils >= 0.3
|
||||
BuildRequires: gettext
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libwnck-devel >= %{libwnck_version}
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: WebKit-gtk-devel
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: webkitgtk3-devel
|
||||
BuildRequires: GConf2-devel
|
||||
BuildRequires: unique-devel
|
||||
BuildRequires: unique3-devel
|
||||
BuildRequires: autoconf automake libtool
|
||||
|
||||
%description
|
||||
@ -40,10 +39,8 @@ It works natively with API documentation generated by gtk-doc.
|
||||
Summary: Library to embed Devhelp in other applications
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: gtk2-devel >= %{gtk2_version}
|
||||
Requires: libwnck-devel >= %{libwnck_version}
|
||||
Requires: pkgconfig
|
||||
Requires: WebKit-gtk-devel
|
||||
Requires: gtk3-devel >= %{gtk_version}
|
||||
Requires: webkitgtk3-devel
|
||||
|
||||
%description devel
|
||||
Devhelp is an API documentation browser for the GNOME desktop.
|
||||
@ -137,6 +134,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
%{_libdir}/pkgconfig/*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 14 2010 Matthias Clasen <mclasen@redhat.com> - 2.90.5-1
|
||||
- Update to 2.90.5
|
||||
|
||||
* Sat Jul 3 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-2
|
||||
- Rebuild against new webkit
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user