head	1.15;
access;
symbols
	OPENPKG_E1_MP_HEAD:1.15
	OPENPKG_E1_MP:1.15
	OPENPKG_1_3_RELEASE:1.8.2.2.2.1
	OPENPKG_1_3_SOLID:1.8.2.2.0.2
	OPENPKG_1_3_SOLID_BP:1.8.2.2
	OPENPKG_1_STABLE_MP:1.14
	OPENPKG_1_2_RELEASE:1.8.2.1.2.1
	OPENPKG_1_2_SOLID:1.8.2.1.0.2
	OPENPKG_1_2_SOLID_BP:1.8.2.1
	OPENPKG_1_STABLE:1.8.0.2
	OPENPKG_1_STABLE_BP:1.8;
locks; strict;
comment	@-- @;


1.15
date	2003.11.07.20.13.23;	author rse;	state dead;
branches;
next	1.14;

1.14
date	2003.07.11.09.07.26;	author rse;	state Exp;
branches;
next	1.13;

1.13
date	2003.07.08.14.39.33;	author rse;	state Exp;
branches;
next	1.12;

1.12
date	2003.04.24.15.09.02;	author ms;	state Exp;
branches;
next	1.11;

1.11
date	2003.04.08.15.29.13;	author rse;	state Exp;
branches;
next	1.10;

1.10
date	2003.01.30.09.13.22;	author ps;	state Exp;
branches;
next	1.9;

1.9
date	2003.01.30.08.01.51;	author ps;	state Exp;
branches;
next	1.8;

1.8
date	2003.01.14.19.17.38;	author rse;	state Exp;
branches
	1.8.2.1;
next	1.7;

1.7
date	2003.01.03.10.51.58;	author rse;	state Exp;
branches;
next	1.6;

1.6
date	2002.12.30.22.03.52;	author rse;	state Exp;
branches;
next	1.5;

1.5
date	2002.12.30.21.04.13;	author rse;	state Exp;
branches;
next	1.4;

1.4
date	2002.12.20.19.31.03;	author rse;	state Exp;
branches;
next	1.3;

1.3
date	2002.08.13.12.48.00;	author rse;	state Exp;
branches;
next	1.2;

1.2
date	2002.05.29.19.59.57;	author rse;	state Exp;
branches;
next	1.1;

1.1
date	2002.03.06.17.10.27;	author cs;	state Exp;
branches;
next	;

1.8.2.1
date	2003.01.18.14.11.53;	author rse;	state Exp;
branches
	1.8.2.1.2.1;
next	1.8.2.2;

1.8.2.2
date	2003.07.24.20.49.32;	author rse;	state Exp;
branches
	1.8.2.2.2.1;
next	;

1.8.2.1.2.1
date	2003.01.18.17.19.41;	author rse;	state Exp;
branches;
next	;

1.8.2.2.2.1
date	2003.07.29.14.58.55;	author rse;	state Exp;
branches;
next	;


desc
@@


1.15
log
@freetype1 is no longer required by any package (ttmkfdir was the last one)
@
text
@##
##  freetype1.spec -- OpenPKG RPM Specification
##  Copyright (c) 2000-2003 The OpenPKG Project <http://www.openpkg.org/>
##  Copyright (c) 2000-2003 Ralf S. Engelschall <rse@@engelschall.com>
##  Copyright (c) 2000-2003 Cable & Wireless <http://www.cw.com/>
##
##  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:         freetype1
Summary:      A TrueType Font (TTF) Rendering Library
URL:          http://www.freetype.org/
Vendor:       Free Software Foundation
Packager:     The OpenPKG Project
Distribution: OpenPKG [PLUS]
Group:        Graphics
License:      GPL
Version:      1.3.1
Release:      20030711

#   list of sources
Source0:      ftp://ftp.freetype.org/freetype/freetype1/freetype-%{version}.tar.gz
Patch0:       freetype1.patch

#   build information
Prefix:       %{l_prefix}
BuildRoot:    %{l_buildroot}
BuildPreReq:  OpenPKG, openpkg >= 20020206, make, X11
PreReq:       OpenPKG, openpkg >= 20020206, X11
AutoReq:      no
AutoReqProv:  no

%description
    FreeType is a full-featured rendering library for TrueType Fonts
    (TTF).

%prep
    %setup -q -n freetype-%{version}
    %patch -p0

%build
    CC="%{l_cc}" \
    CFLAGS="%{l_cflags -O}" \
    ./configure \
        --prefix=$RPM_BUILD_ROOT%{l_prefix} \
        --with-x \
        --x-includes=`%{l_prefix}/etc/rc --query x11_incdir` \
        --x-libraries=`%{l_prefix}/etc/rc --query x11_libdir` \
        --disable-shared \
        --disable-nls
    %{l_make} %{l_mflags}

