[packages/virtuoso] - rel 3; use AC_CONFIG_HEADERS macro

arekm arekm at pld-linux.org
Sun Jun 9 15:47:41 CEST 2013


commit 6dde275fa21474cf0a55551ae1b3b2f540e56f60
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sun Jun 9 15:47:39 2013 +0200

    - rel 3; use AC_CONFIG_HEADERS macro

 virtuoso-build.patch | 11 +++++++++++
 virtuoso.spec        |  4 +++-
 2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/virtuoso.spec b/virtuoso.spec
index c0e6b55..8532490 100644
--- a/virtuoso.spec
+++ b/virtuoso.spec
@@ -10,12 +10,13 @@ Summary:	OpenLink Virtuoso Database System
 Summary(pl.UTF-8):	System baz danych OpenLink Virtuoso
 Name:		virtuoso
 Version:	6.1.6
-Release:	2
+Release:	3
 License:	GPL v2
 Group:		Applications
 Source0:	http://downloads.sourceforge.net/virtuoso/%{name}-opensource-%{version}.tar.gz
 # Source0-md5:	3991149c570f3738c3e819ce603e487f
 URL:		http://virtuoso.openlinksw.com/
+Patch0:		%{name}-build.patch
 BuildRequires:	ImageMagick-devel
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -101,6 +102,7 @@ Virtuoso documentation.
 
 %prep
 %setup -q -n %{name}-opensource-%{version}
+%patch0 -p1
 
 %build
 %{__libtoolize}
diff --git a/virtuoso-build.patch b/virtuoso-build.patch
new file mode 100644
index 0000000..e7ab81d
--- /dev/null
+++ b/virtuoso-build.patch
@@ -0,0 +1,11 @@
+--- virtuoso-opensource-6.1.6/configure.in~	2012-08-02 00:03:31.000000000 +0200
++++ virtuoso-opensource-6.1.6/configure.in	2013-06-09 15:46:25.207292127 +0200
+@@ -36,7 +36,7 @@
+ AC_CONFIG_SRCDIR([libsrc/Dk.h])
+ AC_CONFIG_AUX_DIR([binsrc/config])
+ AC_CONFIG_MACRO_DIR([binsrc/config])
+-AM_CONFIG_HEADER([libsrc/Dk/config.h])
++AC_CONFIG_HEADERS([libsrc/Dk/config.h])
+ 
+ dnl
+ dnl You may need to change the next macro for older versions of automake:
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/virtuoso.git/commitdiff/6dde275fa21474cf0a55551ae1b3b2f540e56f60



More information about the pld-cvs-commit mailing list