]> git.pld-linux.org Git - packages/elmo.git/commitdiff
- Initial version of Elmo spec, needs testing
authorzer0cool <zokko@pld-linux.org>
Sat, 15 Mar 2003 19:48:19 +0000 (19:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elmo.spec -> 1.1

elmo.spec [new file with mode: 0644]

diff --git a/elmo.spec b/elmo.spec
new file mode 100644 (file)
index 0000000..88395d4
--- /dev/null
+++ b/elmo.spec
@@ -0,0 +1,55 @@
+
+Summary:       Elmo, MUA supporting Maildirs and Polish language
+Summary(pl):   Program pocztowy Elmo, dzia³a z Maildir'ami, po Polsku
+Name:          elmo
+Version:       0.3.3
+Release:       1
+License:       distributable
+Group:         Applications/Mail
+Source0:       http://switch.dl.sourceforge.net/sourceforge/elmo/%{name}-%{version}.tar.gz
+Source1:       %{name}-examplerc
+Patch0:                %{name}-makefile.diff
+URL:           http://elmo.sourceforge.net
+BuildRequires: ncurses-devel >= 5.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Elmo, excellent and light mua.
+
+
+
+%description -l pl
+¦wietny i nie du¿y program pocztowy.
+
+
+
+
+%prep
+%setup -q -n %{name}-0.3
+%patch0 -p1
+
+
+%build
+%{__libtoolize}
+%{__aclocal} -I .
+%{__autoconf}
+
+
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+        DESTDIR=$RPM_BUILD_ROOT \
+       docdir=%{_datadir}/%{name}-%{version}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+%files
+%defattr(644,root,root,755)
+%{_mandir}/man1/*
+%{_infodir}/
+
+%attr(755,root,root) %{_bindir}/*
This page took 0.065914 seconds and 4 git commands to generate.