]> git.pld-linux.org Git - packages/abiword.git/commitdiff
- abiword-libtoolize.patch: add libtoolize invocations to build scripts.
authorqrczak <qrczak@pld-linux.org>
Wed, 26 Mar 2003 00:30:48 +0000 (00:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Release 2.

Changed files:
    abiword-libtoolize.patch -> 1.1
    abiword.spec -> 1.39

abiword-libtoolize.patch [new file with mode: 0644]
abiword.spec

diff --git a/abiword-libtoolize.patch b/abiword-libtoolize.patch
new file mode 100644 (file)
index 0000000..f160ea5
--- /dev/null
@@ -0,0 +1,15 @@
+--- autogen.sh~        Wed Jan 30 19:02:50 2002
++++ autogen.sh Tue Mar 25 19:09:29 2003
+@@ -1,6 +1,12 @@
+ #!/bin/sh
+ # Run this to generate all the initial makefiles, etc.
++echo "      -> libtoolize --copy --force"
++libtoolize --copy --force || {
++      echo "**Error**: libtoolize failed.";
++      exit 1;
++}
++
+ echo "      -> aclocal -I $abi_topdir/ac-helpers"
+ aclocal -I $abi_topdir/ac-helpers || {
+       echo "**Error**: aclocal failed.";
index b9a61c6f09b554a3cb02f4dae2bd2b24db4ead68..433d62afbf56060be92157cb2e679b25db802413 100644 (file)
@@ -7,7 +7,7 @@ Summary(pt_BR): Processador de textos completo
 Summary(zh_CN):        ¿çƽ̨µÄ×Ö´¦Àí³ÌÐò
 Name:          abiword
 Version:       1.0.3
-Release:       1
+Release:       2
 Epoch:         1
 License:       GPL
 Group:         X11/Applications
@@ -16,6 +16,7 @@ Source1:      http://dl.sourceforge.net/abiword/%{name}-plugins.tar.gz
 Source2:       %{name}.desktop
 Patch0:                %{name}-oldmagick.patch
 Patch1:                %{name}-fonts.patch
+Patch2:                %{name}-libtoolize.patch
 URL:           http://www.abisource.com/
 BuildRequires: Aiksaurus-devel
 BuildRequires: ImageMagick-c++-devel
@@ -57,6 +58,10 @@ plataformas, com o objetivo de ser um aplicativo leve e completo.
 %patch1 -p1
 cd abiword-plugins/abiword-plugins
 %patch0 -p1
+cd wp
+for file in {impexp{,/graphics},scripts}/*/autogen.sh; do
+       patch $file <%{PATCH2}
+done
 
 %build
 cd abi
This page took 0.033638 seconds and 4 git commands to generate.