head 1.11; access; symbols; locks; strict; comment @-- @; 1.11 date 2009.06.30.20.21.39; author rse; state Exp; branches; next 1.10; commitid mW7f5wxeUG4f4VTt; 1.10 date 2009.04.18.13.17.30; author rse; state Exp; branches; next 1.9; commitid 4pHXU27WTIGCZuKt; 1.9 date 2009.03.05.09.36.54; author rse; state Exp; branches; next 1.8; commitid y8uiSNxYStQuhPEt; 1.8 date 2008.12.23.18.46.28; author rse; state Exp; branches; next 1.7; commitid s8Ma5fHxL5wwDCvt; 1.7 date 2008.11.09.08.43.00; author rse; state Exp; branches; next 1.6; commitid U5PVxNXefBAbIUpt; 1.6 date 2008.09.01.20.47.17; author rse; state Exp; branches; next 1.5; commitid YbrtNjvDSfeaW6ht; 1.5 date 2008.04.28.06.14.03; author rse; state Exp; branches; next 1.4; commitid DUbjKQpECQHG9Q0t; 1.4 date 2008.04.05.07.39.49; author rse; state Exp; branches; next 1.3; commitid QG14tXYchrqWmTXs; 1.3 date 2008.02.26.06.35.14; author rse; state Exp; branches; next 1.2; commitid k5NoWLdT73vvgSSs; 1.2 date 2008.02.11.18.55.26; author rse; state Exp; branches; next 1.1; commitid e7lCh3ajvPZlQ0Rs; 1.1 date 2008.02.09.08.32.42; author rse; state Exp; branches; next ; commitid nEjrv7QhOQ3IsHQs; desc @@ 1.11 log @switch to the new SourceForge.net website functionality where we can find all files (again) @ text @## ## uriparser.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: uriparser Summary: URI Parsing Library URL: http://uriparser.sourceforge.net/ Vendor: Weijia Song, Sebastian Pipping Packager: OpenPKG Foundation e.V. Distribution: OpenPKG Community Class: EVAL Group: Libraries License: BSD Version: 0.7.5 Release: 20090305 # list of sources Source0: http://switch.dl.sourceforge.net/uriparser/uriparser-%{version}.tar.gz # build information Prefix: %{l_prefix} BuildRoot: %{l_buildroot} BuildPreReq: OpenPKG, openpkg >= 20060823 PreReq: OpenPKG, openpkg >= 20060823 AutoReq: no AutoReqProv: no %description URIParser is a strictly RFC 3986 compliant URI parsing library. URIParser is cross-platform, fast and supports Unicode. %track prog uriparser = { version = %{version} url = http://sourceforge.net/projects/uriparser/files/ regex = uriparser-(__VER__)\.tar\.gz } %prep %setup -q %build CC="%{l_cc}" \ CXX="%{l_cxx}" \ CFLAGS="%{l_cflags -O}" \ CXXFLAGS="%{l_cxxflags -O}" \ CPPFLAGS="%{l_cppflags}" \ LDFLAGS="%{l_ldflags}" \ ./configure \ --prefix=%{l_prefix} \ --disable-test \ --disable-doc \ --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 %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} %files -f files %clean rm -rf $RPM_BUILD_ROOT @ 1.10 log @bump years in copyright messages @ text @d55 1 a55 1 url = http://prdownloads.sourceforge.net/uriparser/ @ 1.9 log @upgrading package: uriparser 0.7.4 -> 0.7.5 @ text @d3 1 a3 1 ## Copyright (c) 2000-2008 OpenPKG Foundation e.V. @ 1.8 log @upgrading package: uriparser 0.7.3 -> 0.7.4 @ text @d34 2 a35 2 Version: 0.7.4 Release: 20081223 d71 2 @ 1.7 log @upgrading package: uriparser 0.7.2 -> 0.7.3 @ text @d34 2 a35 2 Version: 0.7.3 Release: 20081109 @ 1.6 log @upgrading package: uriparser 0.7.1 -> 0.7.2 @ text @d34 2 a35 2 Version: 0.7.2 Release: 20080901 @ 1.5 log @upgrading package: uriparser 0.7.0 -> 0.7.1 @ text @d34 2 a35 2 Version: 0.7.1 Release: 20080428 @ 1.4 log @upgrading package: uriparser 0.6.4 -> 0.7.0 @ text @d34 2 a35 2 Version: 0.7.0 Release: 20080405 @ 1.3 log @upgrading package: uriparser 0.6.3 -> 0.6.4 @ text @d34 2 a35 2 Version: 0.6.4 Release: 20080226 @ 1.2 log @upgrading package: uriparser 0.6.2 -> 0.6.3 @ text @d34 2 a35 2 Version: 0.6.3 Release: 20080211 @ 1.1 log @new package: uriparser 0.6.2 (URI Parsing Library) @ text @d34 2 a35 2 Version: 0.6.2 Release: 20080209 @