Accepting request 109418 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/109418 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-doc-utils?expand=0&rev=49
This commit is contained in:
commit
2ad117af43
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:091486e370480bf45349ad09dac799211092a02938b26a0d68206172cb6cebbf
|
||||
size 716487
|
3
gnome-doc-utils-0.20.7.tar.xz
Normal file
3
gnome-doc-utils-0.20.7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8a40113bcafa263e3f4af0a9dc85f913c04f12098317adee62a61529fc18c06
|
||||
size 519160
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 2 20:10:47 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.20.7:
|
||||
+ Use gawk --traditional option instead of -W compat
|
||||
+ Added support for silent rules to gnome-doc-utils.make
|
||||
+ Fixed xml2po.pc to not Require libxml.pc
|
||||
+ Added --disable-documentation build option
|
||||
+ Dropped Mallard definitions from gnome-doc-utils
|
||||
+ Updated translations.
|
||||
- Remove libxml2-devel Requires from xml2po-devel package: the .pc
|
||||
file no longer references libxml.
|
||||
- Remove obsoleted conditions for openSUSE <= 11.1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 25 10:02:42 UTC 2012 - coolo@suse.com
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: gnome-doc-utils
|
||||
Version: 0.20.6
|
||||
Version: 0.20.7
|
||||
Release: 0
|
||||
Summary: A Collection of Documentation Utilities for GNOME
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/GNOME
|
||||
Url: http://www.gnome.org
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-doc-utils/0.8/%{name}-%{version}.tar.bz2
|
||||
Source: http://download.gnome.org/sources/gnome-doc-utils/0.20/%{name}-%{version}.tar.xz
|
||||
BuildRequires: docbook_4
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: intltool
|
||||
@ -37,9 +37,6 @@ Requires: libxslt
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
%if %suse_version <= 1110
|
||||
%define python_sitelib %{py_sitedir}
|
||||
%endif
|
||||
|
||||
%description
|
||||
The gnome-doc-utils package is a collection of documentation utilities
|
||||
@ -82,7 +79,6 @@ Yelp.
|
||||
Summary: Tool to extract translatable content from XML documents
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/GNOME
|
||||
Requires: libxml2-devel
|
||||
Requires: xml2po = %{version}
|
||||
|
||||
%description -n xml2po-devel
|
||||
@ -118,21 +114,15 @@ rm -rf %{buildroot}
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||
%dir %{_datadir}/gnome/
|
||||
%dir %{_datadir}/gnome/help/
|
||||
%dir %{_datadir}/omf/
|
||||
%dir %{_datadir}/gnome/help/gnome-doc-make/
|
||||
%doc %{_datadir}/gnome/help/gnome-doc-make/C/
|
||||
%dir %{_datadir}/omf/gnome-doc-make/
|
||||
%doc %{_datadir}/omf/gnome-doc-make/gnome-doc-make-C.omf
|
||||
%dir %{_datadir}/gnome/help/gnome-doc-xslt/
|
||||
%doc %{_datadir}/gnome/help/gnome-doc-xslt/C/
|
||||
%dir %{_datadir}/omf/gnome-doc-xslt/
|
||||
%doc %{_datadir}/omf/gnome-doc-xslt/gnome-doc-xslt-C.omf
|
||||
%{_bindir}/gnome-doc-tool
|
||||
%dir %{_datadir}/gnome-doc-utils
|
||||
%{_datadir}/gnome-doc-utils/icons
|
||||
%{_datadir}/gnome-doc-utils/watermarks
|
||||
%{_datadir}/xml/gnome
|
||||
%{_datadir}/xml/mallard
|
||||
|
||||
%files -n xml2po
|
||||
%defattr (-, root, root)
|
||||
|
Loading…
Reference in New Issue
Block a user