]> git.pld-linux.org Git - packages/dchroot.git/commitdiff
- dropped Source0-size
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 28 Nov 2004 21:33:35 +0000 (21:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- simplified %%build a bit (one make call is sufficient)
- pass CC
- BuildRequires: automake

Changed files:
    dchroot.spec -> 1.2

dchroot.spec

index 545b5d5d093ec1ebc0905f8be5c5ccbc02751612..ca3d2bebbc6aa6d9d61a8c5b03d47c6273b9274f 100644 (file)
@@ -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
This page took 0.104571 seconds and 4 git commands to generate.