]> git.pld-linux.org Git - packages/balsa.git/commitdiff
- use autogen.sh hacked for libtool 1.4e
authorArtur Frysiak <artur@frysiak.net>
Sat, 4 Jan 2003 11:00:54 +0000 (11:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    balsa.spec -> 1.74

balsa.spec

index 54014cc9496244fcaa65d20933d8e79deb77ef8d..cf8d6af059ea1d39fe0e31414e9aaafc7a61ecf0 100644 (file)
@@ -12,6 +12,7 @@ License:      GPL
 Group:         X11/Applications
 #Source0:      http://balsa.gnome.org/%{name}-%{version}.tar.bz2
 Source0:       %{name}-%{version}-%{snap}.tar.bz2
+Patch0:                %{name}-libtool_hack.patch
 URL:           http://balsa.gnome.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -43,32 +44,10 @@ Suporta caixas de correio locais, POP3 a IMAP.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-glib-gettextize --copy --force
-intltoolize
-%{__libtoolize}
-%{__aclocal}
-%{__autoheader}
-%{__automake}
-%{__autoconf}
-
-cd ./libmutt
-glib-gettextize --copy --force
-%{__libtoolize}
-%{__aclocal}
-%{__autoheader}
-%{__automake}
-%{__autoconf}
-
-cd ../website
-glib-gettextize --copy --force
-%{__aclocal}
-%{__automake}
-%{__autoconf}
-
-cd ..
-
+NOCONFIGURE=1 ./autogen.sh
 %configure
 
 # TODO find this gdp stylesheet
This page took 0.057191 seconds and 4 git commands to generate.