]> git.pld-linux.org Git - packages/balsa.git/blobdiff - balsa.spec
- updated BR's
[packages/balsa.git] / balsa.spec
index d3e7cc21c02df99d642b54569a586d976d01b7c9..2e7ffc39f8e28a319d7ac754600e8c6681e41868 100644 (file)
@@ -1,22 +1,28 @@
 
-%define                snap    20021226
+%define                snap    20030115
 
 Summary:       balsa - GNOME e-Mail program
 Summary(pl):   Klient poczty dla GNOME z silnikiem mutt-a
 Summary(es):   Balsa es un lector de e-mail. Usa el toolkit GTK
 Summary(pt_BR):        Balsa é um leitor de e-mail. Usa o toolkit GTK
 Name:          balsa
-Version:       2.0.4
-Release:       0.%{snap}.1
+Version:       2.0.5
+Release:       2.%{snap}
 License:       GPL
 Group:         X11/Applications
-#Source0:      http://balsa.gnome.org/%{name}-%{version}.tar.bz2
-Source0:       %{name}-%{version}-%{snap}.tar.bz2
+Source0:       http://balsa.gnome.org/%{name}-%{version}-%{snap}.tar.bz2
+#Source0:      %{name}-%{version}-%{snap}.tar.bz2
+Patch0:                %{name}-libtool_hack.patch
 URL:           http://balsa.gnome.org/
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: libesmtp-devel
 BuildRequires: libgnomeprintui-devel >= 1.106.0
-BuildRequires: gtk+2-devel 
+BuildRequires: gtk+2-devel
+BuildRequires:  libgtkhtml-devel
+BuildRequires:  libgnome-devel
+BuildRequires:  libgnomeui-devel
+BuildRequires:  aspell-devel >= 0.50
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -42,35 +48,12 @@ 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
 %{__make} 
 
 %install
This page took 0.034316 seconds and 4 git commands to generate.