The following OpenPKG Contribution Area operation occurred. uploaded RPM specfile "irtoolset.spec" accepted -- moved to contrib area. No action is required on your part.
Information about irtoolset.spec follows: | ## | ## IRRToolSet.spec -- OpenPKG RPM Package Specification | ## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> | ## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> | ## | ## Permission to use, copy, modify, and distribute this software for | ## any purpose with or without fee is hereby granted, provided that | ## the above copyright notice and this permission notice appear in all | ## copies. | ## | ## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED | ## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | ## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | ## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR | ## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | ## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF | ## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | ## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | ## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT | ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | ## SUCH DAMAGE. | ## | | # package information | Name: IRRToolSet | Summary: IRRToolSet | URL: http://www.isc.org/index.pl?/sw/IRRToolSet/ | Vendor: ISC | Packager: The OpenPKG Project | Distribution: OpenPKG | Class: EVAL | Group: WHOIS | License: RIPE NCC | Version: 4.8.5 | Release: 2.20070202 | | # list of sources | Source0: ftp://ftp.isc.org/isc/IRRToolSet/IRRToolSet-%{version}/IRRToolSet-%{version}.tar.gz | | # build information | Prefix: %{l_prefix} | BuildRoot: %{l_buildroot} | BuildPreReq: OpenPKG, openpkg >= 2.20061018 | PreReq: OpenPKG, openpkg >= 2.20061018 | AutoReq: no | AutoReqProv: no | | %description | IRRToolSet is a suite of policy analysis tools to operate with routing policies in RPSL [RFC 2622] format, | registered in Internet Routing Registry(IRR). The main goal of the project is to make routing information | more convenient and useful for network engineers, by providing tools for automated router configuration, | routing policies analysis, and maintenance. | | %track | prog IRRToolSet = { | version = %{version} | url = ftp://ftp.isc.org/isc/IRRToolSet/ | regex = IRRToolSet-%{version}/IRRToolSet-%{version}.tar.gz | } | | %prep | %setup -q | | %build | CC="%{l_cc}" \ | CFLAGS="%{l_cflags -O}" \ | ./configure \ | --prefix=$RPM_BUILD_ROOT%{l_prefix} | %{l_make} %{l_mflags -O} | | %install | rm -rf $RPM_BUILD_ROOT | %{l_make} %{l_mflags} install | %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} | | %files -f files | | %clean | rm -rf $RPM_BUILD_ROOT ______________________________________________________________________ OpenPKG http://openpkg.org Developer Communication List openpkg-dev@openpkg.org