From 6c67c4d634ab33d2b116267b2632f17915be2de8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adam=20Go=C5=82=C4=99biowski?= Date: Sun, 28 Nov 2004 21:33:35 +0000 Subject: [PATCH] - dropped Source0-size - simplified %%build a bit (one make call is sufficient) - pass CC - BuildRequires: automake Changed files: dchroot.spec -> 1.2 --- dchroot.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dchroot.spec b/dchroot.spec index 545b5d5..ca3d2be 100644 --- a/dchroot.spec +++ b/dchroot.spec @@ -7,9 +7,9 @@ License: GPL Group: Applications/System Source0: http://ftp.debian.org/debian/pool/main/d/%{name}/%{name}_%{version}.tar.gz # Source0-md5: 717673f3fc9ddbcba0004b8c21a8e7ec -# Source0-size: 19595 URL: http://packages.qa.debian.org/d/dchroot.html BuildRequires: autoconf +BuildRequires: automake BuildRequires: help2man BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -27,8 +27,8 @@ Wykonywanie polece %{__autoconf} %configure -%{__make} -%{__make} dchroot.1 +%{__make} docs \ + CC="%{__cc}" %install rm -rf $RPM_BUILD_ROOT -- 2.44.0