1ce6fdf
Summary: Help browser for the GNOME desktop
cvsdist 04c44d1
Name: yelp
495afeb
Epoch: 1
Richard Hughes 7714015
Version: 3.4.0
87458f1
Release: 1%{?dist}
d26caac
#VCS: git:git://git.gnome.org/yelp
9e52fb5
Source: http://download.gnome.org/sources/yelp/3.3/%{name}-%{version}.tar.xz
937dabe
0270382
URL: http://live.gnome.org/Yelp
9e7444e
License: GPLv2+
cvsdist 04c44d1
Group: Applications/System
ac9ca9d
Requires: gnome-user-docs
37afdc1
Requires: yelp-xsl
284fee7
284fee7
Requires(post):   desktop-file-utils
01823c8
Requires(postun): desktop-file-utils
97eb052
340602a
BuildRequires: gtk3-devel >= 3.0.0
340602a
BuildRequires: libxml2-devel >= 2.6.5
340602a
BuildRequires: libxslt-devel >= 1.1.4
c71dac5
BuildRequires: webkitgtk3-devel
37afdc1
BuildRequires: desktop-file-utils
4680b0c
BuildRequires: yelp-xsl-devel >= 3.0.1
37afdc1
BuildRequires: xz-devel
37afdc1
BuildRequires: bzip2-devel
88a4ba0
BuildRequires: gettext-devel
b997e5f
BuildRequires: intltool
265f71e
BuildRequires: sqlite-devel
56898ca
BuildRequires: folks-devel
56898ca
BuildRequires: libgee-devel
41eac4c
BuildRequires: itstool
b629415
cvsdist 04c44d1
%description
1ce6fdf
Yelp is the help browser for the GNOME desktop. It is designed
cvsdist 04c44d1
to help you browse all the documentation on your system in
1ce6fdf
one central tool, including traditional man pages, info pages and
1ce6fdf
documentation written in DocBook.
cvsdist 04c44d1
37afdc1
%package libs
37afdc1
Summary: Libraries for yelp
37afdc1
Group: Development/Libraries
26d7472
Requires: %{name} = %{epoch}:%{version}-%{release}
37afdc1
37afdc1
%description libs
37afdc1
This package contains libraries used by the yelp help browser.
cvsdist 04c44d1
37afdc1
%package devel
37afdc1
Summary: Development files for yelp-libs
37afdc1
Group: Development/Libraries
26d7472
Requires: %{name}-libs = %{epoch}:%{version}-%{release}
f46e745
37afdc1
%description devel
37afdc1
This package contains header files and documentation for
37afdc1
the libraries in the yelp-libs package.
37afdc1
37afdc1
37afdc1
%prep
37afdc1
%setup -q
5eeccc4
cvsdist 04c44d1
%build
37afdc1
%configure
afceb13
5eeccc4
# drop unneeded direct library deps with --as-needed
5eeccc4
# libtool doesn't make this easy, so we do it the hard way
5eeccc4
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/      func_append compile_command " -Wl,-O1,--as-needed"\n      func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
5eeccc4
5eeccc4
make %{?_smp_mflags}
cvsdist 04c44d1
cvsdist 04c44d1
%install
afceb13
make install DESTDIR=$RPM_BUILD_ROOT
cvsdist 04c44d1
37afdc1
rm $RPM_BUILD_ROOT%{_libdir}/libyelp.a
37afdc1
rm $RPM_BUILD_ROOT%{_libdir}/libyelp.la
37afdc1
0270382
desktop-file-install --vendor gnome --delete-original	\
0270382
	--dir $RPM_BUILD_ROOT%{_datadir}/applications	\
c1807f6
	--remove-category Application			\
