head 1.25; access; symbols; locks; strict; comment @-- @; 1.25 date 2009.08.21.19.36.03; author rse; state Exp; branches; next 1.24; commitid CA17GnQWQyYeaB0u; 1.24 date 2009.08.12.18.03.15; author rse; state Exp; branches; next 1.23; commitid KL5MhkBJc9alWqZt; 1.23 date 2009.07.21.08.56.03; author rse; state Exp; branches; next 1.22; commitid ErwiPNJ8vw4tCyWt; 1.22 date 2009.07.07.20.54.55; author rse; state Exp; branches; next 1.21; commitid u4l3RHbGzOZY2PUt; 1.21 date 2009.07.03.09.14.04; author rse; state Exp; branches; next 1.20; commitid QdUC5b9XlmtwifUt; 1.20 date 2009.06.22.05.31.59; author rse; state Exp; branches; next 1.19; commitid ZwVNK1hGOuIfqOSt; 1.19 date 2009.06.16.19.13.52; author rse; state Exp; branches; next 1.18; commitid lurdQxIMcMjaa7St; 1.18 date 2009.06.12.19.01.05; author rse; state Exp; branches; next 1.17; commitid srnDwFmjJYGKdBRt; 1.17 date 2009.06.10.18.33.29; author rse; state Exp; branches; next 1.16; commitid fUD5xZP3ikJg8lRt; 1.16 date 2009.05.25.17.19.22; author rse; state Exp; branches; next 1.15; commitid 0W8pGmoI8WaJehPt; 1.15 date 2009.05.22.17.55.05; author rse; state Exp; branches; next 1.14; commitid POkdtPq1eG0YwTOt; 1.14 date 2009.05.19.17.17.32; author rse; state Exp; branches; next 1.13; commitid Udv42mm106f3qvOt; 1.13 date 2009.05.09.08.22.41; author rse; state Exp; branches; next 1.12; commitid eXCof7ZFKaOtMaNt; 1.12 date 2009.05.05.19.46.33; author rse; state Exp; branches; next 1.11; commitid 0YGPCr0I9Ay4HIMt; 1.11 date 2009.04.30.21.35.27; author rse; state Exp; branches; next 1.10; commitid A4TmW1E9QHSos5Mt; 1.10 date 2009.04.24.15.37.11; author rse; state Exp; branches; next 1.9; commitid ONjoy5lLpK8sFhLt; 1.9 date 2009.04.23.17.13.03; author rse; state Exp; branches; next 1.8; commitid Jth6rZOjbrKkeaLt; 1.8 date 2009.04.19.08.14.23; author rse; state Exp; branches; next 1.7; commitid WUTj4KqVwLHvnBKt; 1.7 date 2009.04.18.13.16.57; author rse; state Exp; branches; next 1.6; commitid 4pHXU27WTIGCZuKt; 1.6 date 2009.04.07.18.03.58; author rse; state Exp; branches; next 1.5; commitid GgWLnDdMHa9G17Jt; 1.5 date 2009.04.06.20.29.49; author rse; state Exp; branches; next 1.4; commitid sr66rWYp80MIRZIt; 1.4 date 2009.03.30.19.33.01; author rse; state Exp; branches; next 1.3; commitid 70tcaU4TBogbM5It; 1.3 date 2009.03.20.19.28.34; author rse; state Exp; branches; next 1.2; commitid EU4O2iGGYNfA4OGt; 1.2 date 2009.03.11.19.46.02; author rse; state Exp; branches; next 1.1; commitid QJBRxNCpiOivsEFt; 1.1 date 2009.03.07.14.15.21; author rse; state Exp; branches; next ; commitid 1b2ibJl9B9V2L6Ft; desc @@ 1.25 log @upgrading package: tokyocabinet 1.4.31 -> 1.4.32 @ text @## ## tokyocabinet.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: tokyocabinet Summary: Supreme Database Management Library URL: http://tokyocabinet.sourceforge.net/ Vendor: Mikio Hirabayashi. Packager: OpenPKG Foundation e.V. Distribution: OpenPKG Community Class: EVAL Group: Database License: LGPL Version: 1.4.32 Release: 20090821 # list of sources Source0: http://tokyocabinet.sourceforge.net/tokyocabinet-%{version}.tar.gz # build information Prefix: %{l_prefix} BuildRoot: %{l_buildroot} BuildPreReq: OpenPKG, openpkg >= 20060823 PreReq: OpenPKG, openpkg >= 20060823 AutoReq: no AutoReqProv: no %description Tokyo Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table, B+ tree, or fixed-length array. %track prog tokyocabinet = { version = %{version} url = http://tokyocabinet.sourceforge.net/ regex = tokyocabinet-(__VER__)\.tar\.gz } %prep %setup -q %build CC="%{l_cc}" \ CFLAGS="%{l_cflags -O}" \ CPPFLAGS="%{l_cppflags}" \ LDFLAGS="%{l_ldflags}" \ ./configure \ --prefix=%{l_prefix} \ --libexecdir=%{l_prefix}/cgi \ --mandir=%{l_prefix}/man \ --disable-shared %{l_make} %{l_mflags -O} %install rm -rf $RPM_BUILD_ROOT %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/tokyocabinet >/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.24 log @upgrading package: tokyocabinet 1.4.30 -> 1.4.31 @ text @d34 2 a35 2 Version: 1.4.31 Release: 20090812 @ 1.23 log @upgrading package: tokyocabinet 1.4.29 -> 1.4.30 @ text @d34 2 a35 2 Version: 1.4.30 Release: 20090721 @ 1.22 log @upgrading package: tokyocabinet 1.4.28 -> 1.4.29 @ text @d34 2 a35 2 Version: 1.4.29 Release: 20090707 @ 1.21 log @upgrading package: tokyocabinet 1.4.27 -> 1.4.28 @ text @d34 2 a35 2 Version: 1.4.28 Release: 20090703 @ 1.20 log @upgrading package: tokyocabinet 1.4.26 -> 1.4.27 @ text @d34 2 a35 2 Version: 1.4.27 Release: 20090622 @ 1.19 log @upgrading package: tokyocabinet 1.4.25 -> 1.4.26 @ text @d34 2 a35 2 Version: 1.4.26 Release: 20090616 @ 1.18 log @upgrading package: tokyocabinet 1.4.24 -> 1.4.25 @ text @d34 2 a35 2 Version: 1.4.25 Release: 20090612 @ 1.17 log @upgrading package: tokyocabinet 1.4.23 -> 1.4.24 @ text @d34 2 a35 2 Version: 1.4.24 Release: 20090610 @ 1.16 log @upgrading package: tokyocabinet 1.4.22 -> 1.4.23 @ text @d34 2 a35 2 Version: 1.4.23 Release: 20090525 @ 1.15 log @upgrading package: tokyocabinet 1.4.21 -> 1.4.22 @ text @d34 2 a35 2 Version: 1.4.22 Release: 20090522 @ 1.14 log @upgrading package: tokyocabinet 1.4.20 -> 1.4.21 @ text @d34 2 a35 2 Version: 1.4.21 Release: 20090519 @ 1.13 log @upgrading package: tokyocabinet 1.4.19 -> 1.4.20 @ text @d34 2 a35 2 Version: 1.4.20 Release: 20090509 @ 1.12 log @upgrading package: tokyocabinet 1.4.18 -> 1.4.19 @ text @d34 2 a35 2 Version: 1.4.19 Release: 20090505 @ 1.11 log @upgrading package: tokyocabinet 1.4.17 -> 1.4.18 @ text @d34 2 a35 2 Version: 1.4.18 Release: 20090430 @ 1.10 log @upgrading package: tokyocabinet 1.4.16 -> 1.4.17 @ text @d34 2 a35 2 Version: 1.4.17 Release: 20090424 @ 1.9 log @upgrading package: tokyocabinet 1.4.15 -> 1.4.16 @ text @d34 2 a35 2 Version: 1.4.16 Release: 20090423 @ 1.8 log @upgrading package: tokyocabinet 1.4.14 -> 1.4.15 @ text @d34 2 a35 2 Version: 1.4.15 Release: 20090419 @ 1.7 log @bump years in copyright messages @ text @d34 2 a35 2 Version: 1.4.14 Release: 20090407 @ 1.6 log @upgrading package: tokyocabinet 1.4.13 -> 1.4.14 @ text @d3 1 a3 1 ## Copyright (c) 2000-2008 OpenPKG Foundation e.V. @ 1.5 log @upgrading package: tokyocabinet 1.4.12 -> 1.4.13 @ text @d34 2 a35 2 Version: 1.4.13 Release: 20090406 @ 1.4 log @upgrading package: tokyocabinet 1.4.11 -> 1.4.12 @ text @d34 2 a35 2 Version: 1.4.12 Release: 20090330 @ 1.3 log @upgrading package: tokyocabinet 1.4.10 -> 1.4.11 @ text @d34 2 a35 2 Version: 1.4.11 Release: 20090320 @ 1.2 log @upgrading package: tokyocabinet 1.4.9 -> 1.4.10 @ text @d34 2 a35 2 Version: 1.4.10 Release: 20090311 @ 1.1 log @new package: tokyocabinet 1.4.9 (Supreme Database Management Library) @ text @d34 2 a35 2 Version: 1.4.9 Release: 20090307 @