[packages/gnome-vfs2] - fix build with current automake - rel 13
baggins
baggins at pld-linux.org
Sat Dec 7 15:46:20 CET 2013
commit 7cab01faad409b5f39aa6a9aca1db7dfceac8592
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Dec 7 15:45:56 2013 +0100
- fix build with current automake
- rel 13
am.patch | 18 ++++++++++++++++++
gnome-vfs2.spec | 4 +++-
2 files changed, 21 insertions(+), 1 deletion(-)
---
diff --git a/gnome-vfs2.spec b/gnome-vfs2.spec
index 2f4eb04..f279d87 100644
--- a/gnome-vfs2.spec
+++ b/gnome-vfs2.spec
@@ -6,7 +6,7 @@ Summary: GNOME - virtual file system
Summary(pl.UTF-8): GNOME - wirtualny system plików
Name: gnome-vfs2
Version: 2.24.4
-Release: 12
+Release: 13
License: LGPL v2+
Group: Applications
Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.24/gnome-vfs-%{version}.tar.bz2
@@ -18,6 +18,7 @@ Patch2: %{name}-default_cdda_handler.patch
Patch3: %{name}-headers-define.patch
Patch4: %{name}-ac-libs.patch
Patch5: %{name}-glib.patch
+Patch6: am.patch
URL: http://www.gnome.org/
BuildRequires: GConf2-devel >= 2.22.0
BuildRequires: ORBit2-devel >= 1:2.14.9
@@ -128,6 +129,7 @@ Dokumentacja API gnome-vfs.
%patch3 -p0
%patch4 -p1
%patch5 -p1
+%patch6 -p1
%build
# force rebuild
diff --git a/am.patch b/am.patch
new file mode 100644
index 0000000..bd9ca97
--- /dev/null
+++ b/am.patch
@@ -0,0 +1,18 @@
+--- gnome-vfs-2.24.4/test/Makefile.am~ 2013-12-07 15:34:53.000000000 +0100
++++ gnome-vfs-2.24.4/test/Makefile.am 2013-12-07 15:44:05.892645934 +0100
+@@ -58,13 +58,13 @@
+ TESTS_ENVIRONMENT = GNOME_VFS_MODULE_PATH=$(top_builddir)/modules/.libs \
+ GNOME_VFS_MODULE_CONFIG_PATH=$(top_srcdir)/modules \
+ GNOME_VFS_TEST_CONFIG_FILE=$(top_srcdir)/test/queue-test-config.xml \
+- SRCDIR=$(srcdir)
++ SRCDIR=$(top_srcdir)/test
+ TESTS = test-acl \
+ test-address \
+ test-async-cancel \
+ test-escape \
+ test-uri \
+- $(srcdir)/auto-test
++ auto-test
+
+ libraries = \
+ $(top_builddir)/libgnomevfs/libgnomevfs-2.la \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gnome-vfs2.git/commitdiff/7cab01faad409b5f39aa6a9aca1db7dfceac8592
More information about the pld-cvs-commit
mailing list