]> git.pld-linux.org Git - packages/IRRToolSet.git/commitdiff
- partial up
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 3 Nov 2005 10:44:37 +0000 (10:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    IRRToolSet.spec -> 1.18

IRRToolSet.spec

index 5ce5b090bb17d3d68d5a00988776ba9d66c05269..bede3d1d5f09fe0904d2604fb762768e9f372804 100644 (file)
@@ -1,19 +1,16 @@
-#
-# Conditional build:
-%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
 Name:          IRRToolSet
 Summary:       IRRToolSet is a suite of policy analysis tools
 Summary(pl):   IRRToolSet jest zestawem narzêdzi do analizy polityki
 Name:          IRRToolSet
-Version:       4.7.3
-Release:       4
+Version:       4.8.2
+Release:       0.1
 License:       BSD-like
 Group:         Networking/Admin
 License:       BSD-like
 Group:         Networking/Admin
-Source0:       ftp://ftp.isc.org/isc/IRRToolSet/IRRToolSet-%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: fcf8305464c8ae5886c41dcb8d85e53d
+Source0:       ftp://ftp.isc.org/isc/IRRToolSet/%{name}-%{version}/IRRToolSet-%{version}.tar.gz
+# Source0-md5: 04c24da4f3338a92d60ed055518c26a6
 Patch0:                %{name}-DESTDIR.patch
 Patch0:                %{name}-DESTDIR.patch
-Patch1:                %{name}-gcc3.patch
-Patch2:                %{name}-flex.patch
+Patch1:                %{name}-flex.patch
+Patch2:                %{name}-build-all.patch
+Patch3:                NE.cc-20040805.patch
 URL:           http://www.isc.org/sw/IRRToolSet/
 BuildRequires: XFree86-devel
 BuildRequires: automake
 URL:           http://www.isc.org/sw/IRRToolSet/
 BuildRequires: XFree86-devel
 BuildRequires: automake
@@ -43,14 +40,10 @@ IRRToolSet jest zestawem narz
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 cp -f /usr/share/automake/config.sub .
 
 %build
 cp -f /usr/share/automake/config.sub .
-%if %{with gcc32}
-%define __cc gcc32
-%define __cxx g++32
-%define  optflags -O2 -g -pipe -Wno-deprecated
-%endif
 %configure2_13
 %{__make}
 
 %configure2_13
 %{__make}
 
@@ -62,7 +55,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_sbindir}
 
 %{__make} install \
 install -d $RPM_BUILD_ROOT%{_sbindir}
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT
+        DESTDIR=$RPM_BUILD_ROOT
 
 mv $RPM_BUILD_ROOT%{_bindir}/prtraceroute $RPM_BUILD_ROOT%{_sbindir}
 
 
 mv $RPM_BUILD_ROOT%{_bindir}/prtraceroute $RPM_BUILD_ROOT%{_sbindir}
 
This page took 0.142826 seconds and 4 git commands to generate.