]> 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 b4f7620c4a565055dd5e535744f85c4d70a72f4f..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.8.0
+Version:       1.0.0
 Release:       2
 License:       GPL
-Group:         X11/GNOME
-Group(pl):     X11/GNOME
-Source0:       ftp://ftp.newton.cx/pub/balsa/%{name}-%{version}.tar.gz
+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
+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,13 +48,16 @@ pot
 %setup -q
 
 %build
-LDFLAGS="-s"; export LDFLAGS
 gettextize --copy --force 
 %configure \
        --enable-system-install \
        --enable-all \
        --enable-info \
-       --enable-threads
+       --enable-threads \
+       --disable-more-warnings \
+       --with-mailpath=/var/mail \
+       --enable-ldap \
+       --enable-gtkhtml
 %{__make}
 
 %install
@@ -50,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
 
@@ -62,7 +78,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc *.gz
 %attr(755,root,root) %{_bindir}/*
-%{_sysconfdir}/CORBA/servers/*
 %{_sysconfdir}/sound/events/*
 %{_datadir}/sounds/balsa
 %{_datadir}/pixmaps/*
This page took 0.066046 seconds and 4 git commands to generate.