auto-import changelog data from yelp-2.2.0-3.src.rpm
Fri Feb 14 2003 Jeremy Katz <katzj@redhat.com> 2.2.0-3 - fix buildrequires Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Tue Jan 21 2003 Alexander Larsson <alexl@redhat.com> 2.2.0-1 - Update to 2.2.0 - Add libglade dependency Tue Jan 07 2003 Alexander Larsson <alexl@redhat.com> 2.1.4-1 - Updated to 2.1.4 Mon Nov 18 2002 Tim Powers <timp@redhat.com> - rebuild for all arches
This commit is contained in:
parent
cd6ab0e604
commit
9acdfea50d
@ -1 +1 @@
|
||||
yelp-1.0.2.tar.bz2
|
||||
yelp-2.2.0.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
26467015e2e62bd3300a12c41516cc1c yelp-1.0.2.tar.bz2
|
||||
1148afe2578ad50be59a591677946a4c yelp-2.2.0.tar.bz2
|
||||
|
37
yelp.spec
37
yelp.spec
@ -1,18 +1,19 @@
|
||||
%define pango_version 1.0.99
|
||||
%define gtk2_version 2.0.5
|
||||
%define gtk2_version 2.0.6
|
||||
%define gtkhtml2_version 2.0.0-2
|
||||
%define gnome_vfs2_version 2.0.0
|
||||
%define libgnomeui_version 2.0.0
|
||||
%define libgnomeui_version 2.0.2
|
||||
%define libbonobo_version 2.0.0
|
||||
%define libglade_version 2.0.0
|
||||
%define libxslt_version 1.0.15
|
||||
%define desktop_file_utils_version 0.2.90
|
||||
%define gail_version 0.17
|
||||
%define gail_version 1.0
|
||||
|
||||
Summary: A system documentation reader from the Gnome project.
|
||||
Name: yelp
|
||||
Version: 1.0.2
|
||||
Release: 2
|
||||
Version: 2.2.0
|
||||
Release: 3
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Patch1: yelp-1.0.2-startpage.patch
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
@ -22,15 +23,20 @@ Requires: gnome-vfs2 >= %{gnome_vfs2_version}
|
||||
Requires: gtkhtml2 >= %{gtkhtml2_version}
|
||||
Requires: libgnomeui >= %{libgnomeui_version}
|
||||
Requires: libbonobo >= %{libbonobo_version}
|
||||
Requires: libxslt >= %{libxslt_version}
|
||||
Requires: libglade2 >= %{libglade_version}
|
||||
Requires: GConf2
|
||||
BuildRequires: pango-devel >= %{pango_version}
|
||||
BuildRequires: gtk2-devel >= %{gtk2_version}
|
||||
BuildRequires: gnome-vfs2-devel >= %{gnome_vfs2_version}
|
||||
BuildRequires: gtkhtml2-devel >= %{gtkhtml2_version}
|
||||
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
|
||||
BuildRequires: libbonobo-devel >= %{libbonobo_version}
|
||||
BuildRequires: libglade2-devel >= %{libglade_version}
|
||||
BuildRequires: libxslt-devel >= %{libxslt_version}
|
||||
BuildRequires: gail-devel >= %{gail_version}
|
||||
BuildRequires: Xft
|
||||
BuildRequires: fontconfig
|
||||
BuildRequires: GConf2-devel
|
||||
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
||||
|
||||
%description
|
||||
@ -40,7 +46,6 @@ one central tool.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p0 -b .startpage
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -72,6 +77,22 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libexecdir}/*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 14 2003 Jeremy Katz <katzj@redhat.com> 2.2.0-3
|
||||
- fix buildrequires
|
||||
|
||||
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Tue Jan 21 2003 Alexander Larsson <alexl@redhat.com> 2.2.0-1
|
||||
- Update to 2.2.0
|
||||
- Add libglade dependency
|
||||
|
||||
* Tue Jan 7 2003 Alexander Larsson <alexl@redhat.com> 2.1.4-1
|
||||
- Updated to 2.1.4
|
||||
|
||||
* Mon Nov 18 2002 Tim Powers <timp@redhat.com>
|
||||
- rebuild for all arches
|
||||
|
||||
* Mon Aug 12 2002 Alexander Larsson <alexl@redhat.com>
|
||||
- Remove the strange copyright on the start page. Fixes #69106
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user