From 44b53e0f79b54ba4e74dd96d99bed2ca737f3813 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Dec 21 2017 19:51:58 +0000 Subject: Fix homepage and source URLs --- diff --git a/distcc.spec b/distcc.spec index 524d209..1e6ae3c 100644 --- a/distcc.spec +++ b/distcc.spec @@ -5,13 +5,16 @@ Version: 3.2rc1 Release: 17%{?dist} Summary: Distributed C/C++ compilation License: GPLv2+ -URL: http://distcc.org/ -Source0: http://distcc.googlecode.com/files/distcc-%{version}.tar.bz2 +URL: https://github.com/distcc/distcc +Source0: https://github.com/distcc/distcc/archive/v%{version}/%{name}-%{version}.tar.gz Source1: hosts.sample Source2: distccd.service Patch0: distcc-minilzo-2.08.patch Patch1: fixArgc.patch +BuildRequires: automake +BuildRequires: autoconf +BuildRequires: libtool BuildRequires: popt-devel BuildRequires: libgnomeui-devel BuildRequires: pango-devel @@ -46,6 +49,7 @@ This package contains the compilation server needed to use %{name}. %patch1 -p2 %build +./autogen.sh %configure --with-gnome --disable-Werror --with-auth make %{?_smp_mflags}