]> git.pld-linux.org Git - packages/elmo.git/commitdiff
- pl fix, s/gcc/%%{__cc}/, removed %%{_infodir} dir from package
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 27 Mar 2003 22:05:29 +0000 (22:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elmo.spec -> 1.3

elmo.spec

index cd189e6b1d40571985ec8234ceeb986fd4156b3e..b6da6fbc7d984a4bd5589c69ee7715324970efc5 100644 (file)
--- a/elmo.spec
+++ b/elmo.spec
@@ -1,5 +1,5 @@
 Summary:       Elmo, MUA supporting Maildirs and Polish language
-Summary(pl):   Program pocztowy Elmo, dzia³a z Maildir'ami, po Polsku
+Summary(pl):   Elmo - program pocztowy obs³uguj±cy Maildiry i jêzyk polski
 Name:          elmo
 Version:       0.4.1
 Release:       1
@@ -8,7 +8,10 @@ Group:         Applications/Mail
 Source0:       http://savannah.nongnu.org/download/elmo/unstable.pkg/%{version}/%{name}-%{version}.tar.gz
 Source1:       %{name}-examplerc
 Patch0:                %{name}-makefile.diff
-URL:           http://elmo.sourceforge.net
+URL:           http://elmo.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
 BuildRequires: ncurses-devel >= 5.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -16,7 +19,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Elmo, excellent and light mua.
 
 %description -l pl
-¦wietny i nie du¿y program pocztowy.
+Elmo - ¶wietny i niedu¿y program pocztowy.
 
 %prep
 %setup -q -n %{name}-0.4
@@ -28,7 +31,7 @@ Elmo, excellent and light mua.
 %{__autoconf}
 %{__automake}
 %configure
-%{__make} CC="gcc %{rpmcflags} -I/usr/include/ncurses"
+%{__make} CC="%{__cc} %{rpmcflags} -I/usr/include/ncurses"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -38,9 +41,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
+
 %files
 %defattr(644,root,root,755)
-%{_mandir}/man1/*
-%{_infodir}/
-
 %attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
+%{_infodir}/*.info*
This page took 0.036112 seconds and 4 git commands to generate.