head	1.7;
access;
symbols;
locks; strict;
comment	@-- @;


1.7
date	2009.04.18.13.13.42;	author rse;	state Exp;
branches;
next	1.6;
commitid	4pHXU27WTIGCZuKt;

1.6
date	2008.08.29.08.18.27;	author rse;	state Exp;
branches;
next	1.5;
commitid	rlje0d0GGnBeTEgt;

1.5
date	2008.01.01.15.01.08;	author rse;	state Exp;
branches;
next	1.4;
commitid	B8esaHJHoduuKILs;

1.4
date	2007.08.23.10.17.21;	author cs;	state Exp;
branches;
next	1.3;
commitid	MCQm18gJYDAovRus;

1.3
date	2007.08.20.07.40.29;	author cs;	state Exp;
branches;
next	1.2;
commitid	4sm2ONssMKfzJsus;

1.2
date	2007.08.05.14.56.26;	author cs;	state Exp;
branches;
next	1.1;
commitid	9VS9NtVuPPb1Dzss;

1.1
date	2007.04.10.10.13.30;	author rse;	state Exp;
branches;
next	;
commitid	ix3oITVkAdk7Pvds;


desc
@@


1.7
log
@bump years in copyright messages
@
text
@##
##  paq.spec -- OpenPKG RPM Package Specification
##  Copyright (c) 2000-2009 OpenPKG Foundation e.V. <http://openpkg.net/>
##
##  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:         paq
Summary:      Lossless Data Compression Archiver
URL:          http://www.cs.fit.edu/~mmahoney/compression/
Vendor:       Matt Mahoney et al.
Packager:     OpenPKG Foundation e.V.
Distribution: OpenPKG Community
Class:        EVAL
Group:        Archiver
License:      GPL
Version:      8p
Release:      20080829

#   list of sources
Source0:      http://www.cs.fit.edu/~mmahoney/compression/paq%{version}.zip

#   build information
Prefix:       %{l_prefix}
BuildRoot:    %{l_buildroot}
BuildPreReq:  OpenPKG, openpkg >= 20060823, infozip, gcc, gcc::with_cxx = yes
PreReq:       OpenPKG, openpkg >= 20060823
AutoReq:      no
AutoReqProv:  no

%description
    PAQ is a series of data compression archivers that have evolved
    through collaborative development to top rankings on several
    benchmarks measuring compression ratio (although at the expense of
    speed and memory usage).

%track
    prog paq = {
        version   = %{version}
        url       = http://www.cs.fit.edu/~mmahoney/compression/
        regex     = paq(8[l-z])\.zip
    }

%prep
    %setup -q -T -c
    %{l_prefix}/bin/unzip -x %{SOURCE0}
    %{l_shtool} subst \
        -e 's;^\(#define PROGNAME "paq\)%{version}\(".*\)$;\1\2;' \
        paq%{version}.cpp

%build
    opt="-DUNIX -DNOASM"
    obj=""
    case "%{l_platform -t}" in
       i[3-6]86-linux* | i[3-6]86-sunos* )
           if %{l_shtool} path -s nasm; then
              nasm -f elf -o paq7asm.o paq7asm.asm
              opt=`echo "x$opt" | sed -e 's;^x;;' -e 's;-DNOASM;;'`
              obj="paq7asm.o"
           fi
           ;;
    esac
    %{l_cxx} %{l_cflags -O} $opt -o paq paq%{version}.cpp $obj

%install
    rm -rf $RPM_BUILD_ROOT
    %{l_shtool} mkdir -f -p -m 755 \
        $RPM_BUILD_ROOT%{l_prefix}/bin
    %{l_shtool} install -c -s -m 755 \
        paq $RPM_BUILD_ROOT%{l_prefix}/bin/
    %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}

%files -f files

%clean
    rm -rf $RPM_BUILD_ROOT

@


1.6
log
@upgrading package: paq 8o -> 8p
@
text
@d3 1
a3 1
##  Copyright (c) 2000-2008 OpenPKG Foundation e.V. <http://openpkg.net/>
@


1.5
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:      8o
Release:      20080101
d71 2
a72 2
    case "%{l_platform -p}" in
       ix86-freebsd* | ix86-linux* | ix86-solaris* )
@


1.4
log
@upgrading package: paq 8n -> 8o
@
text
@d3 1
a3 2
##  Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/>
##  Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/>
d35 1
a35 1
Release:      20070823
@


1.3
log
@upgrading package: paq 8m -> 8n
@
text
@d35 2
a36 2
Version:      8n
Release:      20070820
@


1.2
log
@upgrading package: paq 8l -> 8m
@
text
@d35 2
a36 2
Version:      8m
Release:      20070805
@


1.1
log
@new package: paq 8l (Lossless Data Compression Archiver)
@
text
@d35 2
a36 2
Version:      8l
Release:      20070410
a39 1
Patch0:       paq.patch
d44 1
a44 1
BuildPreReq:  OpenPKG, openpkg >= 20060823, infozip, gcc
d65 3
a67 1
    %patch -p0
@

