File yelp.spec of Package yelp

#
# spec file for package yelp (Version 2.24.0)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           yelp
%define xulrunner_version 190
BuildRequires:  fdupes
BuildRequires:  gcc-c++
BuildRequires:  gnome-common
BuildRequires:  gnome-doc-utils-devel
BuildRequires:  gnome-menus-devel
BuildRequires:  intltool
BuildRequires:  libbeagle-devel
BuildRequires:  libglade2-devel
BuildRequires:  libgnomeui-devel
BuildRequires:  libxslt-devel
BuildRequires:  mozilla-xulrunner%{xulrunner_version}-devel
BuildRequires:  perl-XML-Parser
BuildRequires:  rarian-devel
BuildRequires:  startup-notification-devel
BuildRequires:  susehelp
BuildRequires:  update-desktop-files
Requires:       gnome-utils susehelp
License:        GPL v2 or later; LGPL v2.1 or later
Group:          System/GUI/GNOME
Version:        2.24.0
Release:        3
Summary:        The GNOME 2.x Desktop Help Browser
Source:         ftp://ftp.gnome.org/pub/GNOME/sources/yelp/2.12/%{name}-%{version}.tar.bz2
Source1:        help-title.png
Url:            http://www.gnome.org
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
# PATCH-FEATURE-OPENSUSE yelp-2.13.5-use-susehelp.patch -- make gnome-help a symlink to susehelp for better cross-desktop compatibility
Patch6:         yelp-2.13.5-use-susehelp.patch
# PATCH-FEATURE-OPENSUSE yelp-handle-help-uri.patch vuntz@novell.com -- handle help: URI
Patch9:         yelp-handle-help-uri.patch
# PATCH-FIX-OPENSUSE yelp-nspr-includes.patch maw@novell.com
Patch10:        yelp-nspr-includes.patch
# PATCH-FIX-UPSTREAM yelp-gio-port-issues.patch bnc439883 bgo558633 vuntz@novell.com
Patch11:        yelp-gio-port-issues.patch
PreReq:         filesystem gconf2
Requires:       gnome-doc-utils
Requires:       libbeagle >= 0.2.0
Requires:       mozilla-xulrunner%{xulrunner_version}
Provides:       suse_help_viewer
AutoReqProv:    on
Requires:       %{name}-lang = %{version}
%gconf_schemas_prereq

%description
"Yelp" is the help browser for the GNOME 2.x Desktop. It features man,
info, and docbook document sources.



