head 1.24; access; symbols; locks; strict; comment @-- @; 1.24 date 2009.12.28.08.36.48; author rse; state Exp; branches; next 1.23; commitid NSERtBR2QMSZm7hu; 1.23 date 2009.12.13.15.56.10; author rse; state Exp; branches; next 1.22; commitid KFVmKF9m9RjChefu; 1.22 date 2009.12.07.10.10.49; author rse; state Exp; branches; next 1.21; commitid lNsQN89uAzI6zqeu; 1.21 date 2009.11.02.18.27.26; author rse; state Exp; branches; next 1.20; commitid NFSvPNIgPKgerY9u; 1.20 date 2009.10.12.06.55.16; author rse; state Exp; branches; next 1.19; commitid JaOy7cnTxVBChd7u; 1.19 date 2009.10.06.21.28.36; author rse; state Exp; branches; next 1.18; commitid hXZwqHyjIjgbjw6u; 1.18 date 2009.09.20.17.14.16; author rse; state Exp; branches; next 1.17; commitid DJ7iRL3Bs6QOpr4u; 1.17 date 2009.08.23.08.12.18; author rse; state Exp; branches; next 1.16; commitid 3N4nnzttJ7cHjN0u; 1.16 date 2009.07.26.17.04.56; author rse; state Exp; branches; next 1.15; commitid O8uGAPjzB3wdafXt; 1.15 date 2009.07.18.17.23.39; author rse; state Exp; branches; next 1.14; commitid LbVymtfAVWjAwdWt; 1.14 date 2009.06.30.20.20.00; author rse; state Exp; branches; next 1.13; commitid mW7f5wxeUG4f4VTt; 1.13 date 2009.06.08.13.01.22; author rse; state Exp; branches; next 1.12; commitid j9RKKhH57lzjm3Rt; 1.12 date 2009.05.08.13.03.01; author rse; state Exp; branches; next 1.11; commitid gEw7BgoEOXQDm4Nt; 1.11 date 2009.04.29.17.32.04; author rse; state Exp; branches; next 1.10; commitid QvJWTPZDmllT8WLt; 1.10 date 2009.04.18.13.08.42; author rse; state Exp; branches; next 1.9; commitid 4pHXU27WTIGCZuKt; 1.9 date 2008.06.20.21.22.38; author rse; state Exp; branches; next 1.8; commitid byjAjsmhP3kMtJ7t; 1.8 date 2008.02.11.18.58.52; author rse; state Exp; branches; next 1.7; commitid m6ePWzZUmpxxR0Rs; 1.7 date 2008.01.01.14.50.50; author rse; state Exp; branches; next 1.6; commitid B8esaHJHoduuKILs; 1.6 date 2007.12.12.09.32.28; author rse; state Exp; branches; next 1.5; commitid HIOu3Aor9zQMG7Js; 1.5 date 2007.11.21.18.45.54; author rse; state Exp; branches; next 1.4; commitid adN1XhQfOBZuqtGs; 1.4 date 2007.11.19.08.22.10; author cs; state Exp; branches; next 1.3; commitid BccsHg2gxmrv2aGs; 1.3 date 2007.11.18.01.58.43; author cs; state Exp; branches; next 1.2; commitid h0ouqlQkfC3XWZFs; 1.2 date 2007.10.28.17.23.39; author rse; state Exp; branches; next 1.1; commitid XahNpiByO8f7KnDs; 1.1 date 2007.09.10.18.25.40; author rse; state Exp; branches; next ; commitid 3zfo4RMpB4k3Ddxs; desc @@ 1.24 log @upgrading package: aria2 1.7.2 -> 1.8.0 @ text @## ## aria2.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 information Name: aria2 Summary: Segmented File Downloading Tool URL: http://aria2.sourceforge.net/ Vendor: Tatsuhiro Tsujikawa, Ross Smith II Packager: OpenPKG Foundation e.V. Distribution: OpenPKG Community Class: EVAL Group: Web License: GPL Version: 1.8.0 Release: 20091228 # list of sources Source0: http://switch.dl.sourceforge.net/aria2/aria2-%{version}.tar.bz2 Patch0: aria2.patch # build information Prefix: %{l_prefix} BuildRoot: %{l_buildroot} BuildPreReq: OpenPKG, openpkg >= 20060823, gcc, gcc::with_cxx = yes PreReq: OpenPKG, openpkg >= 20060823 BuildPreReq: openssl, libxml, ares PreReq: openssl, libxml, ares AutoReq: no AutoReqProv: no %description aria2(1) is a download utility with resuming and segmented downloading. Supported protocols are HTTP/HTTPS/FTP/BitTorrent. It also supports Metalink version 3.0 and chunk checksum in Metalink by validating chunk checksums while downloading a file. %track prog aria2 = { version = %{version} url = http://sourceforge.net/projects/aria2/files/ regex = aria2c?-(\d(\.\d+)+)\.tar\.bz2 } %prep %setup -q -n aria2-%{version} %patch -p0 %build CC="%{l_cc}" \ CXX="%{l_cxx}" \ CFLAGS="%{l_cflags}" \ CXXFLAGS="%{l_cxxflags}" \ CPPFLAGS="%{l_cppflags}" \ LDFLAGS="%{l_ldflags}" \ LIBS="-lstdc++" \ ./configure \ --prefix=%{l_prefix} \ --mandir=%{l_prefix}/man \ --with-openssl \ --with-openssl-prefix=%{l_prefix} \ --without-gnutls \ --with-libxml2 \ --with-xml-prefix=%{l_prefix} \ --with-libcares \ --with-libcares-prefix=%{l_prefix} \ --without-libiconv-prefix \ --with-included-gettext \ --without-libintl-prefix \ --disable-nls %{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/doc %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} %files -f files %clean rm -rf $RPM_BUILD_ROOT @ 1.23 log @upgrading package: aria2 1.7.1 -> 1.7.2 @ text @d34 2 a35 2 Version: 1.7.2 Release: 20091213 @ 1.22 log @upgrading package: aria2 1.6.3 -> 1.7.1 @ text @d34 2 a35 2 Version: 1.7.1 Release: 20091207 @ 1.21 log @upgrading package: aria2 1.6.2 -> 1.6.3 @ text @d34 2 a35 2 Version: 1.6.3 Release: 20091102 @ 1.20 log @upgrading package: aria2 1.6.1 -> 1.6.2 @ text @d34 2 a35 2 Version: 1.6.2 Release: 20091012 @ 1.19 log @upgrading package: aria2 1.6.0 -> 1.6.1 @ text @d34 2 a35 2 Version: 1.6.1 Release: 20091006 @ 1.18 log @upgrading package: aria2 1.5.2 -> 1.6.0 @ text @d34 2 a35 2 Version: 1.6.0 Release: 20090920 @ 1.17 log @upgrading package: aria2 1.5.1 -> 1.5.2 @ text @d34 2 a35 2 Version: 1.5.2 Release: 20090823 @ 1.16 log @upgrading package: aria2 1.5.0 -> 1.5.1 @ text @d34 2 a35 2 Version: 1.5.1 Release: 20090726 @ 1.15 log @upgrading package: aria2 1.4.1 -> 1.5.0 @ text @d34 2 a35 2 Version: 1.5.0 Release: 20090718 @ 1.14 log @switch to the new SourceForge.net website functionality where we can find all files (again) @ text @d34 2 a35 2 Version: 1.4.1 Release: 20090608 @ 1.13 log @upgrading package: aria2 1.3.3 -> 1.4.1 @ text @d60 1 a60 1 url = http://prdownloads.sourceforge.net/aria2/ @ 1.12 log @upgrading package: aria2 1.3.2 -> 1.3.3 @ text @d34 2 a35 2 Version: 1.3.3 Release: 20090508 d81 1 @ 1.11 log @upgrading package: aria2 0.14.0 -> 1.3.2 @ text @d34 2 a35 2 Version: 1.3.2 Release: 20090429 @ 1.10 log @bump years in copyright messages @ text @d34 2 a35 2 Version: 0.14.0 Release: 20080620 d38 2 a39 1 Source0: http://switch.dl.sourceforge.net/aria2/aria2c-%{version}.tar.bz2 d65 2 a66 1 %setup -q -n aria2c-%{version} d71 2 a72 2 CFLAGS="%{l_cflags -O}" \ CXXFLAGS="%{l_cxxflags -O}" \ d75 1 @ 1.9 log @upgrading package: aria2 0.12.1 -> 0.14.0 @ text @d3 1 a3 1 ## Copyright (c) 2000-2008 OpenPKG Foundation e.V. @ 1.8 log @upgrading package: aria2 0.12.0 -> 0.12.1 @ text @d34 2 a35 2 Version: 0.12.1 Release: 20080211 d38 1 a38 1 Source0: http://switch.dl.sourceforge.net/aria2/aria2-%{version}.tar.bz2 d60 1 a60 1 regex = aria2-(\d(\.\d+)+)\.tar\.bz2 d64 1 a64 1 %setup -q d92 1 @ 1.7 log @Update package specifications according to OpenPKG year 2008 world order: http://www.mail-archive.com/openpkg-announce@@openpkg.org/msg00221.html @ text @d34 2 a35 2 Version: 0.12.0 Release: 20080101 @ 1.6 log @upgrading package: aria2 0.11.5 -> 0.12.0 @ text @d3 1 a3 2 ## Copyright (c) 2000-2007 OpenPKG Foundation e.V. ## Copyright (c) 2000-2007 Ralf S. Engelschall d35 1 a35 1 Release: 20071212 @ 1.5 log @unbreak tracking @ text @d35 2 a36 2 Version: 0.11.5 Release: 20071121 @ 1.4 log @track releases only @ text @d36 1 a36 1 Release: 20071119 d61 1 a61 1 regex = aria2-(\d\(\.\d+)+)\.tar\.bz2 @ 1.3 log @upgrading package: aria2 0.11.4 -> 0.11.5 @ text @d36 1 a36 1 Release: 20071118 d61 1 a61 1 regex = aria2-(__VER__)\.tar\.bz2 @ 1.2 log @upgrading package: aria2 0.11.3 -> 0.11.4 @ text @d35 2 a36 2 Version: 0.11.4 Release: 20071028 d44 1 a44 1 BuildPreReq: OpenPKG, openpkg >= 20060823 @ 1.1 log @new package: aria2 0.11.3 (Segmented File Downloading Tool) @ text @d35 2 a36 2 Version: 0.11.3 Release: 20070910 @