head 1.22; access; symbols OPENPKG_E1_MP_HEAD:1.19 OPENPKG_E1_MP:1.19 OPENPKG_E1_MP_2_STABLE:1.17.2.2 OPENPKG_E1_FP:1.17.2.2 OPENPKG_2_STABLE_MP:1.17 OPENPKG_2_STABLE_20061018:1.17.2.2 OPENPKG_2_STABLE:1.17.0.2 OPENPKG_CW_FP:1.3; locks; strict; comment @-- @; 1.22 date 2009.04.18.13.12.19; author rse; state Exp; branches; next 1.21; commitid 4pHXU27WTIGCZuKt; 1.21 date 2008.11.13.06.31.48; author rse; state Exp; branches; next 1.20; commitid y2HdkT0utD5cRpqt; 1.20 date 2008.01.01.14.57.26; author rse; state Exp; branches; next 1.19; commitid B8esaHJHoduuKILs; 1.19 date 2007.01.01.17.39.24; author rse; state Exp; branches; next 1.18; commitid BicZD6VUl7GuqP0s; 1.18 date 2006.10.29.12.38.24; author rse; state Exp; branches; next 1.17; commitid C5kLJeGdXnZFRzSr; 1.17 date 2006.10.13.17.29.36; author thl; state Exp; branches 1.17.2.1; next 1.16; commitid q5GSxzsSDX29XxQr; 1.16 date 2006.09.23.10.22.27; author rse; state Exp; branches; next 1.15; commitid gsBfZegdpSgLgWNr; 1.15 date 2006.04.25.17.15.36; author rse; state Exp; branches; next 1.14; commitid hIMl7jmLD9xrpzur; 1.14 date 2006.04.15.07.15.41; author rse; state Exp; branches; next 1.13; commitid dCyaWER49AXypetr; 1.13 date 2006.04.12.18.36.20; author rse; state Exp; branches; next 1.12; commitid a4uMWlufzxG2hUsr; 1.12 date 2006.03.27.07.11.57; author rse; state Exp; branches; next 1.11; commitid cjx1sybmWJ690Nqr; 1.11 date 2006.03.06.06.49.02; author rse; state Exp; branches; next 1.10; commitid b6VdT2ckc8o8y5or; 1.10 date 2006.03.04.08.49.30; author rse; state Exp; branches; next 1.9; commitid bijSInzHIj2shQnr; 1.9 date 2006.03.02.18.23.17; author rse; state Exp; branches; next 1.8; commitid Qxu5G3xCo9EhwDnr; 1.8 date 2006.01.01.13.16.07; author rse; state Exp; branches; next 1.7; commitid otZG8yKMCw1JFTfr; 1.7 date 2005.09.13.19.06.58; author rse; state Exp; branches; next 1.6; 1.6 date 2005.09.07.08.18.13; author rse; state Exp; branches; next 1.5; 1.5 date 2005.05.01.06.42.42; author rse; state Exp; branches; next 1.4; 1.4 date 2005.03.24.11.19.21; author rse; state Exp; branches; next 1.3; 1.3 date 2005.01.01.10.51.48; author rse; state Exp; branches; next 1.2; 1.2 date 2004.09.27.17.44.35; author rse; state Exp; branches; next 1.1; 1.1 date 2004.05.10.07.54.41; author rse; state Exp; branches; next ; 1.17.2.1 date 2006.10.13.17.29.36; author rse; state dead; branches; next 1.17.2.2; commitid iZxwRSmmWscPXUQr; 1.17.2.2 date 2006.10.16.14.52.13; author rse; state Exp; branches; next ; commitid iZxwRSmmWscPXUQr; desc @@ 1.22 log @bump years in copyright messages @ text @## ## libxdiff.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: libxdiff Summary: Binary and Text Difference/Patch Library URL: http://www.xmailserver.org/xdiff-lib.html Vendor: Davide Libenzi Packager: OpenPKG Foundation e.V. Distribution: OpenPKG Community Class: EVAL Group: Patching License: LGPL Version: 0.23 Release: 20081113 # list of sources Source0: http://www.xmailserver.org/libxdiff-%{version}.tar.gz # build information Prefix: %{l_prefix} BuildRoot: %{l_buildroot} BuildPreReq: OpenPKG, openpkg >= 20040130 PreReq: OpenPKG, openpkg >= 20040130 AutoReq: no AutoReqProv: no %description The LibXDiff library implements basic and yet complete functionalities to create file differences/patches to both binary and text files. The library uses memory files as file abstraction to achieve both performance and portability. For binary files, LibXDiff implements (with some modification) the algorithm described in File System Support for Delta Compression by Joshua P. MacDonald, while for text files it follows directives described in An O(ND) Difference Algorithm and Its Variations by Eugene W. Myers. Memory files used by the library are basically a collection of buffers that store the file content. %track prog libxdiff = { version = %{version} url = http://www.xmailserver.org/xdiff-lib.html regex = libxdiff-(__VER__)\.tar\.gz } %prep %setup -q %build CC="%{l_cc}" \ CFLAGS="%{l_cflags -O}" \ CPPFLAGS="%{l_cppflags}" \ ./configure \ --prefix=%{l_prefix} %{l_make} %{l_mflags -O} %install rm -rf $RPM_BUILD_ROOT %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT" %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} %files -f files %clean rm -rf $RPM_BUILD_ROOT @ 1.21 log @upgrading package: libxdiff 0.22 -> 0.23 @ text @d3 1 a3 1 ## Copyright (c) 2000-2008 OpenPKG Foundation e.V. @ 1.20 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.22 Release: 20080101 @ 1.19 log @Welcome Year 2007! @ 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: 20061029 @ 1.18 log @upgrading package: libxdiff 0.21 -> 0.22 @ text @d3 2 a4 2 ## Copyright (c) 2000-2006 OpenPKG Foundation e.V. ## Copyright (c) 2000-2006 Ralf S. Engelschall @ 1.17 log @new world order for "Packager" and "Distribution" headers @ text @d35 2 a36 2 Version: 0.21 Release: 20061013 @ 1.17.2.1 log @file libxdiff.spec was added on branch OPENPKG_2_STABLE on 2006-10-16 14:52:13 +0000 @ text @d1 88 @ 1.17.2.2 log @Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class) @ text @a0 88 ## ## libxdiff.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 information Name: libxdiff Summary: Binary and Text Difference/Patch Library URL: http://www.xmailserver.org/xdiff-lib.html Vendor: Davide Libenzi Packager: OpenPKG Foundation e.V. Distribution: OpenPKG Community Class: EVAL Group: Patching License: LGPL Version: 0.21 Release: 2.20061018 # list of sources Source0: http://www.xmailserver.org/libxdiff-%{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 The LibXDiff library implements basic and yet complete functionalities to create file differences/patches to both binary and text files. The library uses memory files as file abstraction to achieve both performance and portability. For binary files, LibXDiff implements (with some modification) the algorithm described in File System Support for Delta Compression by Joshua P. MacDonald, while for text files it follows directives described in An O(ND) Difference Algorithm and Its Variations by Eugene W. Myers. Memory files used by the library are basically a collection of buffers that store the file content. %track prog libxdiff = { version = %{version} url = http://www.xmailserver.org/xdiff-lib.html regex = libxdiff-(__VER__)\.tar\.gz } %prep %setup -q %build CC="%{l_cc}" \ CFLAGS="%{l_cflags -O}" \ CPPFLAGS="%{l_cppflags}" \ ./configure \ --prefix=%{l_prefix} %{l_make} %{l_mflags -O} %install rm -rf $RPM_BUILD_ROOT %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT" %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} %files -f files %clean rm -rf $RPM_BUILD_ROOT @ 1.16 log @adjust Group header @ text @d30 2 a31 2 Packager: OpenPKG Distribution: OpenPKG d36 1 a36 1 Release: 20060923 @ 1.15 log @upgrading package: libxdiff 0.20 -> 0.21 @ text @d33 1 a33 1 Group: Text d36 1 a36 1 Release: 20060425 @ 1.14 log @upgrading package: libxdiff 0.19 -> 0.20 @ text @d35 2 a36 2 Version: 0.20 Release: 20060415 @ 1.13 log @upgrading package: libxdiff 0.18 -> 0.19 @ text @d35 2 a36 2 Version: 0.19 Release: 20060412 @ 1.12 log @upgrading package: libxdiff 0.17 -> 0.18 @ text @d35 2 a36 2 Version: 0.18 Release: 20060327 @ 1.11 log @upgrading package: libxdiff 0.16 -> 0.17 @ text @d35 2 a36 2 Version: 0.17 Release: 20060306 @ 1.10 log @upgrading package: libxdiff 0.15 -> 0.16 @ text @d35 2 a36 2 Version: 0.16 Release: 20060304 @ 1.9 log @upgrading package: libxdiff 0.14 -> 0.15 @ text @d35 2 a36 2 Version: 0.15 Release: 20060302 @ 1.8 log @adjust copyrights for new year 2006 @ text @d35 2 a36 2 Version: 0.14 Release: 20050913 @ 1.7 log @upgrading package: libxdiff 0.12 -> 0.14 @ text @d3 2 a4 2 ## Copyright (c) 2000-2005 OpenPKG Foundation e.V. ## Copyright (c) 2000-2005 Ralf S. Engelschall @ 1.6 log @upgrading package: libxdiff 0.10 -> 0.12 @ text @d35 2 a36 2 Version: 0.12 Release: 20050907 @ 1.5 log @upgrading package: libxdiff 0.9 -> 0.10 @ text @d28 1 a28 1 URL: http://www.libxdiff.org/ d35 2 a36 2 Version: 0.10 Release: 20050501 d69 1 a69 1 %setup -q -n libxdiff @ 1.4 log @Adjust the copyright declaration in this (RSE's) copy of the OpenPKG source code now that the fork point for C&W was established (CVS tag OPENPKG_CW_FP), the shared copyright agreement between RSE and C&W is no longer active (as C&W no longer officially sponsors OpenPKG) and the new shared copyright from RSE can be taken over by the newly established juristic entity OpenPKG Foundation e.V. (instead of the non-juristic entity OpenPKG Project). @ text @d35 2 a36 2 Version: 0.9 Release: 20040927 d69 1 a69 1 %setup -q @ 1.3 log @Happy New Year 2005 @ text @d2 3 a4 4 ## libxdiff.spec -- OpenPKG RPM Specification ## Copyright (c) 2000-2005 The OpenPKG Project ## Copyright (c) 2000-2005 Ralf S. Engelschall ## Copyright (c) 2000-2005 Cable & Wireless d30 1 a30 1 Packager: The OpenPKG Project @ 1.2 log @upgrading package: libxdiff 0.8 -> 0.9 @ text @d3 3 a5 3 ## Copyright (c) 2000-2004 The OpenPKG Project ## Copyright (c) 2000-2004 Ralf S. Engelschall ## Copyright (c) 2000-2004 Cable & Wireless @ 1.1 log @new package: libxdiff 0.8 (Binary and Text Difference/Patch Library) @ text @d36 2 a37 2 Version: 0.8 Release: 20040510 @