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: 15-Jul-2007 10:37:06
Branch: HEAD Handle: 2007071509370600
Modified files:
openpkg-src/xmlroff xmlroff.patch xmlroff.spec
Log:
upgrading package: xmlroff 0.4.0 -> 0.5.1
Summary:
Revision Changes Path
1.6 +58 -77 openpkg-src/xmlroff/xmlroff.patch
1.16 +4 -4 openpkg-src/xmlroff/xmlroff.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/xmlroff/xmlroff.patch
============================================================================
$ cvs diff -u -r1.5 -r1.6 xmlroff.patch
--- openpkg-src/xmlroff/xmlroff.patch 15 Mar 2007 07:42:24 -0000 1.5
+++ openpkg-src/xmlroff/xmlroff.patch 15 Jul 2007 08:37:06 -0000 1.6
@@ -1,116 +1,97 @@
-Index: Makefile.in
---- Makefile.in.orig 2007-01-31 17:45:01 +0100
-+++ Makefile.in 2007-03-15 08:38:11 +0100
-@@ -297,7 +297,7 @@
- sharedstatedir = @sharedstatedir@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
--SUBDIRS = pangoxsl libfo area fo datatype property expr util . examples docs
-+SUBDIRS = libfo area fo datatype property expr util . examples docs
- @[EMAIL PROTECTED] = -no-undefined
- INCLUDES = \
- -DG_LOG_DOMAIN=\"libfo\" \
-@@ -330,7 +330,7 @@
+Index: libfo-0.5.pc.in
+--- libfo-0.5.pc.in.orig 2007-04-19 21:40:55 +0200
++++ libfo-0.5.pc.in 2007-07-15 01:37:52 +0200
+@@ -1,11 +1,11 @@
+ [EMAIL PROTECTED]@
+ [EMAIL PROTECTED]@
+ [EMAIL PROTECTED]@
[EMAIL PROTECTED]@/[EMAIL PROTECTED]@
[EMAIL PROTECTED]@/libfo
+
+ [EMAIL PROTECTED]@
+ [EMAIL PROTECTED]@
[EMAIL PROTECTED]@/share/xml/[EMAIL PROTECTED]@/libfo-compat.xsl
[EMAIL PROTECTED]@/share/xml/libfo/libfo-compat.xsl
+
+ Name: libfo
+ Description: XSL formatter library for xmlroff
+Index: libfo/Makefile.in
+--- libfo/Makefile.in.orig 2007-07-10 21:59:10 +0200
++++ libfo/Makefile.in 2007-07-15 01:38:17 +0200
+@@ -326,7 +326,7 @@
+ fo-doc.h \
+ fo-doc-private.h
+
+-libfoincludedir = $(includedir)/libfo-0.5/libfo
++libfoincludedir = $(includedir)/libfo/libfo
+ libfo_libfo_la_SOURCES = \
+ $(libfo_headers) \
+ fo-font-desc.c \
+@@ -365,7 +365,7 @@
-version-info $(LT_VERSION_INFO) \
$(no_undefined)
--libfo_0_4_includedir = $(includedir)/libfo-0.4
-+libfo_0_4_includedir = $(includedir)/libfo
- libfo_0_4_include_HEADERS = \
+-libfo_0_5_includedir = $(includedir)/libfo-0.5
++libfo_0_5_includedir = $(includedir)/libfo
+ libfo_0_5_include_HEADERS = \
fo-object.h \
fo-node.h \
-Index: area/Makefile.in
---- area/Makefile.in.orig 2007-01-31 17:44:49 +0100
-+++ area/Makefile.in 2007-03-15 08:37:25 +0100
-@@ -264,7 +264,7 @@
+Index: libfo/area/Makefile.in
+--- libfo/area/Makefile.in.orig 2007-07-10 21:59:11 +0200
++++ libfo/area/Makefile.in 2007-07-15 10:31:09 +0200
+@@ -257,7 +257,7 @@
@STRIP_END@
noinst_LTLIBRARIES = libfo-area.la
--libfo_area_includedir = $(includedir)/libfo-0.4/area
+-libfo_area_includedir = $(includedir)/libfo-0.5/area
+libfo_area_includedir = $(includedir)/libfo/area
libfo_area_include_HEADERS = \
fo-area.h
-Index: datatype/Makefile.in
---- datatype/Makefile.in.orig 2007-01-31 17:44:49 +0100
-+++ datatype/Makefile.in 2007-03-15 08:37:25 +0100
-@@ -259,7 +259,7 @@
+Index: libfo/datatype/Makefile.in
+--- libfo/datatype/Makefile.in.orig 2007-07-10 21:59:11 +0200
++++ libfo/datatype/Makefile.in 2007-07-15 10:31:27 +0200
+@@ -254,7 +254,7 @@
@STRIP_END@
noinst_LTLIBRARIES = libfo-datatype.la
--libfo_datatype_includedir = $(includedir)/libfo-0.4/datatype
+-libfo_datatype_includedir = $(includedir)/libfo-0.5/datatype
+libfo_datatype_includedir = $(includedir)/libfo/datatype
libfo_datatype_include_HEADERS = \
fo-datatype.h \
fo-enum.h
-Index: fo/Makefile.in
---- fo/Makefile.in.orig 2007-01-31 17:44:55 +0100
-+++ fo/Makefile.in 2007-03-15 08:37:25 +0100
-@@ -331,7 +331,7 @@
+Index: libfo/fo/Makefile.in
+--- libfo/fo/Makefile.in.orig 2007-07-10 21:59:11 +0200
++++ libfo/fo/Makefile.in 2007-07-15 10:31:43 +0200
+@@ -324,7 +324,7 @@
fo-wrapper-block-area.c \
fo-wrapper-block-area.h
--libfo_fo_includedir = $(includedir)/libfo-0.4/fo
+-libfo_fo_includedir = $(includedir)/libfo-0.5/fo
+libfo_fo_includedir = $(includedir)/libfo/fo
libfo_fo_include_HEADERS = \
fo-fo.h
-Index: libfo-0.4.pc.in
---- libfo-0.4.pc.in.orig 2006-07-13 21:55:40 +0200
-+++ libfo-0.4.pc.in 2007-03-15 08:37:25 +0100
-@@ -1,18 +1,16 @@
- [EMAIL PROTECTED]@
- [EMAIL PROTECTED]@
- [EMAIL PROTECTED]@
[EMAIL PROTECTED]@/libfo-0.4
[EMAIL PROTECTED]@/[EMAIL PROTECTED]@
[EMAIL PROTECTED]@/libfo
-
- [EMAIL PROTECTED]@
- [EMAIL PROTECTED]@
[EMAIL PROTECTED]@/share/xml/[EMAIL PROTECTED]@/libfo-compat.xsl
[EMAIL PROTECTED]@/share/xml/libfo/libfo-compat.xsl
-
- Name: libfo
- Description: XSL formatter library for xmlroff
- Version: @VERSION@
- Requires: @GNOMEPRINT_REQUIRES@ glib-2.0 gobject-2.0 gmodule-2.0 libxslt
pangoxsl gdk-pixbuf-2.0
--#Libs: -L${libdir} [EMAIL PROTECTED]@ @GNOMEPRINT_LIBS@
- Libs: -L${libdir} -lfo-0.4 @GNOMEPRINT_LIBS@
- Cflags: -I${pkgincludedir} @GNOMEPRINT_CFLAGS@
-
-Index: libfo/Makefile.in
---- libfo/Makefile.in.orig 2007-01-31 17:44:56 +0100
-+++ libfo/Makefile.in 2007-03-15 08:37:25 +0100
-@@ -324,7 +324,7 @@
- fo-doc.h \
- fo-doc-private.h
-
--libfoincludedir = $(includedir)/libfo-0.4/libfo
-+libfoincludedir = $(includedir)/libfo/libfo
- libfoinclude_HEADERS = \
- $(fodoc_headers) \
- $(libfo_headers)
-Index: property/Makefile.in
---- property/Makefile.in.orig 2007-01-31 17:44:58 +0100
-+++ property/Makefile.in 2007-03-15 08:37:25 +0100
-@@ -400,7 +400,7 @@
+Index: libfo/property/Makefile.in
+--- libfo/property/Makefile.in.orig 2007-07-10 21:59:12 +0200
++++ libfo/property/Makefile.in 2007-07-15 10:32:00 +0200
+@@ -392,7 +392,7 @@
# libfo-text-property.la is a convenience library containing
# properties that depend on Pango.
noinst_LTLIBRARIES = libfo-property.la libfo-text-property.la
--libfo_property_includedir = $(includedir)/libfo-0.4/property
+-libfo_property_includedir = $(includedir)/libfo-0.5/property
+libfo_property_includedir = $(includedir)/libfo/property
libfo_property_include_HEADERS = \
fo-property.h
-Index: util/Makefile.in
---- util/Makefile.in.orig 2007-01-31 17:44:59 +0100
-+++ util/Makefile.in 2007-03-15 08:37:25 +0100
-@@ -257,7 +257,7 @@
+Index: libfo/util/Makefile.in
+--- libfo/util/Makefile.in.orig 2007-07-10 21:59:12 +0200
++++ libfo/util/Makefile.in 2007-07-15 10:32:16 +0200
+@@ -253,7 +253,7 @@
@STRIP_END@
noinst_LTLIBRARIES = libfo-util.la
--libfo_util_includedir = $(includedir)/libfo-0.4/util
+-libfo_util_includedir = $(includedir)/libfo-0.5/util
+libfo_util_includedir = $(includedir)/libfo/util
libfo_util_include_HEADERS = \
fo-hash-table.h \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/xmlroff/xmlroff.spec
============================================================================
$ cvs diff -u -r1.15 -r1.16 xmlroff.spec
--- openpkg-src/xmlroff/xmlroff.spec 15 Mar 2007 07:42:24 -0000 1.15
+++ openpkg-src/xmlroff/xmlroff.spec 15 Jul 2007 08:37:06 -0000 1.16
@@ -32,11 +32,11 @@
Class: EVAL
Group: Typesetting
License: GPL
-Version: 0.4.0
-Release: 20070315
+Version: 0.5.1
+Release: 20070715
# list of sources
-Source0:
http://switch.dl.sourceforge.net/xmlroff/xmlroff-%{version}.tar.gz
+Source0: http://xmlroff.org/download/xmlroff-%{version}.tar.gz
Patch0: xmlroff.patch
# build information
@@ -62,7 +62,7 @@
%track
prog xmlroff = {
version = %{version}
- url = http://prdownloads.sourceforge.net/xmlroff/
+ url = http://xmlroff.org/download/
regex = xmlroff-(__VER__)\.tar\.gz
}
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]