]> git.pld-linux.org Git - packages/balsa.git/blobdiff - balsa.spec
- release 3
[packages/balsa.git] / balsa.spec
index 4aa49ac3dada3274077e11a16b66163f26ca434a..9c55dd14ce92b7b52e33a1fb38fcd8df0b4b1cb2 100644 (file)
@@ -1,14 +1,31 @@
 Summary:       balsa - GNOME e-Mail program
+Summary(pl):   Klient poczty dla GNOME z silnikiem mutt-a
 Name:          balsa
-Version:       0.9.0
-Release:       1
+Version:       1.1.4
+Release:       3
 License:       GPL
-Group:         X11/GNOME
-Group(pl):     X11/GNOME
+Group:         X11/Applications
+Group(de):     X11/Applikationen
+Group(pl):     X11/Aplikacje
 Source0:       http://www.theochem.kth.se/~pawsa/balsa/%{name}-%{version}.tar.gz
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: bison
+BuildRequires: docbook-style-dsssl
+BuildRequires: gnome-doc-tools
+BuildRequires: gdk-pixbuf-devel
 BuildRequires: gettext-devel
-BuildRequires: gnome-libs-devel
+BuildRequires: gnome-libs-devel >= 1.2.0
+BuildRequires: gnome-print-devel
+BuildRequires: gtkhtml-devel >= 0.9.2
+BuildRequires: flex
+BuildRequires: libltdl-devel
 BuildRequires: libPropList-devel
+BuildRequires: libstdc++-devel
+BuildRequires: openjade
+BuildRequires: openldap-devel
+BuildRequires: openssl-devel
+BuildRequires: pspell-devel >= 12.1
 URL:           http://www.newton.cx/balsa/main.html
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -34,14 +51,24 @@ pot
 %setup -q
 
 %build
-LDFLAGS="-s"; export LDFLAGS
 gettextize --copy --force 
+aclocal -I macros
+autoconf
+automake -a -c
 %configure \
        --enable-system-install \
        --enable-all \
        --enable-info \
-       --enable-threads
-%{__make}
+       --enable-threads \
+       --disable-more-warnings \
+       --with-mailpath=/var/mail \
+       --with-ssl \
+       --enable-ldap \
+       --enable-gtkhtml
+
+# TODO find this gdp stylesheet
+%{__make} \
+       GDP_STYLESHEET=/usr/share/sgml/docbook/gnome-customization-1.0/gdp-both.dsl
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -50,8 +77,7 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        desktopdir=%{_applnkdir}/Network/Mail
 
-gzip -9nf AUTHORS ChangeLog NEWS README TODO \
-       $RPM_BUILD_ROOT%{_mandir}/man1/*
+gzip -9nf AUTHORS ChangeLog NEWS README TODO
 
 %find_lang %{name} --with-gnome
 
@@ -64,6 +90,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/*
 %{_sysconfdir}/sound/events/*
 %{_datadir}/sounds/balsa
-%{_datadir}/pixmaps/*
+%{_pixmapsdir}/*
 %{_applnkdir}/Network/Mail/*
 %{_mandir}/man1/*
This page took 0.027083 seconds and 4 git commands to generate.