X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=contrib%2Fmuttng.spec;h=4382d8e4e2ee616e67549e96f71634651125213e;hp=44d88e84a63f9bf7a5da4b76317723e24ebdb66d;hb=f3cbb9f51357972f6e74244494236a41dc4d84cd;hpb=4ca1867975c2c1f247557d4f33ea6ca6dbe9eae0 diff --git a/contrib/muttng.spec b/contrib/muttng.spec index 44d88e8..4382d8e 100644 --- a/contrib/muttng.spec +++ b/contrib/muttng.spec @@ -1,12 +1,12 @@ Summary: A text mode mail user agent. Name: muttng -Version: 20050306 -Release: 1 +Version: 20050718 +Release: 3 Serial: 1 License: GPL Group: Applications/Internet -Source: http://mutt-ng.berlios.de/snapshots/%{name}-%{version}.tar.gz -Url: http://mutt-ng.berlios.de/ +Source: http://nion.modprobe.de/mutt-ng/snapshots/%{name}-%{version}.tar.gz +Url: http://www.muttng.org/ Requires: slang >= 0.99.38, smtpdaemon, webclient, mailcap, gettext Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root %{!?nossl:BuildPrereq: openssl-devel} @@ -14,19 +14,19 @@ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildPrereq: /usr/sbin/sendmail slang-devel /usr/bin/automake-1.4 %description -Mutt-ng is a text-mode mail user agent. Mutt-ng supports color, threading, +Mutt-ng is a text-mode mail user agent. Mutt supports color, threading, arbitrary key remapping, and a lot of customization. -You should install Mutt-ng if you have used it in the past and you prefer +You should install mutt if you have used it in the past and you prefer it, or if you are new to mail programs and have not decided which one you are going to use. %prep -# %setup -n %{name}-%{version} -q -a 2 %setup -n %{name}-%{version} -q %build -autoconf ./configure.in > ./configure +rm -rf autom4te.cache +./autogen.sh chmod 700 ./configure export -n LINGUAS CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} \ @@ -73,7 +73,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %config /etc/Muttngrc %config /etc/muttng-mime.types -%doc ABOUT-NLS BEWARE ChangeLog* COPYRIGHT GPL INSTALL NEWS README* TODO* UPGRADING +%doc ABOUT-NLS ChangeLog* COPYRIGHT GPL INSTALL NEWS README* TODO* UPGRADING %doc doc/applying-patches.txt doc/*-notes.txt doc/PGP-Notes.txt doc/manual* contrib/* %{_bindir}/muttng %{_bindir}/muttngbug @@ -91,5 +91,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man5/muttng-mbox.* %changelog +* Mon Jul 18 2005 Iain Lea 1:20050718-3 +- fixed to use ./autogen.sh instead of ./prepare script +* Mon Mar 14 2005 Iain Lea 1:20050314-2 +- fixed aclocal/automake/autoconf/prepare weirdness (rm -rf autom4te.cache) * Sun Mar 06 2005 Iain Lea 1:20050306-1 - initial muttng.spec file