%install
    rm -rf $RPM_BUILD_ROOT
    %{l_make} %{l_mflags} install
    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.14
log
@fix building under GCC 3.3
@
text
@@


1.13
log
@cleanup copyright part by using just the main company name of Cable & Wireless and adding the URL to the global website
@
text
@d36 1
a36 1
Release:      20030424
d40 1
d56 1
@


1.12
log
@Ticket 67, make X11 usage consistent
@
text
@a2 1
##  Copyright (c) 2000-2003 Cable & Wireless Deutschland GmbH
d5 1
@


1.11
log
@speclint police
@
text
@d36 1
a36 1
Release:      20030408
d61 3
@


1.10
log
@Removed uneeded line
@
text
@d36 1
a36 1
Release:      20030114
d54 1
a54 1
    %setup0 -q -n freetype-%{version}
@


1.9
log
@Changed requirements
@
text
@a61 1
        --includedir=/usr/X11R6/include \
@


1.8
log
@upgrade to PLUS class
@
text
@d44 2
a45 2
BuildPreReq:  OpenPKG, openpkg >= 20020206, make
PreReq:       OpenPKG, openpkg >= 20020206
d62 1
@


1.8.2.1
log
@Welcome OPENPKG_1_STABLE branch...
@
text
@d36 1
a36 1
Release:      1.20030114
d44 2
a45 2
BuildPreReq:  OpenPKG, openpkg >= 1.20020206, make
PreReq:       OpenPKG, openpkg >= 1.20020206
@


1.8.2.2
log
@mass Merge-From-CURRENT (MFC) in preparation for OpenPKG 1.3 [class PLUS only]
@
text
@d3 1
a5 1
##  Copyright (c) 2000-2003 Cable & Wireless <http://www.cw.com/>
d36 1
a36 1
Release:      1.20030724
a39 1
Patch0:       freetype1.patch
d44 2
a45 2
BuildPreReq:  OpenPKG, openpkg >= 1.20030724, make, X11
PreReq:       OpenPKG, openpkg >= 1.20030724, X11
d54 1
a54 2
    %setup -q -n freetype-%{version}
    %patch -p0
a60 3
        --with-x \
        --x-includes=`%{l_prefix}/etc/rc --query x11_incdir` \
        --x-libraries=`%{l_prefix}/etc/rc --query x11_libdir` \
@


1.8.2.2.2.1
log
@bump release numbers on OpenPKG 1.3-STABLE branch for OpenPKG 1.3.0-RELEASE
@
text
@d36 1
a36 1
Release:      1.3.0
d45 2
a46 2
BuildPreReq:  OpenPKG, openpkg >= 1.3.0, make, X11
PreReq:       OpenPKG, openpkg >= 1.3.0, X11
@


1.8.2.1.2.1
log
@bump versions and dependencies for OpenPKG 1.2
@
text
@d36 1
a36 1
Release:      1.2.0
d44 2
a45 2
BuildPreReq:  OpenPKG, openpkg >= 1.2.0, make
PreReq:       OpenPKG, openpkg >= 1.2.0
@


1.7
log
@remove '%options' hack, it will be replaced soon with a more elegant solution based on RPM 'Provides' headers
@
text
@d32 1
a32 1
Distribution: OpenPKG [EVAL]
d36 1
a36 1
Release:      20020306
@


1.6
log
@bump of Copyright messages for forthcoming years 2003
@
text
@a52 2
    %options

@


1.5
log
@switch to %option(s), but intentionally WITHOUT dep increase and WITHOUT FTP server updates
@
text
@d3 3
a5 3
##  Copyright (c) 2000-2002 Cable & Wireless Deutschland GmbH
##  Copyright (c) 2000-2002 The OpenPKG Project <http://www.openpkg.org/>
##  Copyright (c) 2000-2002 Ralf S. Engelschall <rse@@engelschall.com>
@


1.4
log
@consistently use 'Options: none' to indicate no options to 'openpkg build'
@
text
@d53 1
a53 1
    Options: none
@


1.3
log
@Woohhooo: apply the new package classification system.
(CORE, BASE, PLUS, PRIV, EVAL, JUNK). A description of
them follows on the website soon.
@
text
@d53 2
@


1.2
log
@strip trailing whitespaces
@
text
@d32 1
a32 1
Distribution: OpenPKG [EXP]
@


1.1
log
@new package: freetype1
@
text
@d23 2
a24 2
##  SUCH DAMAGE. 
##  
d62 1
a62 1
        --disable-nls 
@

