packages: abiword/abiword.spec, abiword/abiword-link.patch (NEW) - rel 4; f...
arekm
arekm at pld-linux.org
Mon Sep 12 08:16:16 CEST 2011
Author: arekm Date: Mon Sep 12 06:16:16 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- rel 4; fix linker flags
---- Files affected:
packages/abiword:
abiword.spec (1.197 -> 1.198) , abiword-link.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/abiword/abiword.spec
diff -u packages/abiword/abiword.spec:1.197 packages/abiword/abiword.spec:1.198
--- packages/abiword/abiword.spec:1.197 Fri Sep 9 21:10:59 2011
+++ packages/abiword/abiword.spec Mon Sep 12 08:16:10 2011
@@ -16,7 +16,7 @@
Summary(pl.UTF-8): Wieloplatformowy procesor tekstu
Name: abiword
Version: 2.8.6
-Release: 3
+Release: 4
Epoch: 1
License: GPL v2+
Group: X11/Applications/Editors
@@ -25,6 +25,7 @@
Patch0: %{name}-desktop.patch
Patch1: %{name}-mht.patch
Patch2: %{name}-libwpd.patch
+Patch3: %{name}-link.patch
URL: http://www.abisource.com/
BuildRequires: aiksaurus-gtk-devel >= 1.2.1
BuildRequires: autoconf
@@ -319,6 +320,7 @@
%patch0 -p1
%patch1 -p1
%patch2 -p1
+%patch3 -p1
# use generic icon name
%{__sed} -i -e 's|abiword_48.png|abiword.png|' Makefile.am
@@ -491,6 +493,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.198 2011/09/12 06:16:10 arekm
+- rel 4; fix linker flags
+
Revision 1.197 2011/09/09 19:10:59 arekm
- release 3
================================================================
Index: packages/abiword/abiword-link.patch
diff -u /dev/null packages/abiword/abiword-link.patch:1.1
--- /dev/null Mon Sep 12 08:16:16 2011
+++ packages/abiword/abiword-link.patch Mon Sep 12 08:16:10 2011
@@ -0,0 +1,29 @@
+--- abiword-2.8.6/src/Makefile.am~ 2009-09-09 15:11:01.000000000 +0200
++++ abiword-2.8.6/src/Makefile.am 2011-09-12 07:03:10.105448720 +0200
+@@ -44,7 +44,7 @@
+
+ libabiword_2_8_la_LDFLAGS = \
+ $(DEPS_LIBS) \
+- --no-undefined \
++ -Wl,--no-undefined \
+ -avoid-version \
+ -export-dynamic
+
+@@ -107,7 +107,7 @@
+
+ AbiWord_LDFLAGS = \
+ $(DEPS_LIBS) \
+- --no-undefined \
++ -Wl,--no-undefined \
+ -avoid-version \
+ -export-dynamic \
+ -headerpad_max_install_names
+@@ -129,7 +129,7 @@
+
+ abiword_LDFLAGS = \
+ $(platform_ldflags) \
+- --no-undefined \
++ -Wl,--no-undefined \
+ -avoid-version \
+ -export-dynamic
+
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/abiword/abiword.spec?r1=1.197&r2=1.198&f=u
More information about the pld-cvs-commit
mailing list