Accepting request 726444 from GNOME:Factory
- Trim filler wording from description. Update summaries. (forwarded request 725704 from jengelh) OBS-URL: https://build.opensuse.org/request/show/726444 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-doc-utils?expand=0&rev=59
This commit is contained in:
commit
a821bb7557
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 24 04:14:55 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Trim filler wording from description. Update summaries.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 2 13:08:20 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Use python2-libxml2 as a name for the libxml2 python bindings.
|
||||||
|
This is provided by the new libxml2 package as the python
|
||||||
|
module name should be $PYTHON_INTERP-$PACKAGENAME
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 28 16:28:06 UTC 2018 - dimstar@opensuse.org
|
Wed Feb 28 16:28:06 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-doc-utils
|
# spec file for package gnome-doc-utils
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -29,7 +29,7 @@ Patch0: gnome-doc-utils-fig-path.patch
|
|||||||
BuildRequires: docbook_4
|
BuildRequires: docbook_4
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libxml2-python
|
BuildRequires: python2-libxml2
|
||||||
# needed for xmllint
|
# needed for xmllint
|
||||||
BuildRequires: libxml2-tools
|
BuildRequires: libxml2-tools
|
||||||
BuildRequires: libxslt-devel
|
BuildRequires: libxslt-devel
|
||||||
@ -40,22 +40,20 @@ Recommends: %{name}-lang
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The gnome-doc-utils package is a collection of documentation utilities
|
The gnome-doc-utils package is a collection of documentation
|
||||||
for the GNOME project. Notably, it contains utilities for building
|
utilities for the GNOME project. It contains utilities for building
|
||||||
documentation and all auxiliary files in your source tree. It also
|
documentation and auxiliary files in a source tree. It also contains
|
||||||
contains the DocBook XSLT stylesheets that were once distributed with
|
the DocBook XSLT stylesheets that were once distributed with Yelp.
|
||||||
Yelp.
|
|
||||||
|
|
||||||
%package -n xml2po
|
%package -n xml2po
|
||||||
Summary: Tool to extract translatable content from XML documents
|
Summary: Tool to extract translatable content from XML documents
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Requires: libxml2-python
|
Requires: python2-libxml2
|
||||||
|
|
||||||
%description -n xml2po
|
%description -n xml2po
|
||||||
xml2po is a simple Python program which extracts translatable
|
xml2po is a Python program which extracts translatable content from
|
||||||
content from free-form XML documents and outputs gettext compatible
|
free-form XML documents and outputs gettext compatible POT files.
|
||||||
POT files.
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: A Collection of Documentation Utilities for GNOME
|
Summary: A Collection of Documentation Utilities for GNOME
|
||||||
@ -67,22 +65,20 @@ Requires: docbook_4
|
|||||||
Requires: xml2po-devel
|
Requires: xml2po-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The gnome-doc-utils package is a collection of documentation utilities
|
The gnome-doc-utils package is a collection of documentation
|
||||||
for the GNOME project. Notably, it contains utilities for building
|
utilities for the GNOME project. It contains utilities for building
|
||||||
documentation and all auxiliary files in your source tree. It also
|
documentation and auxiliary files in a source tree. It also contains
|
||||||
contains the DocBook XSLT stylesheets that were once distributed with
|
the DocBook XSLT stylesheets that were once distributed with Yelp.
|
||||||
Yelp.
|
|
||||||
|
|
||||||
%package -n xml2po-devel
|
%package -n xml2po-devel
|
||||||
Summary: Tool to extract translatable content from XML documents
|
Summary: pkgconfig file for xml2po
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Requires: xml2po = %{version}
|
Requires: xml2po = %{version}
|
||||||
|
|
||||||
%description -n xml2po-devel
|
%description -n xml2po-devel
|
||||||
xml2po is a simple Python program which extracts translatable
|
xml2po is a Python program which extracts translatable content from
|
||||||
content from free-form XML documents and outputs gettext compatible
|
free-form XML documents and outputs gettext compatible POT files.
|
||||||
POT files.
|
|
||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user