From: speedy Date: Sat, 7 May 2005 09:40:20 +0000 (+0000) Subject: - change bcond: gcc33 -> gcc32 (compat-gcc-32-3.2.3) X-Git-Tag: AC-STABLE~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2FIRRToolSet.git;a=commitdiff_plain;h=4b71b483232eb9149afc111d859b31d6ab300d03 - change bcond: gcc33 -> gcc32 (compat-gcc-32-3.2.3) - The "Internet Routing Registry ToolSet" (IRRToolSet) project is now maintained by the Internet Systems Consortium (ISC). Changed files: IRRToolSet.spec -> 1.15 --- diff --git a/IRRToolSet.spec b/IRRToolSet.spec index 9a94bc0..5e7adf1 100644 --- a/IRRToolSet.spec +++ b/IRRToolSet.spec @@ -1,6 +1,6 @@ # # Conditional build: -%bcond_with gcc33 # compile with gcc33 +%bcond_with gcc32 # compile with gcc32 # Summary: IRRToolSet is a suite of policy analysis tools Summary(pl): IRRToolSet jest zestawem narzêdzi do analizy polityki @@ -9,12 +9,12 @@ Version: 4.7.3 Release: 3 License: BSD-like Group: Networking/Admin -Source0: ftp://ftp.ripe.net/ripe/tools/IRRToolSet/%{name}-%{version}.tar.gz +Source0: ftp://ftp.isc.org/isc/IRRToolSet/IRRToolSet-%{version}/%{name}-%{version}.tar.gz # Source0-md5: fcf8305464c8ae5886c41dcb8d85e53d Patch0: %{name}-DESTDIR.patch Patch1: %{name}-gcc3.patch Patch2: %{name}-flex.patch -URL: http://www.ripe.net/ripencc/pub-services/db/irrtoolset/index.html +URL: http://www.isc.org/sw/IRRToolSet/ BuildRequires: XFree86-devel BuildRequires: automake BuildRequires: bison @@ -42,10 +42,10 @@ IRRToolSet jest zestawem narz %build cp -f /usr/share/automake/config.sub . -%if %{with gcc33} -%define __cc gcc33 -%define __cxx g++33 -%define optflags -O2 -g -pipe +%if %{with gcc32} +%define __cc gcc32 +%define __cxx g++32 +%define optflags -O2 -g -pipe -Wno-deprecated %endif %configure2_13 %{__make}