]> git.pld-linux.org Git - packages/elmo.git/blobdiff - elmo.spec
- added some documentation files and examplerc
[packages/elmo.git] / elmo.spec
index b6da6fbc7d984a4bd5589c69ee7715324970efc5..ebbeee5c48302858165808ccc8cd99285c60842c 100644 (file)
--- a/elmo.spec
+++ b/elmo.spec
@@ -1,13 +1,14 @@
 Summary:       Elmo, MUA supporting Maildirs and Polish language
 Summary(pl):   Elmo - program pocztowy obs³uguj±cy Maildiry i jêzyk polski
 Name:          elmo
-Version:       0.4.1
+Version:       0.6
 Release:       1
 License:       distributable
 Group:         Applications/Mail
 Source0:       http://savannah.nongnu.org/download/elmo/unstable.pkg/%{version}/%{name}-%{version}.tar.gz
 Source1:       %{name}-examplerc
-Patch0:                %{name}-makefile.diff
+Patch0:                %{name}-ncurses.patch
+Patch1:                %{name}-etc_dir.patch
 URL:           http://elmo.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -22,8 +23,10 @@ Elmo, excellent and light mua.
 Elmo - ¶wietny i niedu¿y program pocztowy.
 
 %prep
-%setup -q -n %{name}-0.4
+%setup -q 
 %patch0 -p1
+#%patch1 -p1
+install -m 644 %{SOURCE1} ./examplerc
 
 %build
 %{__libtoolize}
@@ -31,7 +34,8 @@ Elmo - 
 %{__autoconf}
 %{__automake}
 %configure
-%{__make} CC="%{__cc} %{rpmcflags} -I/usr/include/ncurses"
+
+%{__make} CC="%{__cc} %{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -44,6 +48,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc README TODO BUGS THANKS examplerc
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
 %{_infodir}/*.info*
This page took 0.099234 seconds and 4 git commands to generate.