]> git.pld-linux.org Git - packages/IRRToolSet.git/commitdiff
- new release 4.7.3, initial - moved from RAToolSet [changed project name, updated...
authorspeedy <speedy@pld-linux.org>
Fri, 18 Apr 2003 20:18:44 +0000 (20:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    IRRToolSet.spec -> 1.1

IRRToolSet.spec [new file with mode: 0644]

diff --git a/IRRToolSet.spec b/IRRToolSet.spec
new file mode 100644 (file)
index 0000000..7905720
--- /dev/null
@@ -0,0 +1,62 @@
+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:       1
+License:       BSD-like
+Group:         Networking/Admin
+Source0:       ftp://ftp.ripe.net/ripe/tools/IRRToolSet/%{name}-%{version}.tar.gz
+Patch0:                %{name}-DESTDIR.patch
+URL:           http://www.ripe.net/ripencc/pub-services/db/irrtoolset/index.html
+BuildRequires: tcl-devel
+BuildRequires: tk-devel
+BuildRequires: flex
+BuildRequires:  gcc2-c++
+Requires:      XFree86-libs
+Requires:      readline
+Requires:      tcl
+Requires:      tk
+Obsoletes:     RAToolSet
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define __cxx g++2
+%define __cc gcc2
+
+%define optflags -O3 -gstabs+ -frtti
+
+%description
+IRRToolSet is a suite of policy analysis tools. It is implemented in
+C++ on a UNIX platform.
+
+%description -l pl
+IRRToolSet jest zestawem narzêdzi do analizy polityki.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%configure2_13
+%{__make}
+
+# extract license
+head -53 acconfig.h | tail -52 > LICENSE
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sbindir}
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+mv $RPM_BUILD_ROOT%{_bindir}/prtraceroute $RPM_BUILD_ROOT%{_sbindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README* LICENSE
+%attr(755,root,root) %{_bindir}/*
+%attr(4754,root,adm) %{_sbindir}/*
+%{_mandir}/man1/*
+%{_mandir}/man3/*
This page took 0.037753 seconds and 4 git commands to generate.