%lang_package
%prep
%setup -n yelp-%{version} 
cp %{S:1} data/icons/
%patch6 -p1
%patch9 -p1
%patch10 -p0
%patch11 -p1
# Use nds for Low Saxon (Northern Frisian Enclave)
# Northern Frisian Enclave is not ISO-3166 country code:
rename nds@NFE nds po/nds@NFE.*
sed -i "s/nds@NFE/nds/" po/LINGUAS data/*.xml

%build
autoreconf -f -i
# needed for yelp-2.16.1:
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure
make %{?jobs:-j%jobs}

%install
make install DESTDIR=$RPM_BUILD_ROOT
%suse_update_desktop_file -N "Yelp" -G "Help Browser" %name Documentation
%find_lang %{name}
%find_gconf_schemas
cat %{name}.schemas_list >%{name}.lst
%fdupes $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%pre -f %{name}.schemas_pre
%posttrans -f %{name}.schemas_posttrans

%preun -f %{name}.schemas_preun

%files -f %{name}.lst
%defattr (-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_bindir}/*
%{_datadir}/applications/yelp.desktop
%{_datadir}/icons/hicolor/192x192/apps/yelp-icon-big.png
%{_datadir}/yelp

%files lang -f %{name}.lang

%changelog
* Sat Nov 29 2008 vuntz@novell.com
- Update yelp-gio-port-issues.patch to fix help not working in
  GNOME applications. Fix bnc#449516.
* Fri Oct 31 2008 vuntz@novell.com
- Add yelp-gio-port-issues.patch to fix HTML help (the openSUSE
  help is all HTML...). Fix bnc#439883.
- Kill yelp-onlyshowin.patch: fixed upstream.
- Clean spec.
* Mon Sep 22 2008 maw@suse.de
- Update to version 2.24.0:
  + Improve a11y under gecko 1.9 (bgo#545162, and drop
  yelp-html.patch as a result)
  + Fix potential race-condition (bgo#551757)
  + fd.o categorisation improvements (bgo#552128)
  + Updated translations
- Respin yelp-onlyshowin.patch.
* Fri Sep 12 2008 maw@suse.de
- Add yelp-html.patch (bgo#545162, and necessary for orca support).
* Tue Sep 02 2008 mboman@novell.com
- Update to version 2.23.91:
  * Fix loading of text files - bgo#549986
  * Fix glibc info manual chrash - bgo#520266
  * Updated translations:
* Tue Aug 26 2008 mboman@novell.com
- Update to version 2.23.2:
  + Fix string vulnerability [bgo#546364]
  + Use "help-browser" icon instead of deprecated "gnome-help"
* Mon Jun 23 2008 maw@suse.de
- Update to version 2.23.1:
  + Support for Gecko 1.9, provided by mozilla-xulrunner190;
  accordingly, yelp-xulrunner190.patch has been dropped
  + Use gio in lieu of gnome-vfs
  + Fix searching on multibyte characters
  + Support for newer versions of Beagle
  + Make "print whole document" work again
  + Only show the help browser in GNOME menus, because other
  desktops should ship their own help browser
  + Updated translations
- Add yelp-nspr-includes.patch.
* Wed May 07 2008 vuntz@suse.de
- Drop yelp-desktop.patch: the generic name is set via
  %%suse_update_desktop_file, so no need to patch.
* Mon Apr 28 2008 maw@suse.de
- Add yelp-xulrunner190.patch, to enable building against
  mozilla-xulrunner190.
* Wed Apr 23 2008 vuntz@suse.de
- Drop two patches that needed rebasing: yelp-suse-20060319.patch
  and yelp-2.14.0-process-suse-manuals.patch. The first one
  shouldn't be needed anymore because of yelp-handle-help-uri.patch
  The second one will be replaced by a fix in the opensuse manual
  packages.
* Wed Apr 23 2008 vuntz@suse.de
- Drop yelp-2.18.1-empty-doc-crash.patch: doesn't apply anymore and
  seems to be fixed upstream now (crash not reproducable).
- Tag yelp-2.13.5-use-susehelp.patch.
- Add yelp-handle-help-uri.patch to handle help: URIs. Based on
  some code from yelp-suse-20060319.patch.
* Fri Apr 11 2008 vuntz@suse.de
- Update to version 2.22.1:
  + Don't launch external programs under GDM (bgo#525447)
    - Distributors please note this is a security issue
  + Updated translations
* Mon Mar 17 2008 vuntz@suse.de
- Remove yelp-libxslt.patch, it was kept for suse version < 9.2.
- Tag yelp-onlyshowin.patch.
* Thu Mar 13 2008 vuntz@suse.de
- Update to version 2.22.0:
  + Fix bgo#476498
  + Remove some unwanted debug spew
  + Updated translations
* Wed Mar 05 2008 maw@suse.de
- Update to version 2.21.90:
  + Many bug fixes
  + Updated translations
- Drop yelp-autobuild-warning.patch; don't apply several others,
  which need to be evaluated and then rebased or dropped.
* Thu Oct 11 2007 sbrabec@suse.cz
- Removed bogus dependency on mDNSResponder.
* Fri Sep 14 2007 hpj@suse.de
- Update yelp-suse-20060319.patch to find docs in the help-bundle/
  dir in addition to help/.
* Fri Sep 14 2007 jpr@suse.de
- Revert to 2.18.1
- Add yelp-2.18.1-empty-doc-crash.patch, which prevents a crash
  when trying to load an empty doc.
* Sat Sep 01 2007 hpj@suse.de
- Add yelp-2.19.90-freed-memory-crash.patch (BGO #469436).
- Add yelp-2.19.90-freed-memory-crash-2.patch (BGO #469438).
- Add yelp-2.19.90-no-mime-type-crash.patch (BGO #472128).
* Fri Aug 31 2007 maw@suse.de
- Update to version 2.19.90:
  + Build fixes
  + Use x-yelp-index instead of index, unbreaking some docbook
  files
  + Write html on demand instead of when idle, fixing info page
  usage
  + Add a "phrase not found" message to the find bar
  + Fix "info <page>" in the serach bar
  + Register EXSLT extensions
  + Other bugs (bugzilla.gnome.org) fixed: #447107, #431078,
  [#430365], #381431, #364768, #370167, #358825, #464295, #457082,
  [#462440], #462813, #450168, #463281, #458693, and #462056
  + Updated translations.
* Tue Aug 07 2007 maw@suse.de
- Split off a -lang subpackage.
* Fri Aug 03 2007 maw@suse.de
- Buildrequire rarian-devel, not rarian
- Use %%fdupes
- Add abuild.patch.
* Fri Aug 03 2007 mauro@suse.de
- Update to version 2.19.2
- Test programs are disabled for now.
- Merge of the yelp rework branch.
- New themes are working now.
- Make loading of files directly work again.
- Search across is using Rarian now.
- mp-search-parser.patch was added to fix search-parser.c
* Thu May 10 2007 pgajdos@suse.cz
- removed gnome-icon-theme from BuildRequires [#247450]
* Thu Apr 12 2007 maw@suse.de
- Update to version 2.18.1 which has updated translations for
  the eu, gl, it, ku, mk, sq, sv, and tr locales.
* Mon Apr 09 2007 maw@suse.de
- Update to version 2.18.0
- Mozilla API changes/fixes.
* Sat Mar 10 2007 maw@suse.de
- Update to version 2.16.2.
  * Don't crash when manpath is unavailable
  * Remove markup from translated messages (#360450)
  * Fix info links (#364850)
  * Fix various search crashes (#363949, #364768)
  * Don't crash when session-saving (#364790)
  * More info page crash fixes (#367410, 376861, 371680)
  * Fix print ranges (#370618)
* Fri Dec 22 2006 sbrabec@suse.cz
- Prefix changed to /usr.
- Spec file cleanup.
* Fri Dec 15 2006 hpj@suse.de
- Include GNOME Computer Based Training docs in search path. FATE
  [#301047].
* Thu Nov 30 2006 sbrabec@suse.cz
- Fixed xulrunner dependencies for older products.
* Wed Nov 22 2006 hpj@suse.de
- Update yelp-suse-20060319.patch to include correct search path
  for KDE documents.
* Tue Nov 07 2006 sbrabec@suse.cz
- Use exact xulrunner version 181 (#216100).
* Wed Nov 01 2006 hpj@suse.de
- Updated yelp-suse-20060319.patch to fix Novell bug #210429,
  Novell bug #215411 and the fact that you could not go backwards
  to the TOC.
* Wed Oct 18 2006 jhargadon@suse.de
- modified yelp-2.14.0-process-suse-manuals.patch to include
  opensuse-manual and opensuse-gnomeuser docs.
* Sat Oct 14 2006 danw@suse.de
- Remove dead patch
* Fri Oct 13 2006 aj@suse.de
- Add gnome-doc-utils-devel to BuildRequires.
- Cleanup BuildRequires.
- Use RPM_OPT_FLAGS.
* Tue Oct 03 2006 jhargadon@suse.de
- update to version 2.16.1
- Set initial caret state properly in prefs
- Fix build with gecko trunk
- Prefer xulrunner over mozilla
- translation updates
* Thu Sep 14 2006 jhargadon@suse.de
- update to version 2.16.0
- Fix a crash when the category is missing for a document
- Fix a crash with bzip streams
- Move online url to perminant address at gnome.org
- Suppress critical warnings when they aren't critical
- Other info file fixes
- Fix crash when apropos goes nuts, fixes bug #347467
- Fix crash on CVS info file
- translation updates
- added patch to eliminate autobuild warnings in src/yelp-main.c
* Fri Aug 25 2006 jhargadon@suse.de
- update to version 2.15.91
- Fix search results to be accessible
- Change "Sound & Vision" to "Sound & Video" in TOC
- Fix dbus threading in some cases
- Remove online search translation
- Updated Translations
- Fix stale socket problem when Beagle is used
- Many TOC structure changes
- On demands page loads for TOC
- Expand/collapse on double-click.
- Fix to properly escape ampersand characters
- fix big memory leak (use xmlFreeDoc, not xmlFree)
* Fri Jul 07 2006 lrupp@suse.de
- Fixed mozilla/xulrunner/xulrunner180 dependencies
* Tue May 23 2006 hpj@suse.de
- Updated patch to make it show more SuSE-specific manuals if
  present. Fixes Novell bug #173181.
* Thu May 11 2006 hpj@suse.de
- Updated patch to address the specific case of help:// URIs with
  full path and a section. Also try to look for local DTDs before
  loading them from potential network URIs, which makes it a lot
  faster. Fixes Novell bug #161056.
* Wed Apr 19 2006 hpj@suse.de
- Added a patch to pick up the SUSE manuals if present.
* Wed Apr 05 2006 hpj@suse.de
- Updated patch to be better at finding HTML index files.
* Sun Mar 19 2006 hpj@suse.de
- Updated patch to resolve even more cases of broken help URIs,
  missing DTDs and other external entities. Also fall back to
  English-language external entities (like pictures) if they can't
  be found in the preferred language, and create bookmarks with
  either '?' or '#' section demarcation correctly. Fixes at least
  Novell bugs #158769 and #155271.
* Sat Mar 18 2006 hpj@suse.de
- Updated patch to be even more tolerant of broken help URIs.
  Fixes at least Novell bugs #157790, #157781 and $157775, probably
  others not files yet.
* Fri Mar 17 2006 joeshaw@suse.de
- Add a patch which fixes some misuse of the libbeagle API.
  Fixes bnc #157801, sent upstream as bgo #334938.
* Mon Mar 13 2006 jpr@suse.de
- Update to 2.14.0 which includes some of our upstreamed patches
- Changes
  * Sort search results to provide some sanity                 (Don Scorgie)
  * Fix space problem with manpage search on FreeBSD           (Don Scorgie)
  * If beagle daemon is not running fall back to basic search  (Joe Shaw)
  * Removed redundant search text entry                        (Joe Shaw)
  * Fix some memory leaks                                      (Brent Smith)
  * Re-applied a11y patch                                      (Brent Smith)
  * set MOZ_DISABLE_PANGO in environ to fix broken characters  (Brent Smith)
  * Escape characters when searching                           (Don Scorgie)
  * Fix resizing issues by focus print preview on html widget  (Don Scorgie)
  * Updated translations
* Fri Mar 10 2006 dobey@suse.de
- Modify help-title.png to be narrower
  Fixes https://bugzilla.novell.com/show_bug.cgi?id=156481
* Mon Mar 06 2006 dobey@suse.de
- Update help-title.png to follow new color/branding
* Sat Mar 04 2006 hpj@suse.de
- Fix yelp-suse patch to show fragments specified by ? at the end
  of URIs.
* Sat Mar 04 2006 hpj@suse.de
- Fix yelp-suse patch to show help:// docs in languages other than
  C if present and desired.
* Fri Mar 03 2006 hpj@suse.de
- Use susehelp to show GNOME docs instead of invoking yelp
  directly.
* Sat Feb 18 2006 gekker@suse.de
- fixup .desktop file for ui team
* Fri Feb 17 2006 joeshaw@suse.de
- Update SUSE yelp patch to disable search UI when Beagle is not
  available (as on SLES).
- Remove redundant search entry on table-of-contents and search
  results pages
* Thu Feb 16 2006 joeshaw@suse.de
- Update package to 2.13.5 (fixes bnc 151224 and other 64-bit
  issues)
- Regenerate SUSE yelp patch against it.
  Upstream changelog:
  Changes in 2.13.5:
  * Reverted a11y patch due to issues finding registry      (Brent Smith)
  * 64-bit cleanups related to gsize                        (Robert Harris)
  * Small speedups in TOC processing                        (Brent Smith)
  * Fixed crash with malformed documents                    (Brent Smith)
  * Make relative paths work with second instance of yelp   (Brent Smith)
  * Remove references functions that no longer exist        (Brent Smith)
  * Updated translatations:
  ca      (Josep Puigdemont i Casamajó)
  da      (Lasse Bang Mikkelsen)
  el      (Kostas Papadimas)
  en_CA   (Adam Weinberger)
  es      (Francisco Javier F. Serrador)
  et      (Priit Laes)
  fi      (Ilkka Tuohela)
  gl      (Ignacio Casal Quinteiro)
  gu      (Ankit Patel)
  nb      (Kjartan Maraas)
  nl      (Tino Meinen)
  no      (Kjartan Maraas)
  sq      (Laurent Dhima)
  sr      (Slobodan D. Sredojevic)
  th      (Theppitak Karoonboonyanan)
  vi      (Clytie Siddall)
  zh_CN   (Funda Wang)
* Wed Feb 01 2006 joeshaw@suse.de
- Update package to 2.13.4 (fixes bnc 146353)
- Regenerate SUSE yelp patch against it.
  Changes in 2.13.4:
  * Bury man and info under 'Command Line Help'             (Shaun
  McCance)
  * Workaround for a11y issues.  Should fix bug #157941     (Don Scorgie)
  * Added support for mapping severl man sections, #328172  (Brent Smith)
  * Fixed some memory leaks                                 (Don Scorgie)
  * More robust handling for basic search, #328464          (Don Scorgie)
  * Fixed in TOC handling, #328953                          (Brent Smith)
  * Use the new document font setting by default            (Brent Smith)
  * Fixed some C99 initializations, #328261                 (Jens
  Granseuer)
  * Fixed a critical warning                                (Brent Smith)
  * Use a newer Beagle for Beagle search                    (Don Scorgie)
  * More robus GConf error handling, #327826                (Brent Smith)
  * Added GTK to the desktop file categories                (Brent Smith)
  * Fixed loading of non-compressed man and info            (Don Scorgie)
  * Fixed crashes on malformed info:dir files               (Don Scorgie)
  * Fixed compilation issues on Solaris                     (Glynn Foster)
  * Updated translations:
  bg      (Vladimir Petkov)
  ca      (Josep Puigdemont i Casamajó)
  da      (Lasse Bang Mikkelsen)
  da      (Lasse Bang Mikkelsen)
  en_CA   (Adam Weinberger)
  es      (Francisco Javier F. Serrador)
  fi      (Ilkka Tuohela)
  gl      (Ignacio Casal Quinteiro)
  gu      (Ankit Patel)
  hu      (Gabor Kelemen)
  lt       Beru ­ka)
  nb      (Kjartan Maraas)
  nl      (Tino Meinen)
  no      (Kjartan Maraas)
  pt_BR   (Evandro Fernandes Giovanini)
  ru      (razi)
  th      (Theppitak Karoonboonyanan)
  vi      (Clytie Siddall)
  zh_CN   (Funda Wang)
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Sat Jan 21 2006 joeshaw@suse.de
- Update package to 2.13.3; require libbeagle 0.2.0
* Fri Jan 13 2006 joeshaw@suse.de
- Update yelp-suse.patch to fix opening of KDE docs from the
  table of contents.
* Tue Jan 10 2006 joeshaw@suse.de
- Update yelp-suse.patch to fix a strict aliasing issue
* Tue Jan 10 2006 joeshaw@suse.de
- Update to version 2.13.2
- Regenerate and rename yelp-updates.patch to yelp-suse.patch,
  since most of the code is suse-specific.
* Thu Dec 22 2005 joeshaw@suse.de
- Update beagle patch, require libbeagle 0.1.4
* Thu Dec 01 2005 gekker@suse.de
- Update to version 2.12.2
- Remove upstreamed patch
* Wed Nov 16 2005 sbrabec@suse.cz
- Fixed mozilla/xulrunner dependencies.
* Thu Oct 20 2005 clahey@suse.de
- New yelp-updates.patch.  Fixes some search bugs.
* Thu Oct 13 2005 gekker@suse.de
- Update to version 2.12.1
* Thu Oct 13 2005 ro@suse.de
- build with xulrunner
* Thu Oct 06 2005 gekker@suse.de
- Fixup .desktop file
* Wed Oct 05 2005 clahey@suse.de
- Provide suse_help_viewer.
* Fri Sep 16 2005 clahey@suse.de
- Made yelp actually find docbook files. (dumb typo.)
* Tue Sep 06 2005 sbrabec@suse.cz
- Removed outdated ORBit work-around.
* Tue Sep 06 2005 sbrabec@suse.cz
- Updated to version 2.12.0.
* Wed Aug 24 2005 gekker@suse.de
- Update to version 2.11.92
- Rediff yelp-updates.patch so that it applies agains the new version
* Wed Aug 24 2005 clahey@suse.de
- Updated yelp-updates.patch.  Makes search just show the top ten
  results.  Fixed bug where only one search is actually done.
* Tue Aug 23 2005 clahey@suse.de
- Updated yelp-updates.patch.  Fixes print this document, search
  appearance, and help: parsing.
* Fri Aug 19 2005 clahey@suse.de
- Updated yelp-updates.patch
* Fri Aug 19 2005 ro@suse.de
- move code from previous change from post to install section
* Tue Aug 16 2005 sbrabec@suse.cz
- Fixed requirement to not require symbols provided only by
  mozilla-nss and mozilla-nspr packages (#98002).
* Fri Jul 29 2005 clahey@suse.de
- Updated yelp-updates.patch.
* Fri Jul 22 2005 gekker@suse.de
- Update to version 2.11.1
- Remove upstreamed patch
* Tue Jul 19 2005 jpr@suse.de
- Fix required beagle version
* Wed Jul 06 2005 clahey@suse.de
- Updated to cvs head and added a bunch of code that isn't in cvs yet.
* Wed Jun 22 2005 gekker@suse.de
- Update to version 2.10.0
- Fix warnings
* Wed Feb 16 2005 ke@suse.de
- Must require gnome-doc-utils; [# 50808].
* Mon Feb 07 2005 gekker@suse.de
- Update to version 2.9.3
* Mon Jan 24 2005 clahey@suse.de
- Updated to version 2.9.2.
* Wed Oct 27 2004 mmj@suse.de
- Correct locale rename
- Don't remove buildroot before install
* Tue Oct 26 2004 mmj@suse.de
- Locale rename no to nb
* Wed Sep 08 2004 clahey@suse.de
- Add OnlyShowIn=GNOME;.
* Wed Jun 09 2004 clahey@suse.de
- Patch out libxslt 1.1.4 requirements.
* Mon May 10 2004 sbrabec@suse.cz
- Updated to version 2.6.1 (GNOME 2.6).
* Fri Feb 20 2004 sbrabec@suse.cz
- Fixed names of GNOME2 packages.
* Mon Feb 09 2004 hhetter@suse.de
- updated to version 2.4.2 [GNOME2.4.2]
* Sat Jan 10 2004 adrian@suse.de
- add %%defattr and %%run_ldconfig
* Mon Oct 27 2003 sbrabec@suse.cz
- Updated to version 2.4.1.
* Tue Sep 09 2003 hhetter@suse.de
- updated to 2.4.0 (translation release)
* Fri Aug 15 2003 adrian@suse.de
- add Documentation Category
* Mon Jul 14 2003 sbrabec@suse.cz
- GNOME prefix change to /opt/gnome.
* Thu Jun 26 2003 sbrabec@suse.cz
- Updated to version 2.2.3.
* Thu Jun 26 2003 sbrabec@suse.cz
- Updated to version 2.2.2.
- Updated neededforbuild.
- Use %%find_lang.
* Tue Jun 17 2003 ro@suse.de
- added directories to filelist
* Fri Feb 07 2003 hhetter@suse.de
- updated to version 2.2.0 [GNOME 2.2.0]
* Thu Jan 16 2003 sbrabec@suse.cz
- Added libjpeg to neededforbuild.
* Tue Nov 19 2002 hhetter@suse.de
- updated to version 1.0.7
  * improved translation and updates
- removed wrapper script
* Mon Nov 11 2002 ro@suse.de
- changed neededforbuild <xf86 xdevel> to <x-devel-packages>
* Wed Oct 23 2002 hhetter@suse.de
- updated to stable version 1.0.6
- FHS fix
* Tue Sep 24 2002 sbrabec@suse.cz
- Added alsa-devel to neededforbuild, because esound-devel can require it.
* Thu Sep 19 2002 sbrabec@suse.cz
- Added alsa to neededforbuild, because esound can depend on it.
* Wed Aug 14 2002 hhetter@suse.de
- updated to version 1.0.3
  * Fixed a bug that caused Yelp to segfault on
  startup if you used MANPATH instead of
  manpath
  * Stylesheet improvments
  * Updated translations (pt)
* Wed Aug 07 2002 hhetter@suse.de
- updated to version 1.0.2
  * libexec movement
  * translation updates
* Mon Jul 29 2002 hhetter@suse.de
- added wrapper for yelp to ensure scrollkeeper updates
* Wed Jun 19 2002 hhetter@suse.de
- updated to version 1.0.1
  * translation updates
* Tue Jun 11 2002 hhetter@suse.de
- updated to version 1.0
* Wed Jun 05 2002 ro@suse.de
- use libdir for configure
* Wed Jun 05 2002 hhetter@suse.de
- initial SuSE Release
openSUSE Build Service is sponsored by