head 1.14; access; symbols OPENPKG_E1_MP_HEAD:1.6 OPENPKG_E1_MP:1.6 OPENPKG_E1_MP_2_STABLE:1.4.2.2 OPENPKG_E1_FP:1.4.2.2 OPENPKG_2_STABLE_MP:1.4 OPENPKG_2_STABLE_20061018:1.4.2.2 OPENPKG_2_STABLE:1.4.0.2; locks; strict; comment @-- @; 1.14 date 2009.06.30.20.19.59; author rse; state Exp; branches; next 1.13; commitid mW7f5wxeUG4f4VTt; 1.13 date 2009.06.08.08.54.41; author rse; state Exp; branches; next 1.12; commitid H4Pf8OqZtbcHZ1Rt; 1.12 date 2009.04.18.13.08.41; author rse; state Exp; branches; next 1.11; commitid 4pHXU27WTIGCZuKt; 1.11 date 2009.03.27.09.23.19; author rse; state Exp; branches; next 1.10; commitid swacepJ6lRDZuEHt; 1.10 date 2008.03.26.10.22.21; author rse; state Exp; branches; next 1.9; commitid Pa0aEaxCYclEACWs; 1.9 date 2008.01.01.21.05.51; author rse; state Exp; branches; next 1.8; commitid zA3sBniQAgENSKLs; 1.8 date 2008.01.01.14.50.48; author rse; state Exp; branches; next 1.7; commitid B8esaHJHoduuKILs; 1.7 date 2007.07.22.14.21.34; author cs; state Exp; branches; next 1.6; commitid aaTEUHoEzJ8XSLqs; 1.6 date 2007.01.01.17.36.35; author rse; state Exp; branches; next 1.5; commitid BicZD6VUl7GuqP0s; 1.5 date 2006.11.14.13.51.51; author rse; state Exp; branches; next 1.4; commitid 236byjAbFpxZKDUr; 1.4 date 2006.10.13.17.26.49; author thl; state Exp; branches 1.4.2.1; next 1.3; commitid q5GSxzsSDX29XxQr; 1.3 date 2006.05.24.18.50.38; author rse; state Exp; branches; next 1.2; commitid 2sKuWvpXDlTeZiyr; 1.2 date 2006.05.16.08.48.16; author rse; state Exp; branches; next 1.1; commitid uoAEa5x8zgKwVdxr; 1.1 date 2006.02.12.15.06.31; author rse; state Exp; branches; next ; commitid aRn8kzMQmw2E0jlr; 1.4.2.1 date 2006.10.13.17.26.49; author rse; state dead; branches; next 1.4.2.2; commitid iZxwRSmmWscPXUQr; 1.4.2.2 date 2006.10.16.14.47.54; author rse; state Exp; branches; next ; commitid iZxwRSmmWscPXUQr; desc @@ 1.14 log @switch to the new SourceForge.net website functionality where we can find all files (again) @ text @## ## argtable.spec -- OpenPKG RPM Package Specification ## Copyright (c) 2000-2009 OpenPKG Foundation e.V. ## ## 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 version %define V_major 2 %define V_minor 11 # package information Name: argtable Summary: Command-Line Argument Parsing Library URL: http://argtable.sourceforge.net/ Vendor: Stewart Heitmann Packager: OpenPKG Foundation e.V. Distribution: OpenPKG Community Class: EVAL Group: Libraries License: LGPL Version: %{V_major}.%{V_minor} Release: 20090608 # list of sources Source0: http://switch.dl.sourceforge.net/argtable/argtable%{V_major}-%{V_minor}.tar.gz # build information Prefix: %{l_prefix} BuildRoot: %{l_buildroot} BuildPreReq: OpenPKG, openpkg >= 20040130 PreReq: OpenPKG, openpkg >= 20040130 AutoReq: no AutoReqProv: no %description prgtable is a comprehensive command-line argument parsing library, using GNU getopt as the underlying parsing engine and providing additional features on top of it. %track prog argtable = { version = %{V_major}-%{V_minor} url = http://sourceforge.net/projects/argtable/files/ regex = argtable(__VER__)\.tar\.gz } %prep %setup -q -n argtable%{V_major}-%{V_minor} %{l_shtool} subst \ -e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \ configure %build CC="%{l_cc}" \ CFLAGS="%{l_cflags -O}" \ ./configure \ --prefix=%{l_prefix} \ --disable-shared %{l_make} %{l_mflags -O} %install rm -rf $RPM_BUILD_ROOT %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT" strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true rm -rf $RPM_BUILD_ROOT%{l_prefix}/share %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} %files -f files %clean rm -rf $RPM_BUILD_ROOT @ 1.13 log @upgrading package: argtable 2.10 -> 2.11 @ text @d60 1 a60 1 url = http://prdownloads.sourceforge.net/argtable/ @ 1.12 log @bump years in copyright messages @ text @d26 1 a26 1 %define V_minor 10 d39 1 a39 1 Release: 20090327 @ 1.11 log @upgrading package: argtable 2.9 -> 2.10 @ text @d3 1 a3 1 ## Copyright (c) 2000-2008 OpenPKG Foundation e.V. @ 1.10 log @upgrading package: argtable 2.8 -> 2.9 @ text @d26 1 a26 1 %define V_minor 9 d39 1 a39 1 Release: 20080326 @ 1.9 log @upgrading package: argtable 2.7 -> 2.8 @ text @d26 1 a26 1 %define V_minor 8 d39 1 a39 1 Release: 20080101 @ 1.8 log @Update package specifications according to OpenPKG year 2008 world order: http://www.mail-archive.com/openpkg-announce@@openpkg.org/msg00221.html @ text @d26 1 a26 1 %define V_minor 7 @ 1.7 log @upgrading package: argtable 2.6 -> 2.7 @ text @d3 1 a3 2 ## Copyright (c) 2000-2007 OpenPKG Foundation e.V. ## Copyright (c) 2000-2007 Ralf S. Engelschall d39 1 a39 1 Release: 20070722 @ 1.6 log @Welcome Year 2007! @ text @d27 1 a27 1 %define V_minor 6 d40 1 a40 1 Release: 20061114 @ 1.5 log @better Group @ text @d3 2 a4 2 ## Copyright (c) 2000-2006 OpenPKG Foundation e.V. ## Copyright (c) 2000-2006 Ralf S. Engelschall @ 1.4 log @new world order for "Packager" and "Distribution" headers @ text @d37 1 a37 1 Group: System d40 1 a40 1 Release: 20061013 @ 1.4.2.1 log @file argtable.spec was added on branch OPENPKG_2_STABLE on 2006-10-16 14:47:54 +0000 @ text @d1 90 @ 1.4.2.2 log @Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class) @ text @a0 90 ## ## argtable.spec -- OpenPKG RPM Package Specification ## Copyright (c) 2000-2006 OpenPKG Foundation e.V. ## Copyright (c) 2000-2006 Ralf S. Engelschall ## ## 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 version %define V_major 2 %define V_minor 6 # package information Name: argtable Summary: Command-Line Argument Parsing Library URL: http://argtable.sourceforge.net/ Vendor: Stewart Heitmann Packager: OpenPKG Foundation e.V. Distribution: OpenPKG Community Class: EVAL Group: System License: LGPL Version: %{V_major}.%{V_minor} Release: 2.20061018 # list of sources Source0: http://switch.dl.sourceforge.net/argtable/argtable%{V_major}-%{V_minor}.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 prgtable is a comprehensive command-line argument parsing library, using GNU getopt as the underlying parsing engine and providing additional features on top of it. %track prog argtable = { version = %{V_major}-%{V_minor} url = http://prdownloads.sourceforge.net/argtable/ regex = argtable(__VER__)\.tar\.gz } %prep %setup -q -n argtable%{V_major}-%{V_minor} %{l_shtool} subst \ -e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \ configure %build CC="%{l_cc}" \ CFLAGS="%{l_cflags -O}" \ ./configure \ --prefix=%{l_prefix} \ --disable-shared %{l_make} %{l_mflags -O} %install rm -rf $RPM_BUILD_ROOT %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT" strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true rm -rf $RPM_BUILD_ROOT%{l_prefix}/share %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} %files -f files %clean rm -rf $RPM_BUILD_ROOT @ 1.3 log @SourceForge switched their URLs again and the canonical osdn.dl.sf.net no longer is available, hence switch to switch.dl.sf.net, one of the longest available and hopefully still long available mirrors @ text @d34 2 a35 2 Packager: OpenPKG Distribution: OpenPKG d40 1 a40 1 Release: 20060524 @ 1.2 log @circumvent the usual problem: configure: error: C++ preprocessor "/lib/cpp" fails sanity check @ text @d40 1 a40 1 Release: 20060516 d43 1 a43 1 Source0: http://osdn.dl.sourceforge.net/argtable/argtable%{V_major}-%{V_minor}.tar.gz @ 1.1 log @new package: argtable 2.6 (Command-Line Argument Parsing Library) @ text @d40 1 a40 1 Release: 20060212 d67 3 @