OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   14-Aug-2005 12:13:57
  Branch: HEAD                             Handle: 2005081411135700

  Added files:
    openpkg-src/pangoxsl    pangoxsl.patch pangoxsl.spec

  Log:
    new package: pangoxsl 1.6.0.1 (Pango XSL Extension Library)

  Summary:
    Revision    Changes     Path
    1.1         +25 -0      openpkg-src/pangoxsl/pangoxsl.patch
    1.1         +94 -0      openpkg-src/pangoxsl/pangoxsl.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/pangoxsl/pangoxsl.patch
  ============================================================================
  $ cvs diff -u -r0 -r1.1 pangoxsl.patch
  --- /dev/null 2005-08-14 12:13:22 +0200
  +++ pangoxsl.patch    2005-08-14 12:13:57 +0200
  @@ -0,0 +1,25 @@
  +Index: pangoxsl.pc.in
  +--- pangoxsl.pc.in.orig      2004-10-11 01:44:38 +0200
  ++++ pangoxsl.pc.in   2005-08-14 11:41:27 +0200
  +@@ -1,7 +1,7 @@
  + [EMAIL PROTECTED]@
  + [EMAIL PROTECTED]@
  [EMAIL PROTECTED]@/@PACKAGE@
  [EMAIL PROTECTED]@/@PACKAGE@
  [EMAIL PROTECTED]@
  [EMAIL PROTECTED]@
  + 
  + Name: PangoXSL
  + Description: Additional XSL properties support for Pango
  +Index: pangoxsl/Makefile.in
  +--- pangoxsl/Makefile.in.orig        2005-03-03 00:29:38 +0100
  ++++ pangoxsl/Makefile.in     2005-08-14 11:42:26 +0200
  +@@ -137,7 +137,7 @@
  +     $(GLIB_LIBS)
  + 
  + 
  +-libpangoxsl_1_0_includedir = $(pkgincludedir)/pangoxsl
  ++libpangoxsl_1_0_includedir = $(pkgincludedir)
  + 
  + libpangoxsl_1_0_include_HEADERS = \
  +     pango-xsl-attributes.h
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/pangoxsl/pangoxsl.spec
  ============================================================================
  $ cvs diff -u -r0 -r1.1 pangoxsl.spec
  --- /dev/null 2005-08-14 12:13:22 +0200
  +++ pangoxsl.spec     2005-08-14 12:13:57 +0200
  @@ -0,0 +1,94 @@
  +##
  +##  pangoxsl.spec -- OpenPKG RPM Package Specification
  +##  Copyright (c) 2000-2005 OpenPKG Foundation e.V. <http://openpkg.net/>
  +##  Copyright (c) 2000-2005 Ralf S. Engelschall <http://engelschall.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:         pangoxsl
  +Summary:      Pango XSL Extension Library
  +URL:          http://pangopdf.sourceforge.net/
  +Vendor:       Tony Graham
  +Packager:     OpenPKG
  +Distribution: OpenPKG
  +Class:        PLUS
  +Group:        XWindow
  +License:      GPL
  +Version:      1.6.0.1
  +Release:      20050814
  +
  +#   list of sources
  +Source0:      
http://osdn.dl.sourceforge.net/pangopdf/pangoxsl-%{version}.tar.gz
  +Patch0:       pangoxsl.patch
  +
  +#   build information
  +Prefix:       %{l_prefix}
  +BuildRoot:    %{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg >= 20040130, make, gcc
  +PreReq:       OpenPKG, openpkg >= 20040130
  +BuildPreReq:  glib2, pango
  +PreReq:       glib2, pango
  +AutoReq:      no
  +AutoReqProv:  no
  +
  +%description
  +    PangoXSL is a library that implements several of the inline
  +    properties defined by XSL that are not currently implemented by
  +    Pango. Hence it is a companion library to Pango for use by XSL
  +    processing tools.
  +
  +%track
  +    prog pangoxsl = {
  +        version   = %{version}
  +        url       = http://prdownloads.sourceforge.net/pangopdf/
  +        regex     = pangoxsl-(__VER__)\.tar\.(gz|bz2)
  +    }
  +
  +%prep
  +    %setup -q
  +    %patch -p0
  +
  +%build
  +    CC="%{l_cc}" \
  +    CFLAGS="%{l_cflags -O}" \
  +    CPPFLAGS="%{l_cppflags}" \
  +    LDFLAGS="%{l_ldflags}" \
  +    ./configure \
  +        --prefix=%{l_prefix} \
  +        --enable-debug=no \
  +        --disable-rebuilds \
  +        --disable-shared \
  +        --enable-static
  +    %{l_make} %{l_mflags -O}
  +
  +%install
  +    rm -rf $RPM_BUILD_ROOT
  +    %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
  +    rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/gtk-doc
  +    %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
  +        %{l_files_std} \
  +        '%not %dir %{l_prefix}/lib/pkgconfig'
  +
  +%files -f files
  +
  +%clean
  +    rm -rf $RPM_BUILD_ROOT
  +
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to