OBS User unknown
2007-01-29 15:58:21 +00:00
committed by Git OBS Bridge
parent c10f2cd535
commit cadc8ac839
2 changed files with 13 additions and 4 deletions

View File

@@ -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

View File

@@ -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