From cadc8ac839f77cc3ab0c1c9c04ef3f98aa964dd781e87ed6caafaabc95d1884b Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 29 Jan 2007 15:58:21 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-doc-utils?expand=0&rev=2 --- gnome-doc-utils.changes | 5 +++++ gnome-doc-utils.spec | 12 ++++++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/gnome-doc-utils.changes b/gnome-doc-utils.changes index 2260b6b..928bf3d 100644 --- a/gnome-doc-utils.changes +++ b/gnome-doc-utils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 29 14:09:43 CET 2007 - sbrabec@suse.cz + +- Build as noarch (patch from Andreas Hanke, #237146). + ------------------------------------------------------------------- Thu Dec 14 13:35:56 CST 2006 - maw@suse.de diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index a9e017f..a5d002c 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -16,7 +16,7 @@ License: GNU General Public License (GPL), GNU Library General Public Lic Group: System/GUI/GNOME Autoreqprov: on Version: 0.8.0 -Release: 31 +Release: 32 Summary: A Collection of Documentation Utilities for GNOME Source: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-doc-utils/0.8/%{name}-%{version}.tar.bz2 URL: http://www.gnome.org @@ -25,6 +25,7 @@ Requires: libxml2-python # only for directory ownership: BuildRequires: libgnome scrollkeeper Requires: libgnome scrollkeeper +BuildArchitectures: noarch %description The gnome-doc-utils package is a collection of documentation utilities @@ -89,10 +90,11 @@ Authors: ACLOCAL="aclocal -I $PWD" autoreconf -f -i %configure\ --disable-scrollkeeper -make %{?jobs:-j%jobs} +make %{?jobs:-j%jobs} pkgconfigdir=%{_datadir}/pkgconfig %install -make install DESTDIR=$RPM_BUILD_ROOT +%makeinstall pkgconfigdir=%{_datadir}/pkgconfig + %find_lang %{name} %find_lang gnome-doc-xslt %{name}.lang %find_lang gnome-doc-make %{name}.lang @@ -115,9 +117,11 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr (-, root, root) -%{_libdir}/pkgconfig/*.pc +%{_datadir}/pkgconfig/*.pc %changelog -n gnome-doc-utils +* Mon Jan 29 2007 - sbrabec@suse.cz +- Build as noarch (patch from Andreas Hanke, #237146). * Thu Dec 14 2006 - maw@suse.de - Move to /usr. * Fri Oct 13 2006 - danw@suse.de