]> git.pld-linux.org Git - packages/balsa.git/blobdiff - balsa.spec
- updated BR's
[packages/balsa.git] / balsa.spec
index 4939429e35eba665db7f2172f7d5923fb48b2629..2e7ffc39f8e28a319d7ac754600e8c6681e41868 100644 (file)
@@ -1,24 +1,28 @@
 
-%define                snap    20021218
+%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.3
-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
-Patch0:                %{name}-aspell.patch
-Patch1:                %{name}-libgnomeprint.patch
+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: libgnomeprintui-devel >= 2.1.5
-BuildRequires: gtk+2-devel >= 2.1.5
+BuildRequires: libesmtp-devel
+BuildRequires: libgnomeprintui-devel >= 1.106.0
+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
@@ -45,36 +49,11 @@ Suporta caixas de correio locais, POP3 a IMAP.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
-glib-gettextize --copy --force
-intltoolize
-%{__libtoolize}
-%{__aclocal}
-%{__autoheader}
-%{__automake}
-%{__autoconf}
+NOCONFIGURE=1 ./autogen.sh
+%configure
 
-cd ./libmutt
-glib-gettextize --copy --force
-%{__libtoolize}
-%{__aclocal}
-%{__autoheader}
-%{__automake}
-%{__autoconf}
-
-cd ../website
-glib-gettextize --copy --force
-%{__aclocal}
-%{__automake}
-%{__autoconf}
-
-cd ..
-
-%configure 
-
-# TODO find this gdp stylesheet
 %{__make} 
 
 %install
@@ -88,6 +67,8 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post -p /usr/bin/scrollkeeper-update 
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
This page took 0.038114 seconds and 4 git commands to generate.