auto-import changelog data from yelp-1.0.2-1.src.rpm
Thu Aug 08 2002 Havoc Pennington <hp@redhat.com> - 1.0.2 - include libexecdir stuff Sat Jul 27 2002 Havoc Pennington <hp@redhat.com> - rebuild with new gail - 1.0.1 Fri Jun 21 2002 Tim Powers <timp@redhat.com> - automated rebuild Tue Jun 18 2002 Havoc Pennington <hp@redhat.com> - put all the binaries in the file list... why is this package so hard? Mon Jun 17 2002 Havoc Pennington <hp@redhat.com> - put images in file list, this thing will be non-ugly yet Sun Jun 16 2002 Havoc Pennington <hp@redhat.com> - 1.0 - use desktop-file-install to install/munge .desktop files - put the sgml stuff in file list Fri Jun 07 2002 Havoc Pennington <hp@redhat.com> - rebuild in different environment
This commit is contained in:
parent
04c44d14c8
commit
e822dbe6cc
@ -1 +1 @@
|
||||
yelp-0.10.tar.bz2
|
||||
yelp-1.0.2.tar.bz2
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
d1aac304ad5792f340e132a1fdd8b36e yelp-0.10.tar.bz2
|
||||
26467015e2e62bd3300a12c41516cc1c yelp-1.0.2.tar.bz2
|
||||
|
||||
58
yelp.spec
58
yelp.spec
@ -1,12 +1,15 @@
|
||||
%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 pango_version 1.0.99
|
||||
%define gtk2_version 2.0.5
|
||||
%define gtkhtml2_version 2.0.0-2
|
||||
%define gnome_vfs2_version 2.0.0
|
||||
%define libgnomeui_version 2.0.0
|
||||
%define libbonobo_version 2.0.0
|
||||
%define desktop_file_utils_version 0.2.90
|
||||
%define gail_version 0.17
|
||||
|
||||
Summary: A system documentation reader from the Gnome project.
|
||||
Name: yelp
|
||||
Version: 0.10
|
||||
Version: 1.0.2
|
||||
Release: 1
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
License: GPL
|
||||
@ -18,11 +21,16 @@ Requires: gnome-vfs2 >= %{gnome_vfs2_version}
|
||||
Requires: gtkhtml2 >= %{gtkhtml2_version}
|
||||
Requires: libgnomeui >= %{libgnomeui_version}
|
||||
Requires: libbonobo >= %{libbonobo_version}
|
||||
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: gail-devel >= %{gail_version}
|
||||
BuildRequires: Xft
|
||||
BuildRequires: fontconfig
|
||||
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
||||
|
||||
%description
|
||||
Yelp is the Gnome 2 help/documentation browser. It is designed
|
||||
@ -40,6 +48,12 @@ make
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
%makeinstall
|
||||
|
||||
desktop-file-install --vendor gnome --delete-original \
|
||||
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
||||
--add-only-show-in GNOME \
|
||||
--add-category X-Red-Hat-Base \
|
||||
$RPM_BUILD_ROOT%{_datadir}/applications/*
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%clean
|
||||
@ -47,12 +61,40 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/yelp
|
||||
%{_libdir}/bonobo/servers/GNOME_Yelp.server
|
||||
%{_datadir}/applications/yelp.desktop
|
||||
%{_bindir}/*
|
||||
%{_libdir}/bonobo
|
||||
%{_datadir}/applications/*
|
||||
%{_datadir}/sgml
|
||||
%{_datadir}/yelp
|
||||
%{_datadir}/images
|
||||
%{_libexecdir}/*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 8 2002 Havoc Pennington <hp@redhat.com>
|
||||
- 1.0.2
|
||||
- include libexecdir stuff
|
||||
|
||||
* Sat Jul 27 2002 Havoc Pennington <hp@redhat.com>
|
||||
- rebuild with new gail
|
||||
- 1.0.1
|
||||
|
||||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
* Tue Jun 18 2002 Havoc Pennington <hp@redhat.com>
|
||||
- put all the binaries in the file list... why is this package so hard?
|
||||
|
||||
* Mon Jun 17 2002 Havoc Pennington <hp@redhat.com>
|
||||
- put images in file list, this thing will be non-ugly yet
|
||||
|
||||
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
|
||||
- 1.0
|
||||
- use desktop-file-install to install/munge .desktop files
|
||||
- put the sgml stuff in file list
|
||||
|
||||
* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
|
||||
- rebuild in different environment
|
||||
|
||||
* Wed Jun 5 2002 Havoc Pennington <hp@redhat.com>
|
||||
- 0.10
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user