From 456051a644868bc057ca70053dea9959cfb0ad435e2794ad18b0c5852e055eff Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 16 Feb 2007 06:18:15 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quilt?expand=0&rev=2 --- quilt.changes | 5 +++++ quilt.spec | 11 +++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/quilt.changes b/quilt.changes index ae3411f..c633655 100644 --- a/quilt.changes +++ b/quilt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 15 20:43:22 CET 2007 - olh@suse.de + +- force mandir to fix build in sles10 + ------------------------------------------------------------------- Thu Oct 19 20:47:06 CEST 2006 - agruen@suse.de diff --git a/quilt.spec b/quilt.spec index 165a0b0..ebda3d4 100644 --- a/quilt.spec +++ b/quilt.spec @@ -1,7 +1,7 @@ # # spec file for package quilt (Version 0.46) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -13,10 +13,10 @@ Name: quilt BuildRequires: ed Summary: A Tool for Working with Many Patches -License: GNU General Public License (GPL) - all versions +License: GNU General Public License (GPL) Group: Productivity/Text/Utilities Version: 0.46 -Release: 3 +Release: 20 Requires: coreutils diffutils patch gzip bzip2 perl mktemp Autoreqprov: off Source: %{name}-%{version}.tar.bz2 @@ -56,6 +56,7 @@ autoconf # rpmbuild for the tar and patch wrappers. CFLAGS="$RPM_OPT_FLAGS" \ ./configure --prefix=/usr \ + --mandir=%{_mandir} \ --with-sendmail=/usr/sbin/sendmail \ --with-diffstat=/usr/bin/diffstat \ --with-patch-wrapper \ @@ -98,6 +99,8 @@ rm -rf $RPM_BUILD_ROOT %doc doc/quilt.pdf %changelog -n quilt +* Thu Feb 15 2007 - olh@suse.de +- force mandir to fix build in sles10 * Thu Oct 19 2006 - agruen@suse.de - Switch to the upstream 0.46 tarball. - Add a few missing pieces in the "refresh -z" patch. @@ -136,7 +139,7 @@ rm -rf $RPM_BUILD_ROOT patches to end up half-reversed. * Mon Feb 13 2006 - agruen@suse.de - quiltrc.diff: Change the default patch options to ---ignore-whitespace --unified-reject. + --ignore-whitespace --unified-reject. * Sun Feb 12 2006 - agruen@suse.de - Fix two bash 3.1 compatibility bugs. - Run the test suite after building.