]> git.pld-linux.org Git - packages/balsa.git/commitdiff
- release 2: use new rpm automation and rebuild against gnome-libs linked balsa-0_9_3-2
authorkloczek <kloczek@pld-linux.org>
Fri, 10 Nov 2000 08:09:18 +0000 (08:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  with db3.

Changed files:
    balsa.spec -> 1.23

balsa.spec

index d47ca242a77432a3d2eda57a2f10f1781d06d444..f4ddf8b1b9481c0021f050b8fb29813727f909f9 100644 (file)
@@ -1,10 +1,11 @@
 Summary:       balsa - GNOME e-Mail program
 Name:          balsa
 Version:       0.9.3
-Release:       1
+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: gettext-devel
 BuildRequires: gnome-libs-devel >= 1.2.0
@@ -35,7 +36,6 @@ pot
 %setup -q
 
 %build
-LDFLAGS="-s"; export LDFLAGS
 gettextize --copy --force 
 %configure \
        --enable-system-install \
@@ -43,7 +43,8 @@ gettextize --copy --force
        --enable-info \
        --enable-threads \
        --disable-more-warnings \
-       --with-mailpath=/var/mail
+       --with-mailpath=/var/mail \
+       --enable-ldap
 %{__make}
 
 %install
@@ -53,8 +54,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.039669 seconds and 4 git commands to generate.