]> git.pld-linux.org Git - packages/balsa.git/blobdiff - balsa.spec
- release 2: rebuild on gtkhtml linked with new gal 0.3.
[packages/balsa.git] / balsa.spec
index bc1c3043fe6ef135288b2a41ca1172c3d3816b4f..57341ae8a0c2aaed4592905f4f20cdde0cbb4ead 100644 (file)
@@ -1,14 +1,28 @@
 Summary:       balsa - GNOME e-Mail program
+Summary(pl):   Klient poczty dla GNOME z silnikiem mutt-a
 Name:          balsa
-Version:       0.9.3
-Release:       1
+Version:       1.0.0
+Release:       2
 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: bison
+BuildRequires: docbook-dsssl
+BuildRequires: docbook-gnome-sgml
+BuildRequires: gdk-pixbuf-devel
 BuildRequires: gettext-devel
 BuildRequires: gnome-libs-devel >= 1.2.0
+BuildRequires: gnome-print-devel
+BuildRequires: gtkhtml-devel
+BuildRequires: flex
+BuildRequires: libltdl-devel
 BuildRequires: libPropList-devel
+BuildRequires: libstdc++-devel
+BuildRequires: openjade
+BuildRequires: openldap-devel
+BuildRequires: pspell-devel
 URL:           http://www.newton.cx/balsa/main.html
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -34,7 +48,6 @@ pot
 %setup -q
 
 %build
-LDFLAGS="-s"; export LDFLAGS
 gettextize --copy --force 
 %configure \
        --enable-system-install \
@@ -42,7 +55,9 @@ gettextize --copy --force
        --enable-info \
        --enable-threads \
        --disable-more-warnings \
-       --with-mailpath=/var/mail
+       --with-mailpath=/var/mail \
+       --enable-ldap \
+       --enable-gtkhtml
 %{__make}
 
 %install
@@ -52,8 +67,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
 
This page took 0.024197 seconds and 4 git commands to generate.