]> git.pld-linux.org Git - packages/IRRToolSet.git/commitdiff
- change bcond: gcc33 -> gcc32 (compat-gcc-32-3.2.3)
authorspeedy <speedy@pld-linux.org>
Sat, 7 May 2005 09:40:20 +0000 (09:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- The "Internet Routing Registry ToolSet" (IRRToolSet) project
  is now maintained by the Internet Systems Consortium (ISC).

Changed files:
    IRRToolSet.spec -> 1.15

IRRToolSet.spec

index 9a94bc04dcbc8ca3f57bd879a07cd473a0542e89..5e7adf10bf18c0e5a69aed61172ba21693a12316 100644 (file)
@@ -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}
This page took 0.063678 seconds and 4 git commands to generate.