]> git.pld-linux.org Git - packages/balsa.git/blobdiff - balsa.spec
- mass commit: cosmetics (removed trailing white spaces)
[packages/balsa.git] / balsa.spec
index a0033c25ff6dd18f7417d289eb4c2f938bd7720d..e2e6ce832de674da8ccca50689da4dbab8882434 100644 (file)
@@ -2,19 +2,20 @@
 # Conditional build:
 # --without ldap
 
-%define                snap    20030505
+%define                snap    20030630
 
 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.11
+Version:       2.0.13
 #Release:      1.%{snap}
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications
 Source0:       http://balsa.gnome.org/%{name}-%{version}.tar.bz2
+# Source0-md5: 5482fd4e0a054823f6078e9e979f253e
 #Source0:      %{name}-%{version}-%{snap}.tar.bz2
 #Patch0:               %{name}-libtool_hack.patch
 Patch1:                %{name}-desktop.patch
@@ -23,13 +24,14 @@ BuildRequires:      autoconf
 BuildRequires: automake
 BuildRequires: libesmtp-devel
 BuildRequires: libgnomeprintui-devel >= 1.106.0
-BuildRequires: gpgme-devel >= 0.3.14 
+BuildRequires: gpgme-devel >= 0.3.14
 BuildRequires: gtk+2-devel >= 2.2.0
-BuildRequires:  libgtkhtml-devel
-BuildRequires:  libgnome-devel
-BuildRequires:  libgnomeui-devel
+BuildRequires: libgtkhtml-devel
+BuildRequires: libgnome-devel
+BuildRequires: libgnomeui-devel >= 2.3.3.1-2
 %{!?_without_ldap:BuildRequires:       openldap-devel}
-BuildRequires:  aspell-devel >= 0.50
+BuildRequires: aspell-devel >= 0.50
+BuildRequires: xft-devel
 Requires:      gpgme >= 0.3.14
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -60,21 +62,6 @@ Suporta caixas de correio locais, POP3 a IMAP.
 %patch1 -p1
 
 %build
-#%glib-gettextize --copy --force
-#%intltoolize --copy --force
-#%%{__libtoolize}
-#%%{__aclocal}
-#%%{__autoheader}
-#%%{__automake}
-#%%{__autoconf}
-
-#%cd libmutt
-#%%{__libtoolize}
-#%%{__aclocal}
-#%%{__autoheader}
-#%%{__automake}
-#%%{__autoconf}
-#%cd ..
 #./autogen.sh
 %configure \
        --with-ssl \
@@ -82,29 +69,29 @@ Suporta caixas de correio locais, POP3 a IMAP.
        %{!?_without_ldap:--enable-ldap} \
        %{?_without_ldap:--disable-ldap}
 
-%{__make} 
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT 
+       DESTDIR=$RPM_BUILD_ROOT
 
 %find_lang %{name} --with-gnome --all-name
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /usr/bin/scrollkeeper-update 
+%post -p /usr/bin/scrollkeeper-update
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
 %attr(755,root,root) %{_bindir}/*
 %{_sysconfdir}/sound/events/*
-%{_datadir}/applications/*
 %{_datadir}/%{name}
 %{_datadir}/sounds/%{name}
 %{_mandir}/man1/*
 %{_omf_dest_dir}/%{name}
+%{_desktopdir}/*
 %{_pixmapsdir}/*
This page took 0.028555 seconds and 4 git commands to generate.