2007-01-10 01:54:58 +01:00
|
|
|
#
|
2009-12-08 10:35:34 +01:00
|
|
|
# spec file for package gnome-doc-utils (Version 0.18.0)
|
2007-01-10 01:54:58 +01:00
|
|
|
#
|
2009-02-07 00:04:45 +01:00
|
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-10 01:54:58 +01:00
|
|
|
#
|
2008-08-14 00:54:22 +02:00
|
|
|
# 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.
|
|
|
|
|
2007-01-10 01:54:58 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2008-02-22 01:21:38 +01:00
|
|
|
|
2007-01-10 01:54:58 +01:00
|
|
|
Name: gnome-doc-utils
|
2009-12-08 10:35:34 +01:00
|
|
|
Version: 0.18.0
|
2009-09-05 00:45:20 +02:00
|
|
|
Release: 1
|
|
|
|
License: GPL v2 or later ; LGPL v2.1 or later
|
|
|
|
Summary: A Collection of Documentation Utilities for GNOME
|
|
|
|
Url: http://www.gnome.org
|
|
|
|
Group: System/GUI/GNOME
|
|
|
|
Source: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-doc-utils/0.8/%{name}-%{version}.tar.bz2
|
2008-10-11 17:12:29 +02:00
|
|
|
BuildRequires: docbook_4
|
2009-02-07 00:04:45 +01:00
|
|
|
BuildRequires: fdupes
|
2008-10-11 17:12:29 +02:00
|
|
|
BuildRequires: intltool
|
2009-07-31 19:28:12 +02:00
|
|
|
BuildRequires: libxml2-python
|
2008-10-11 17:12:29 +02:00
|
|
|
BuildRequires: libxslt-devel
|
|
|
|
BuildRequires: pkg-config
|
|
|
|
BuildRequires: python
|
2009-09-05 00:45:20 +02:00
|
|
|
BuildRequires: translation-update-upstream
|
|
|
|
Requires: %{name}-lang = %{version}
|
2007-01-10 01:54:58 +01:00
|
|
|
Requires: libxml2-python
|
2009-03-11 16:49:28 +01:00
|
|
|
Requires: libxslt
|
2009-09-05 00:45:20 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2009-07-31 19:28:12 +02:00
|
|
|
%py_requires
|
2009-08-17 14:19:28 +02:00
|
|
|
%if %suse_version <= 1110
|
|
|
|
%define python_sitelib %{py_sitedir}
|
|
|
|
%endif
|
2007-01-10 01:54:58 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
The gnome-doc-utils package is a collection of documentation utilities
|
2007-08-31 15:21:25 +02:00
|
|
|
for the GNOMEproject. Notably, it contains utilities for building
|
2007-01-10 01:54:58 +01:00
|
|
|
documentation and all auxiliary files in your source tree. It also
|
|
|
|
contains the DocBook XSLT stylesheets that were once distributed with
|
2007-08-31 15:21:25 +02:00
|
|
|
Yelp. Starting with GNOME 2.8, Yelp requires gnome-doc-utils for XSLT.
|
2007-01-10 01:54:58 +01:00
|
|
|
It also contains the Python program xml2po that extracts translatable
|
|
|
|
content from XML documents and outputs gettext-compatible POT files.
|
|
|
|
For simple tags, it works out-of-the-box. For complicated tags, provide
|
|
|
|
a list of all tags that are considered "final" (tags with contents that
|
|
|
|
should be put into one "message" in the POT file), "ignored" (skipped
|
|
|
|
over), and "space preserving".
|
|
|
|
|
|
|
|
Sane defaults are available for DocBook documents and other common
|
2007-08-31 15:21:25 +02:00
|
|
|
document types (like GNOME Summaries and XHTML). For other kinds of
|
2007-01-10 01:54:58 +01:00
|
|
|
documents, it is possible to use -a (--automatic-tags) to choose
|
|
|
|
suitable translatable pieces.
|
|
|
|
|
|
|
|
%package devel
|
2009-07-31 19:28:12 +02:00
|
|
|
License: GPL v2 or later ; LGPL v2.1 or later
|
2007-01-10 01:54:58 +01:00
|
|
|
Summary: A Collection of Documentation Utilities for GNOME
|
|
|
|
Group: System/GUI/GNOME
|
2009-03-11 16:49:28 +01:00
|
|
|
Requires: %{name} = %{version}
|
2009-07-31 19:28:12 +02:00
|
|
|
Requires: libxml2-devel
|
2009-03-11 16:49:28 +01:00
|
|
|
# Needed by packages being built with gnome-doc-utils, unless they
|
|
|
|
# use --disable-scrollkeeper
|
|
|
|
Requires: scrollkeeper
|
2007-01-10 01:54:58 +01:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
The gnome-doc-utils package is a collection of documentation utilities
|
|
|
|
for the GNOME project. Notably, it contains utilities for building
|
|
|
|
documentation and all auxiliary files in your source tree. It also
|
|
|
|
contains the DocBook XSLT stylesheets that were once distributed with
|
|
|
|
Yelp. Starting with GNOME 2.8, Yelp requires gnome-doc-utils for XSLT.
|
|
|
|
|
|
|
|
It also contains the Python program xml2po that extracts translatable
|
|
|
|
content from XML documents and outputs gettext-compatible POT files.
|
|
|
|
For simple tags, it works out-of-the-box. For complicated tags, provide
|
|
|
|
a list of all tags that are considered "final" (tags with contents that
|
|
|
|
should be put into one "message" in the POT file), "ignored" (skipped
|
|
|
|
over), and "space preserving".
|
|
|
|
|
|
|
|
Sane defaults are available for DocBook documents and other common
|
|
|
|
document types (like GNOME Summaries and XHTML). For other kinds of
|
|
|
|
documents, it is possible to use -a (--automatic-tags) to choose
|
|
|
|
suitable translatable pieces.
|
|
|
|
|
2009-03-11 16:49:28 +01:00
|
|
|
%lang_package
|
2007-01-10 01:54:58 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2009-03-26 17:26:36 +01:00
|
|
|
translation-update-upstream
|
2007-01-10 01:54:58 +01:00
|
|
|
|
|
|
|
%build
|
2007-03-27 01:24:18 +02:00
|
|
|
# autoreconf fails...
|
|
|
|
# ACLOCAL="aclocal -I $PWD" autoreconf -f -i
|
2007-01-10 01:54:58 +01:00
|
|
|
%configure\
|
|
|
|
--disable-scrollkeeper
|
2009-12-03 02:49:09 +01:00
|
|
|
make %{?jobs:-j%jobs} pkgconfigdir=%{_datadir}/pkgconfig
|
2007-01-10 01:54:58 +01:00
|
|
|
|
|
|
|
%install
|
2007-01-29 16:58:21 +01:00
|
|
|
%makeinstall pkgconfigdir=%{_datadir}/pkgconfig
|
2007-01-10 01:54:58 +01:00
|
|
|
%find_lang %{name}
|
2009-07-31 19:28:12 +02:00
|
|
|
%find_lang gnome-doc-mallard-spec %{name}.lang
|
2007-01-10 01:54:58 +01:00
|
|
|
%find_lang gnome-doc-make %{name}.lang
|
2009-07-31 19:28:12 +02:00
|
|
|
%find_lang gnome-doc-xslt %{name}.lang
|
2009-09-05 00:45:20 +02:00
|
|
|
%fdupes %{buildroot}
|
2007-01-10 01:54:58 +01:00
|
|
|
|
|
|
|
%clean
|
2009-09-05 00:45:20 +02:00
|
|
|
rm -rf %{buildroot}
|
2007-01-10 01:54:58 +01:00
|
|
|
|
2009-03-11 16:49:28 +01:00
|
|
|
%files
|
2007-01-10 01:54:58 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
2009-03-11 16:49:28 +01:00
|
|
|
# xml2po stuff
|
|
|
|
%{_bindir}/xml2po
|
2009-08-17 14:19:28 +02:00
|
|
|
%{python_sitelib}/xml2po
|
2009-03-11 16:49:28 +01:00
|
|
|
# gnome-doc-tool stuff
|
|
|
|
%{_bindir}/gnome-doc-tool
|
|
|
|
%dir %{_datadir}/gnome-doc-utils
|
|
|
|
%{_datadir}/gnome-doc-utils/icons
|
|
|
|
%{_datadir}/gnome-doc-utils/watermarks
|
|
|
|
%{_datadir}/xml/gnome
|
2009-07-31 19:28:12 +02:00
|
|
|
%{_datadir}/xml/mallard
|
2009-03-11 16:49:28 +01:00
|
|
|
# Misc.
|
2007-01-10 01:54:58 +01:00
|
|
|
%{_mandir}/man?/*.*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr (-, root, root)
|
2009-03-11 16:49:28 +01:00
|
|
|
%{_bindir}/gnome-doc-prepare
|
|
|
|
%{_datadir}/aclocal/gnome-doc-utils.m4
|
2007-01-29 16:58:21 +01:00
|
|
|
%{_datadir}/pkgconfig/*.pc
|
2009-03-11 16:49:28 +01:00
|
|
|
%{_datadir}/gnome-doc-utils/gnome-doc-utils.make
|
|
|
|
%{_datadir}/gnome-doc-utils/templates
|
|
|
|
%{_datadir}/gnome-doc-utils/template*.*
|
|
|
|
|
|
|
|
%files lang -f %{name}.lang
|
|
|
|
%defattr (-, root, root)
|
|
|
|
# Own these directories to not depend on gnome-common while building:
|
|
|
|
%dir %{_datadir}/gnome
|
|
|
|
%dir %{_datadir}/gnome/help
|
|
|
|
# Own this directory to not depend on scrollkeeper
|
|
|
|
%dir %{_datadir}/omf
|
2007-01-10 01:54:58 +01:00
|
|
|
|
2007-02-20 00:26:56 +01:00
|
|
|
%changelog
|