]> git.pld-linux.org Git - packages/elmo.git/blobdiff - elmo.spec
- tabs in preamble
[packages/elmo.git] / elmo.spec
index e7e4d490b9df6ff3413f6d627a9f36bad50b2316..41016d84f292af24ca7ef2a3a9bc0c747457eb20 100644 (file)
--- a/elmo.spec
+++ b/elmo.spec
@@ -2,22 +2,24 @@
 %bcond_without home_etc        # don't use home_etc
 #
 Summary:       Elmo, MUA supporting Maildirs and Polish language
-Summary(pl):   Elmo - program pocztowy obs³uguj±cy Maildiry i jêzyk polski
+Summary(pl.UTF-8):     Elmo - program pocztowy obsługujący Maildiry i język polski
 Name:          elmo
-Version:       1.3.0
-Release:       1
+Version:       1.3.2
+Release:       3
 License:       GPL v2+
-Vendor:                Jacek ¦liwerski <rzyj@plusnet.pl>
+Vendor:                Jacek Śliwerski <rzyj@plusnet.pl>
 Group:         Applications/Mail
 Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-# Source0-md5: 432d502e188f35e061a5fcc73427650f
+# Source0-md5: bc3836a276b092fde8555e42532d4bc8
 Source1:       %{name}-examplerc
 Patch0:                %{name}-etc_dir.patch
 URL:           http://elmo.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gettext-devel
-BuildRequires: libtool
+BuildRequires: gpgme-devel
+BuildRequires: libstdc++-devel
+#BuildRequires:        libtool
 BuildRequires: ncurses-devel >= 5.0
 %{?with_home_etc:BuildRequires:        home-etc-devel}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -25,21 +27,21 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 Elmo, excellent and light mua.
 
-%description -l pl
-Elmo - ¶wietny i niedu¿y program pocztowy.
+%description -l pl.UTF-8
+Elmo - świetny i nieduży program pocztowy.
 
 %prep
 %setup -q
-install -m 644 %{SOURCE1} ./examplerc
+install %{SOURCE1} ./examplerc
 
 %build
 %{__gettextize}
-%{__libtoolize}
+#%{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%{__automake} m4/Makefile
+#%{__automake} m4/Makefile
 %configure \
        %{?with_home_etc:--with-home-etc}
 
@@ -62,4 +64,9 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc ADVOCACY AUTHORS doc/README.txt doc/sample.* TODO BUGS THANKS examplerc
 %attr(755,root,root) %{_bindir}/*
+%dir %{_datadir}/%{name}
+%dir %{_datadir}/%{name}/themes
+%{_datadir}/%{name}/themes/80x25
+%{_datadir}/%{name}/themes/outlook
+%{_datadir}/%{name}/template
 %{_mandir}/man1/*
This page took 0.069174 seconds and 4 git commands to generate.