0270382
	$RPM_BUILD_ROOT%{_datadir}/applications/*
0270382
0270382
mkdir -p -m 755 $RPM_BUILD_ROOT/%{_datadir}/gnome/help
cvsdist e822dbe
cvsdist 04c44d1
%find_lang %{name}
cvsdist 04c44d1
e4e2027
%post
01823c8
update-desktop-database &> /dev/null ||:
97eb052
touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
a830aa6
140b012
%postun
140b012
update-desktop-database &> /dev/null ||:
97eb052
if [ $1 -eq 0 ]; then
Christopher Aillon c179c83
  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
97eb052
  touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
97eb052
  gtk-update-icon-cache %{_datadir}icons/hicolor &> /dev/null || :
97eb052
fi
97eb052
97eb052
%posttrans
37afdc1
glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
97eb052
gtk-update-icon-cache %{_datadir}icons/hicolor &> /dev/null || :
e4e2027
37afdc1
cvsdist 04c44d1
%files -f %{name}.lang
0270382
%doc ChangeLog AUTHORS COPYING MAINTAINERS NEWS README
cvsdist e822dbe
%{_bindir}/*
cvsdist e822dbe
%{_datadir}/applications/*
785043b
%dir %{_datadir}/gnome/help
cvsdist 04c44d1
%{_datadir}/yelp
37afdc1
%{_datadir}/glib-2.0/schemas/org.gnome.yelp.gschema.xml
e5e9e7f
%{_datadir}/yelp-xsl/xslt/common/domains/yelp.xml
37afdc1
37afdc1
%files libs
37afdc1
%{_libdir}/libyelp.so.*
37afdc1
37afdc1
%files devel
74f0e15
%{_libdir}/libyelp.so
37afdc1
%{_includedir}/libyelp
37afdc1
%{_datadir}/gtk-doc/html/libyelp
37afdc1
cvsdist 04c44d1
cvsdist 04c44d1
%changelog
Richard Hughes 7714015
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 1:3.4.0-1
Richard Hughes 7714015
- Update to 3.4.0
Richard Hughes 7714015
ed0a630
* Tue Mar 20 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.3.92-1
ed0a630
- Update to 3.3.92
ed0a630
7af254d
* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 1:3.3.4-1
7af254d
- Update to 3.3.4
7af254d
87458f1
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 1:3.3.3-1
87458f1
- Update to 3.3.3
87458f1
666e14b
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.3.2-2
666e14b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
666e14b
51b308c
* Wed Dec 21 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.3.2-1
51b308c
- Update to 3.3.2
51b308c
9e52fb5
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.3.1-1
9e52fb5
- Update to 3.3.1
9e52fb5
78fa896
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.2.1-2
78fa896
- Rebuilt for glibc bug#747377
78fa896
e66793d
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.2.1-1
e66793d
- Update to 3.2.1
e66793d
ae9f9a5
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 1:3.2.0-1
ae9f9a5
- Update to 3.2.0
ae9f9a5
e66793d
* Wed Sep 21 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.1.4-2
e66793d
- Fix default uri
e66793d
fe47ea6
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.1.4-1
fe47ea6
- Update to 3.1.4
fe47ea6
5634618
* Wed Sep 07 2011 Kalev Lember <kalevlember@gmail.com> - 1:3.1.3-1
5634618
- Update to 3.1.3
5634618
59b6530
* Thu Aug 16 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.1.2-1
59b6530
- Update to 3.1.2
59b6530
424adc2
* Wed Jul  6 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.1.1-1
424adc2
- Update to 3.1.1
424adc2
Christopher Aillon b610f36
* Tue May 24 2011 Christopher Aillon <caillon@redhat.com> - 1:3.0.3-1
Christopher Aillon b610f36
- Update to 3.0.3
Christopher Aillon b610f36
Christopher Aillon c179c83
* Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 1:3.0.2-3
Christopher Aillon c179c83
- Update gsettings scriptlet
Christopher Aillon c179c83
937dabe
* Thu Apr 28 2011 Matthias Clasen <mclasen@redhat.com> 1:3.0.2-2
937dabe
- Fix some strings appearing untranslated (e.g. 'Show Text Cursor')
937dabe
ad48738
* Mon Apr 25 2011 Matthias Clasen <mclasen@redhat.com> 1:3.0.2-1
ad48738
- Update to 3.0.2
ad48738
Christopher Aillon afdae1f
* Sun Apr 10 2011 Christopher Aillon <caillon@redhat.com> 1:3.0.1-1
Christopher Aillon afdae1f
- Update to 3.0.1
Christopher Aillon afdae1f
72e613e
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> 1:3.0.0-1
72e613e
- Update to 3.0.0
72e613e
f7fad40
* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> 1:2.91.92-1
f7fad40
- Update to 2.91.92
f7fad40
53a825e
* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> 1:2.91.91-1
53a825e
- Update to 2.91.91
53a825e
340602a
* Mon Feb 21 2011 Matthias Clasen <mclasen@redhat.com> 1:2.91.90-1
340602a
- Update to 2.91.90
340602a
- Drop docbook-dtds dependency
340602a
ca4b289
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> 1:2.91.10-4
ca4b289
- Rebuild against newer gtk
ca4b289
2d7f653
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.91.10-3
2d7f653
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2d7f653
25ff052
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 1:2.91.10-2
25ff052
- Rebuild against new gtk
25ff052
1bbbf45
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 1:2.91.10-1
1bbbf45
- Update to 2.91.10
1bbbf45
284fee7
* Sun Jan  9 2011 Matthias Clasen <mclasen@redhat.com> - 1:2.91.9-1
284fee7
- Update to 2.91.9
284fee7
ebd2b4b
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> - 1:2.31.7-4
ebd2b4b
- Rebuild against new gtk
ebd2b4b
26d7472
* Thu Aug 12 2010 Matthias Clasen <mclasen@redhat.com> - 1:2.31.7-3
26d7472
- Fix up dependencies for epoch
26d7472
495afeb
* Wed Aug 11 2010 Matthias Clasen <mclasen@redhat.com> - 1:2.31.7-2
495afeb
- Carry over the epoch from F14
495afeb
c71dac5
* Mon Jul 14 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.7-1
41aea60
- Update to 2.31.7
41aea60
09362d1
* Sat Jul  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.6-2
09362d1
- Rebuild against new webkit
09362d1
f6c4902
* Wed Jun 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.6-1
f6c4902
- Update to 2.31.6
f6c4902
8abd9bd
* Wed Jun 23 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.5-2.20100623git
8abd9bd
- git snapshot that works with GLib 2.25.9
8abd9bd
488642c
* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.5-1
488642c
- Update to 2.31.5
488642c
37afdc1
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.4-1
37afdc1
- Update to 2.31.4
37afdc1
ac9ca9d
* Mon May 24 2010 Matthew Barnes <mbarnes@redhat.com> - 2.30.1-2
ac9ca9d
- Require gnome-user-docs so that Help->Contents works.
ac9ca9d
4c7545b
* Tue Apr 27 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.1-1
4c7545b
- Update to 2.30.1
4c7545b
97eb052
* Fri Apr  9 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-2
97eb052
- Drop libbeagle dep
97eb052
- Use GConf macros
97eb052
cadda99
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
cadda99
- Update to 2.30.0
cadda99
702c80e
* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.5-1
702c80e
- Update to 2.29.5
702c80e
5173027
* Mon Feb 08 2010 Matthew Barnes <mbarnes@redhat.com> - 2.29.4-1
5173027
- Update to 2.29.4
5173027
- Update version requirements.
5173027
3615f05
* Mon Jan 25 2010 Matthew Barnes <mbarnes@redhat.com> - 2.29.3-1
3615f05
- Update to 2.29.3
3615f05
9b9d3b1
* Fri Jan 22 2010 Matthew Barnes <mbarnes@redhat.com> - 2.29.2-1
9b9d3b1
- Update to 2.29.2
9b9d3b1
1e9da19
* Tue Jan  5 2010 Matthew Barnes <mbarnes@redhat.com> - 2.29.1-1
1e9da19
- Update to 2.29.1
1e9da19
783dfb6
* Tue Jan  5 2010 Matthias Clasen <mclasen@redhat.com> - 2.28.1-2
783dfb6
- Use %global instead of %define where %define doesn't work
783dfb6
dd8ecdb
* Fri Dec  4 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.1-1
dd8ecdb
- Update to 2.28.1
dd8ecdb
06a16b1
* Wed Dec  2 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-2
06a16b1
- make mono dep more automatic
06a16b1
5ab3108
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
5ab3108
- Update to 2.28.0
5ab3108
1f80994
* Mon Sep  7 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.5-1
1f80994
- Update to 2.27.5
1f80994
74e2327
* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.4-1
74e2327
- Update to 2.27.4
74e2327
9345ac1
* Sun Aug 23 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.3-2
9345ac1
- Remove space before ellipsis in menuitems
9345ac1
26052f2
* Tue Jul 28 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.3-1
26052f2
- Update to 2.27.3
26052f2
555d0e5
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.2-4
555d0e5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
555d0e5
5eeccc4
* Sat Jul 18 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.2-3
5eeccc4
- Drop unused direct dependencies
5eeccc4
f46e745
* Thu Jul  2 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.2-2
f46e745
- Shrink GConf schemas
f46e745
75ac4b9
* Mon Jun 29 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.2-1
75ac4b9
- Update to 2.27.2
4b33cbf
- Bump gnome_doc_utils requirement to 0.17.2.
75ac4b9
afceb13
* Mon Jun 15 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.1-1
afceb13
- Update to 2.27.1
afceb13
4393d35
* Mon Apr 27 2009 Christopher Aillon <caillon@redhat.com> - 2.26.0-3
4393d35
- Rebuild against newer gecko
4393d35
a6ae1f2
* Mon Apr  6 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-2
a6ae1f2
- Clean up Requires a bit
a6ae1f2
785043b
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
785043b
- Update to 2.26.0
785043b
5f14019
* Mon Mar 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.1-1
5f14019
- Update to 2.25.1
5f14019
ce3f012
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.0-6
ce3f012
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
ce3f012
e628154
* Sun Dec 21 2008 Christopher Aillon <caillon@redhat.com> - 2.24.0-5
e628154
- Rebuild against newer gecko
e628154
9a81f55
* Sat Dec 20 2008 Caolán McNamara <caolanm@redhat.com> - 2.24.0-4
9a81f55
- rebuild for gecko
9a81f55
1ce6fdf
* Fri Nov 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-3
1ce6fdf
- %%summary and %%description tweakage
1ce6fdf
5c9c568
* Wed Sep 24 2008 Christopher Aillon <caillon@redhat.com> - 2.24.0-2
5c9c568
- Rebuild against newer gecko
5c9c568
fe80d69
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
fe80d69
- Update ot 2.24.0
fe80d69
4ff2281
* Mon Sep 01 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.91-1
4ff2281
- Update to 2.23.91
4ff2281
1ed6554
* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2-1
1ed6554
- Update to 2.23.2
1ed6554
bb51b37
* Tue Jul 22 2008 Martin Stransky <stransky@redhat.com> - 2.23.1-3
bb51b37
- rebuild for xulrunner update
bb51b37
e4304eb
* Fri Jun 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-2
e4304eb
- Use a standard icon name in the desktop file
e4304eb
9fd5686
* Tue Jun 03 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.1-1
9fd5686
- Update to 2.23.1
9fd5686
fac9035
* Mon May 19 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.1-2
fac9035
- Require docbook-dtds (RH bug #447209).
fac9035
d2a2b26
* Mon Apr  7 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-1
d2a2b26
- Update to 2.22.1
d2a2b26
William Jon McCann 08beddc
* Mon Mar 31 2008 Jon McCann <jmccann@redhat.com> - 2.22.0-4
William Jon McCann 08beddc
- Disallow launchers when running under GDM.
William Jon McCann 08beddc
ed5ba6a
* Mon Mar 31 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-3
ed5ba6a
- Update patch for RH bug #437328.
ed5ba6a
d6be31b
* Thu Mar 13 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-2
d6be31b
- Add patch for RH bug #437328 (searching with Beagle broken).
d6be31b
0921636
* Sun Mar 09 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-1
0921636
- Update to 2.22.0
0921636
294cce2
* Thu Feb 28 2008 Martin Stransky <stransky@redhat.com> - 2.21.90-4
294cce2
- updated xulrunner patch, rebuild against xulrunner
294cce2
fb20623
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.21.90-3
fb20623
- Autorebuild for GCC 4.3
fb20623
bb542db
* Sun Feb 17 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.90-2
bb542db
- Rebuild with GCC 4.3
bb542db
b9cd44f
* Mon Jan 28 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.90-1
b9cd44f
- Update to 2.21.90
b9cd44f
cd6ec20
* Tue Jan 08 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.2-2
cd6ec20
- Look for new-style xulrunner pkg-config files.
b9cd44f
- Build requires gecko-devel-unstable.
cd6ec20
94abe44
* Tue Jan 08 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.2-1
94abe44
- Update to 2.21.2
94abe44
8314cb9
* Sun Dec 30 2007 Jeremy Katz <katzj@redhat.com> - 2.21.1-3
8314cb9
- Rebuild for new xulrunner
8314cb9
902ffa8
* Sat Dec  8 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.1-2
902ffa8
- Rebuild against new libbeagle
902ffa8
63e49ec
* Mon Dec  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.1-1
63e49ec
- Update to 2.21.1
63e49ec
21acfb0
* Mon Dec  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-9
21acfb0
- Rebuild against xulrunner again
21acfb0
61d1e58
* Thu Nov 22 2007 Martin Stransky <stransky@redhat.com> - 2.20.0-8
61d1e58
- rebuild against xulrunner
61d1e58
d9c2bdc
* Fri Nov 16 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-7
d9c2bdc
- Handle .HP tags in man pages
d9c2bdc
7373e5f
* Fri Nov 09 2007 Matthew Barnes <mbarnes@redhat.com> - 2.20.0-6
7373e5f
- Rebuild against gecko-libs 1.8.1.9.
7373e5f
6482e85
* Mon Nov  5 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-5
6482e85
- Fix a crash in search (#361041)
6482e85
342f919
* Sun Nov  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-4
342f919
- Fix a crash when loading the rarian docs
342f919
1fda336
* Thu Nov 01 2007 Matthew Barnes <mbarnes@redhat.com> - 2.20.0-3
1fda336
- Rebuild against gecko-libs 1.8.1.8.
1fda336
d01f463
* Mon Oct 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-2
d01f463
- Rebuild against new dbus-glib
d01f463
6c4a53c
* Mon Sep 17 2007 Matthew Barnes <mbarnes@redhat.com> - 2.20.0-1
6c4a53c
- Update to 2.20.0
6c4a53c
168484c
* Thu Aug 28 2007 Matthew Barnes <mbarnes@redhat.com> - 2.19.90-3
168484c
- Remove --add-only-show-in from desktop-file-install (RH bug #258821).
168484c
c604224
* Wed Aug 22 2007 Matthew Barnes <mbarnes@redhat.com> - 2.19.90-2
c604224
- Mass rebuild
c604224
5b5952e
* Mon Aug 13 2007 Matthew Barnes <mbarnes@redhat.com> - 2.19.90-1
5b5952e
- Update to 2.19.90
5b5952e
- Remove "info-gnutls" patch (fixed upstream).
5b5952e
- Remove patch for GNOME bug #370167 (fixed upstream).
5b5952e
- Remove patch for GNOME bug #430365 (fixed upstream).
5b5952e
- Remove patch for GNOME bug #431078 (fixed upstream).
5b5952e
d58db6c
* Wed Aug  8 2007 Christopher Aillon <caillon@redhat.com> - 2.19.1-4
d58db6c
- Rebuild against newer gecko
d58db6c
58ec709
* Fri Aug 03 2007 Matthew Barnes <mbarnes@redhat.com> - 2.19.1-3
58ec709
- Require rarian-devel for building.
58ec709
9e7444e
* Fri Aug  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-2
9e7444e
- Update the license field
9e7444e
bdc6cda
* Thu Aug 02 2007 Matthew Barnes <mbarnes@redhat.com> - 2.19.1-1
bdc6cda
- Update to 2.19.1
bdc6cda
- Adapt the "apropos" patch for 2.19.1.
bdc6cda
- The "posix-man" patch appears to no longer apply.
bdc6cda
- Update dependencies based on configure.ac.
bdc6cda
9896e1d
* Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 2.18.1-7
9896e1d
- rebuild for toolchain bug
9896e1d
df8f26b
* Mon Jul 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.1-6
df8f26b
- Require gnome-doc-utils-stylesheets instead of gnome-doc-utils
df8f26b
9c378a9
* Fri Jul 20 2007 Kai Engert <kengert@redhat.com> - 2.18.1-5
9c378a9
- Rebuild against newer gecko
9c378a9
185153f
* Wed May 25 2007 Christopher Aillon <caillon@redhat.com> - 2.18.1-4
185153f
- Rebuild against newer gecko
185153f
1715b1e
* Wed Apr 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.1-3
1715b1e
- Improve the man parser a bit
1715b1e
- Fix another crash in the info parser 
1715b1e
ea9d0e5
* Tue Apr 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.1-2
ea9d0e5
- Fix a crash in the info parser (#216308)
ea9d0e5
9988954
* Mon Apr 09 2007 Matthew Barnes <mbarnes@redhat.com> - 2.18.1-1
9988954
- Update to 2.18.1
9988954
3b97cfc
* Fri Mar 23 2007 Christopher Aillon <caillon@redhat.com> - 2.18.0-2
3b97cfc
- Rebuild against newer gecko
3b97cfc
bc15027
* Tue Mar 13 2007 Matthew Barnes <mbarnes@redhat.com> - 2.18.0-1
bc15027
- Update to 2.18.0
bc15027
993ebad
* Wed Feb 28 2007 Matthew Barnes <mbarnes@redhat.com> - 2.16.2-5
993ebad
- Rebuild against newer gecko.
993ebad
c1807f6
* Fri Feb 23 2007 Matthias Clasen <mclasen@redhat.com> 2.16.2-4
c1807f6
- Don't own /usr/share/icons/hicolor
c1807f6
9c98110
* Tue Feb 13 2007 Bill Nottingham <notting@redhat.com> 2.16.2-3
9c98110
- own %%{_datadir}/gnome/help (#205799)
0270382
- rpmlint silencing:
0270382
 - add a URL: tag
0270382
 - add some docs
9c98110
62e49a7
* Thu Dec 21 2006 Christopher Aillon <caillon@redhat.com> 2.16.2-2
62e49a7
- Rebuild against newer gecko
62e49a7
3610694
* Tue Dec  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.2-1
3610694
- Update to 2.16.2
3610694
- Drop obsolete patch
3610694
2dad8a2
* Fri Nov  3 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-6
2dad8a2
- Improve the whatis parser
2dad8a2
0dfbb3b
* Fri Nov  3 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-5
0dfbb3b
- Silence %%pre
0dfbb3b
0f35f99
* Sun Oct 29 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-4
0f35f99
- Improve the previous fix
0f35f99
a902a10
* Sun Oct 29 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-3
a902a10
- Fix some crashes (#212888)
a902a10
a902a10
* Fri Oct 27 2006 Christopher Aillon <caillon@redhat.com> - 2.16.1-2
45546d8
- Rebuild against newer gecko
45546d8
0f07e74
* Sun Oct 22 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1
0f07e74
- Update to 2.16.1
0f07e74
837b987
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-5
837b987
- Fix scripts according to the packaging guidelines
837b987
5466e9b
* Thu Oct 12 2006 Christopher Aillon <caillon@redhat.com> - 2.16.0-4.fc6
5466e9b
- Update requires to the virtual gecko version instead of a specific app
5466e9b
514b706
* Thu Sep 14 2006 Christopher Aillon <caillon@redhat.com> - 2.16.0-3.fc6
514b706
- Rebuild
514b706
5ed7483
* Wed Sep  6 2006 Matthias Clasen  <mclasen@redhat.com> - 2.16.0-2.fc6
5ed7483
- Actually apply the Pango patch
5ed7483
2d06048
* Mon Sep  4 2006 Matthias Clasen  <mclasen@redhat.com> - 2.16.0-1.fc6
2d06048
- Update to 2.16.0
2d06048
36aee05
* Tue Aug 29 2006 Matthias Clasen  <mclasen@redhat.com> - 2.15.91-3.fc6
36aee05
- Use Pango 
36aee05
d019bce
* Wed Aug 23 2006 Matthew Barnes <mbarnes@redhat.com> - 2.15.91-2
d019bce
- Rebuild
d019bce
40eb277
* Thu Aug 10 2006 Matthew Barnes <mbarnes@redhat.com> - 2.15.91-1
40eb277
- Update to 2.15.91
40eb277
884fb01
* Thu Jul 27 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.5-1
884fb01
- Update to 2.15.5
884fb01
- Rebuild against firefox-devel
884fb01
1bbe4a5
* Tue Jul 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.2-2
1bbe4a5
- Go back to 2.15.2, since gecko 1.8 is still missing
1bbe4a5
d8e4582
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.15.3-1.1
d8e4582
- rebuild
d8e4582
5828008
* Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.3-1
5828008
- Update to 2.15.3
5828008
37a4576
* Tue May 17 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.2-1
37a4576
- Update to 2.15.2
37a4576
b6488b6
* Mon May 15 2006 Matthew Barnes <mbarnes@redhat.com> - 2.15.1-3
b6488b6
- Bump mozilla_version from 1.7.12 to 1.7.13 (closes #190880).
b6488b6
fe69924
* Mon May 15 2006 Matthew Barnes <mbarnes@redhat.com> - 2.15.1-2
fe69924
- Add build requirements: startup-notification-devel
fe69924
                          libgnomeprintui22-devel
fe69924
                          libXt-devel
fe69924
140b012
* Tue May  9 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1-1
140b012
- Update to 2.15.1
140b012
5e7c4b9
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.1-2
5e7c4b9
- Update to 2.14.1
5e7c4b9
d402e69
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-1
d402e69
- Update to 2.14.0
d402e69
95a5d5d
* Mon Feb 27 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.6-1
95a5d5d
- Update to 2.13.6
95a5d5d
e1b5c38
* Sun Feb 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.5-2
e1b5c38
- Turn on info and man support for test3
e1b5c38
42cd412
* Sun Feb 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.5-1
42cd412
- Update to 2.13.5
42cd412
acbea5b
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.4-1.2
acbea5b
- bump again for double-long bug on ppc(64)
acbea5b
f7cc870
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13.4-1.1
f7cc870
- rebuilt for new gcc4.1 snapshot and glibc changes
f7cc870
35533f2
* Tue Jan 31 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.4-1
35533f2
- Update to 2.13.4
35533f2
ec123e4
* Thu Jan 19 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.3-1
ec123e4
- Update to 2.13.3
ec123e4
- enable search
ec123e4
a5fc86d
* Wed Jan 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.2-3
881dfd2
- Disable search, since it doesn't compile against 
881dfd2
  current beagle
a5fc86d
01823c8
* Thu Dec 15 2005 David Malcolm <dmalcolm@redhat.com> - 2.13.2-2
01823c8
- Patched to include DocBook mimetype in desktop file, and added preun and post
01823c8
  hooks to update-desktop-database (#175880)
e991c22
- Patched to ensure that Yelp recognizes that it can handle the mimetype of the
e991c22
  documentation as reported by gnomevfs (also #175880) 
01823c8
eb110f1
* Thu Dec 15 2005 Matthias Clasen <mclasen@redhat.com> 2.13.2-1
eb110f1
- Update to 2.13.2
eb110f1
724da58
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
724da58
- rebuilt
724da58
9b3fd70
* Wed Nov 30 2005 Matthias Clasen <mclasen@redhat.com> - 2.13.1-6
9b3fd70
- Update to 2.13.1
9b3fd70
09327f8
* Wed Oct 19 2005 Jeremy Katz <katzj@redhat.com> - 2.12.1-5
09327f8
- build on ppc64 now that we have mozilla there again
09327f8
5a8b672
* Tue Oct 18 2005 Christopher Aillon <caillon@redhat.com> - 2.12.1-4
5a8b672
- Rebuild
5a8b672
a5fecaf
* Mon Oct 17 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.1-3
a5fecaf
- Include the category General|Linux|Distributions|Other on the
a5fecaf
  title page
a5fecaf
1f41929
* Mon Oct 17 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.1-2
1f41929
- Fix a double-free bug
1f41929
6ff4868
* Thu Sep 29 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.1-1
6ff4868
- Update to 2.12.1
6ff4868
81221ab
* Thu Sep  8 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.0-1
81221ab
- Update to 2.12.0
81221ab
849d5f4
* Wed Aug 17 2005 Jeremy Katz <katzj@redhat.com> - 2.11.1-5
849d5f4
- rebuild
849d5f4
db6ab12
* Wed Aug 17 2005 Ray Strode <rstrode@redhat.com> 2.11.1-4
db6ab12
- rebuild
db6ab12
c75d267
* Sun Jul 31 2005 Christopher Aillon <caillon@redhat.com> 2.11.1-3
c75d267
- Rebuild against newer mozilla
c75d267
e7c614b
* Tue Jul 19 2005 Christopher Aillon <caillon@redhat.com> 2.11.1-2
e7c614b
- Rebuild against newer mozilla
e7c614b
a830aa6
* Wed Jul 13 2005 Matthias Clasen <mclasen@redhat.com> 2.11.1-1
a830aa6
- Newer upstream version
a830aa6
0eae80b
* Thu May 19 2005 Ray Strode <rstrode@redhat.com> 2.10.0-1
0eae80b
- Update to 2.10.0 (bug 157752, 146862).
0eae80b
6151f69
* Thu May 19 2005 Christopher Aillon <caillon@redhat.com> 2.9.3-7
6151f69
- Depend on mozilla 1.7.8
6151f69
a922195
* Thu Apr 28 2005 Ray Strode <rstrode@redhat.com> 2.9.3-6
a922195
- Disable man support
a922195
- Disable info support
a922195
- Don't try to install schemas during install (bug 154035)
a922195
6b09a6b
* Mon Apr 18 2005 Ray Strode <rstrode@redhat.com> 2.9.3-5
6b09a6b
- Depend on mozilla 1.7.7
6b09a6b
9382685
* Mon Apr  4 2005 Ray Strode <rstrode@redhat.com> 2.9.3-4
9382685
- rebuilt
9382685
d4b3876
* Wed Mar  9 2005 Christopher Aillon <caillon@redhat.com> 2.9.3-3
d4b3876
- Depend on mozilla 1.7.6
d4b3876
54c22d9
* Sat Mar  5 2005 Christopher Aillon <caillon@redhat.com> 2.9.3-2
54c22d9
- Rebuild against GCC 4.0
54c22d9
e4e2027
* Fri Jan 28 2005 Matthias Clasen <mclasen@redhat.com> 2.9.3-1
e4e2027
- Update to 2.9.3
e4e2027
8da28b4
* Mon Dec 20 2004 Christopher Aillon <caillon@redhat.com> 2.6.5-1
8da28b4
- Update to 2.6.5
8da28b4
Marco Pesenti Gritti df391f5
* Sat Nov  6 2004 Marco Pesenti Gritti <mpg@redhat.com> 2.6.4-1
Marco Pesenti Gritti df391f5
- Update to 2.6.4
Marco Pesenti Gritti df391f5
a15d7bb
* Wed Sep 22 2004 Christopher Aillon <caillon@redhat.com> 2.6.3-1
a15d7bb
- Update to 2.6.3
a15d7bb
cvsdist 6afe028
* Fri Sep 03 2004 Matthias Clasen <mclasen@redhat.com> 2.6.2-2
cvsdist 6afe028
- fix an translation problem
cvsdist 6afe028
cvsdist 7469709
* Tue Aug 31 2004 Alex Larsson <alexl@redhat.com> 2.6.2-1
cvsdist 7469709
- update to 2.6.2
cvsdist 7469709
cvsdist 6c0822f
* Wed Jun 30 2004 Christopher Aillon <caillon@redhat.com> 2.6.1-1
cvsdist 6c0822f
- Update to 2.6.1
cvsdist 6c0822f
cvsdist a7b0b51
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist a7b0b51
- rebuilt
cvsdist a7b0b51
cvsdist a86403e
* Thu Apr  1 2004 Alex Larsson <alexl@redhat.com> 2.6.0-1
cvsdist a86403e
- update to 2.6.0
cvsdist a86403e
cvsdist bdddf96
* Mon Mar 15 2004 Alex Larsson <alexl@redhat.com> 2.5.90-2
cvsdist bdddf96
- Fix requirements
cvsdist bdddf96
cvsdist bdddf96
* Wed Mar 10 2004 Alex Larsson <alexl@redhat.com> 2.5.90-1
cvsdist bdddf96
- update to 2.5.90
cvsdist bdddf96
cvsdist bdddf96
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist bdddf96
- rebuilt
cvsdist bdddf96
cvsdist bdddf96
* Wed Feb 25 2004 Alexander Larsson <alexl@redhat.com> 2.5.6-1
cvsdist bdddf96
- update to 2.5.6
cvsdist bdddf96
cvsdist bdddf96
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist bdddf96
- rebuilt
cvsdist bdddf96
cvsdist 87cb91f
* Wed Jan 28 2004 Alexander Larsson <alexl@redhat.com> 2.5.3-1
cvsdist 87cb91f
- update to 2.5.3
cvsdist 87cb91f
cvsdist 87cb91f
* Wed Dec 24 2003 Tim Waugh <twaugh@redhat.com> 2.4.0-2
cvsdist 87cb91f
- Fix g_strdup_printf usage in info2html (bug #111200, patch from
cvsdist 87cb91f
  Miloslav Trmac).
cvsdist 87cb91f
cvsdist 3edf3f4
* Tue Sep  9 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-1
cvsdist 3edf3f4
- update to 2.4.0 (only code change is bugfix from me)
cvsdist 3edf3f4
- Fixed the utf8 manpage patch (#91689)
cvsdist 3edf3f4
cvsdist 3edf3f4
* Wed Aug 27 2003 Alexander Larsson <alexl@redhat.com> 2.3.6-2
cvsdist 3edf3f4
- info and manpages are utf8
cvsdist 3edf3f4
cvsdist 3edf3f4
* Wed Aug 20 2003 Alexander Larsson <alexl@redhat.com> 2.3.6-1
cvsdist 3edf3f4
- Update for gnome 2.3
cvsdist 3edf3f4
cvsdist 3edf3f4
* Wed Jul  9 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-1.E
cvsdist 3edf3f4
- Rebuild
cvsdist 3edf3f4
cvsdist 3edf3f4
* Mon Jul  7 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-1
cvsdist 3edf3f4
- update to 2.2.3
cvsdist 3edf3f4
cvsdist 3edf3f4
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 3edf3f4
- rebuilt
cvsdist 3edf3f4
cvsdist 9acdfea
* Fri Feb 14 2003 Jeremy Katz <katzj@redhat.com> 2.2.0-3
cvsdist 9acdfea
- fix buildrequires
cvsdist 9acdfea
cvsdist 9acdfea
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 9acdfea
- rebuilt
cvsdist 9acdfea
cvsdist 9acdfea
* Tue Jan 21 2003 Alexander Larsson <alexl@redhat.com> 2.2.0-1
cvsdist 9acdfea
- Update to 2.2.0
cvsdist 9acdfea
- Add libglade dependency
cvsdist 9acdfea
cvsdist 9acdfea
* Tue Jan  7 2003 Alexander Larsson <alexl@redhat.com> 2.1.4-1
cvsdist 9acdfea
- Updated to 2.1.4
cvsdist 9acdfea
cvsdist 9acdfea
* Mon Nov 18 2002 Tim Powers <timp@redhat.com>
cvsdist 9acdfea
- rebuild for all arches
cvsdist 9acdfea
cvsdist cd6ab0e
* Mon Aug 12 2002 Alexander Larsson <alexl@redhat.com>
cvsdist cd6ab0e
- Remove the strange copyright on the start page. Fixes #69106
cvsdist cd6ab0e
cvsdist e822dbe
* Thu Aug  8 2002 Havoc Pennington <hp@redhat.com>
cvsdist e822dbe
- 1.0.2
cvsdist e822dbe
- include libexecdir stuff
cvsdist e822dbe
cvsdist e822dbe
* Sat Jul 27 2002 Havoc Pennington <hp@redhat.com>
cvsdist e822dbe
- rebuild with new gail
cvsdist e822dbe
- 1.0.1
cvsdist e822dbe
cvsdist e822dbe
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist e822dbe
- automated rebuild
cvsdist e822dbe
cvsdist e822dbe
* Tue Jun 18 2002 Havoc Pennington <hp@redhat.com>
cvsdist e822dbe
- put all the binaries in the file list... why is this package so hard?
cvsdist e822dbe
cvsdist e822dbe
* Mon Jun 17 2002 Havoc Pennington <hp@redhat.com>
cvsdist e822dbe
- put images in file list, this thing will be non-ugly yet
cvsdist e822dbe
cvsdist e822dbe
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
cvsdist e822dbe
- 1.0
cvsdist e822dbe
- use desktop-file-install to install/munge .desktop files
cvsdist e822dbe
- put the sgml stuff in file list
cvsdist e822dbe
cvsdist e822dbe
* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
cvsdist e822dbe
- rebuild in different environment
cvsdist e822dbe
cvsdist 04c44d1
* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
cvsdist 04c44d1
- 0.10
cvsdist 04c44d1
cvsdist 04c44d1
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist 04c44d1
- automated rebuild
cvsdist 04c44d1
cvsdist 04c44d1
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
cvsdist 04c44d1
- rebuild in different environment
cvsdist 04c44d1
cvsdist 04c44d1
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
cvsdist 04c44d1
- 0.8
cvsdist 04c44d1
cvsdist 04c44d1
* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
cvsdist 04c44d1
- 0.6.1
cvsdist 04c44d1
cvsdist 04c44d1
* Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
cvsdist 04c44d1
- 0.6
cvsdist 04c44d1
cvsdist 04c44d1
* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 04c44d1
- Rebuild for new gnome2 libraries
cvsdist 04c44d1
cvsdist 04c44d1
* Mon Jan 28 2002 Alex Larsson <alexl@redhat.com>
cvsdist 04c44d1
- Initial build.