auto-import changelog data from yelp-0.10-1.src.rpm
Wed Jun 05 2002 Havoc Pennington <hp@redhat.com> - 0.10 Sun May 26 2002 Tim Powers <timp@redhat.com> - automated rebuild Tue May 21 2002 Havoc Pennington <hp@redhat.com> - rebuild in different environment Tue May 21 2002 Havoc Pennington <hp@redhat.com> - 0.8 Fri May 03 2002 Havoc Pennington <hp@redhat.com> - 0.6.1 Fri Apr 19 2002 Havoc Pennington <hp@redhat.com> - 0.6 Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com> - Rebuild for new gnome2 libraries Mon Jan 28 2002 Alex Larsson <alexl@redhat.com> - Initial build.
This commit is contained in:
parent
aa4d5d2ff2
commit
04c44d14c8
@ -0,0 +1 @@
|
||||
yelp-0.10.tar.bz2
|
78
yelp.spec
Normal file
78
yelp.spec
Normal file
@ -0,0 +1,78 @@
|
||||
%define gtk2_version 2.0.0
|
||||
%define gtkhtml2_version 1.99.9
|
||||
%define gnome_vfs2_version 1.9.16
|
||||
%define libgnomeui_version 1.117.2
|
||||
%define libbonobo_version 2.0.0
|
||||
|
||||
Summary: A system documentation reader from the Gnome project.
|
||||
Name: yelp
|
||||
Version: 0.10
|
||||
Release: 1
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
Requires: scrollkeeper
|
||||
Requires: gtk2 >= %{gtk2_version}
|
||||
Requires: gnome-vfs2 >= %{gnome_vfs2_version}
|
||||
Requires: gtkhtml2 >= %{gtkhtml2_version}
|
||||
Requires: libgnomeui >= %{libgnomeui_version}
|
||||
Requires: libbonobo >= %{libbonobo_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}
|
||||
|
||||
%description
|
||||
Yelp is the Gnome 2 help/documentation browser. It is designed
|
||||
to help you browse all the documentation on your system in
|
||||
one central tool.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
make
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
%makeinstall
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/yelp
|
||||
%{_libdir}/bonobo/servers/GNOME_Yelp.server
|
||||
%{_datadir}/applications/yelp.desktop
|
||||
%{_datadir}/yelp
|
||||
|
||||
%changelog
|
||||
* Wed Jun 5 2002 Havoc Pennington <hp@redhat.com>
|
||||
- 0.10
|
||||
|
||||
* Sun May 26 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
|
||||
- rebuild in different environment
|
||||
|
||||
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
|
||||
- 0.8
|
||||
|
||||
* Fri May 3 2002 Havoc Pennington <hp@redhat.com>
|
||||
- 0.6.1
|
||||
|
||||
* Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
|
||||
- 0.6
|
||||
|
||||
* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
|
||||
- Rebuild for new gnome2 libraries
|
||||
|
||||
* Mon Jan 28 2002 Alex Larsson <alexl@redhat.com>
|
||||
- Initial build.
|
Loading…
Reference in New Issue
Block a user