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