Accepting request 97845 from home:vuntz:branches:GNOME:Factory

Own /usr/share/aclocal

OBS-URL: https://build.opensuse.org/request/show/97845
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-doc-utils?expand=0&rev=64
This commit is contained in:
Vincent Untz 2011-12-22 20:34:24 +00:00 committed by Git OBS Bridge
parent 7373c94d14
commit 811eac3390
2 changed files with 12 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 22 09:54:51 UTC 2011 - vuntz@opensuse.org
- Own %{_datadir}/aclocal to fix build without automake/autoconf.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 27 16:50:30 CEST 2011 - vuntz@opensuse.org Fri May 27 16:50:30 CEST 2011 - vuntz@opensuse.org

View File

@ -15,15 +15,13 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: gnome-doc-utils Name: gnome-doc-utils
Version: 0.20.6 Version: 0.20.6
Release: 1 Release: 0
License: GPLv2+
Summary: A Collection of Documentation Utilities for GNOME Summary: A Collection of Documentation Utilities for GNOME
Url: http://www.gnome.org License: GPL-2.0+
Group: System/GUI/GNOME 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: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-doc-utils/0.8/%{name}-%{version}.tar.bz2
BuildRequires: docbook_4 BuildRequires: docbook_4
BuildRequires: fdupes BuildRequires: fdupes
@ -49,8 +47,8 @@ contains the DocBook XSLT stylesheets that were once distributed with
Yelp. Yelp.
%package -n xml2po %package -n xml2po
License: GPLv2+
Summary: Tool to extract translatable content from XML documents Summary: Tool to extract translatable content from XML documents
License: GPL-2.0+
Group: System/GUI/GNOME Group: System/GUI/GNOME
Requires: libxml2-python Requires: libxml2-python
%py_requires %py_requires
@ -61,8 +59,8 @@ content from free-form XML documents and outputs gettext compatible
POT files. POT files.
%package devel %package devel
License: GPLv2+ ; LGPLv2.1+
Summary: A Collection of Documentation Utilities for GNOME Summary: A Collection of Documentation Utilities for GNOME
License: GPL-2.0+ ; LGPL-2.1+
Group: System/GUI/GNOME Group: System/GUI/GNOME
Requires: %{name} = %{version} Requires: %{name} = %{version}
# For the validation with xsltproc to use a local DTD # For the validation with xsltproc to use a local DTD
@ -80,8 +78,8 @@ contains the DocBook XSLT stylesheets that were once distributed with
Yelp. Yelp.
%package -n xml2po-devel %package -n xml2po-devel
License: GPLv2+
Summary: Tool to extract translatable content from XML documents Summary: Tool to extract translatable content from XML documents
License: GPL-2.0+
Group: System/GUI/GNOME Group: System/GUI/GNOME
Requires: libxml2-devel Requires: libxml2-devel
Requires: xml2po = %{version} Requires: xml2po = %{version}
@ -145,6 +143,7 @@ rm -rf %{buildroot}
%files devel %files devel
%defattr (-, root, root) %defattr (-, root, root)
%{_bindir}/gnome-doc-prepare %{_bindir}/gnome-doc-prepare
%dir %{_datadir}/aclocal
%{_datadir}/aclocal/gnome-doc-utils.m4 %{_datadir}/aclocal/gnome-doc-utils.m4
%{_datadir}/pkgconfig/gnome-doc-utils.pc %{_datadir}/pkgconfig/gnome-doc-utils.pc
%{_datadir}/gnome-doc-utils/gnome-doc-utils.make %{_datadir}/gnome-doc-utils/gnome-doc-utils.make