Accepting request 289661 from home:posophe:branches:server:mail

Update

OBS-URL: https://build.opensuse.org/request/show/289661
OBS-URL: https://build.opensuse.org/package/show/server:mail/nmh?expand=0&rev=7
This commit is contained in:
Marcus Rückert 2015-03-25 16:21:10 +00:00 committed by Git OBS Bridge
parent f0419358bc
commit d4f4b7665e
4 changed files with 25 additions and 27 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:af5342de8fe9fba5d615caccc9fbcb43cac60b6eb71432f7e112d43850d31c39
size 935919

3
nmh-1.6.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:29338ae2bc8722fe8a5904b7b601a63943b72b07b6fcda53f3a354edb6a64bc3
size 1197272

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Mar 6 10:23:19 UTC 2015 - p.drouand@gmail.com
- Update to version 1.6
* The NEWS file contains an increased number of changes; please
read it for news
- Update home Url to point Savannah's project page
- Use download Url as source
- Remove depreciated AUTHORS section
-------------------------------------------------------------------
Tue Oct 22 15:56:48 UTC 2013 - max@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package nmh
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -25,13 +25,13 @@ Requires: less
Requires: smtp_daemon
Provides: mh
Obsoletes: mh <= 6.8.4
Version: 1.5
Version: 1.6
Release: 0
Summary: Unix Mail Handler
License: BSD-3-Clause
Group: Productivity/Networking/Email/Clients
Url: http://www.mhost.com/nmh/
Source0: %{name}-%{version}.tar.gz
Url: hhttp://www.nongnu.org/nmh/
Source0: http://download.savannah.nongnu.org/releases/nmh/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -47,38 +47,26 @@ freely intersperse nmh commands with other commands at your shell
prompt or write custom scripts that use these commands in flexible
ways.
Authors:
--------
Richard Coleman <coleman@math.gatech.edu>
Dan Harkless <dan-nmh@dilvish.speed.net>
Shantonu Sen <ssen@mit.edu>
Doug Morris <doug@mhost.com>
de Rooij <ruud@ruud.org>
Oliver Kiddle <okiddle@yahoo.co.uk>
%prep
%setup -q
%build
CFLAGS="$RPM_OPT_FLAGS" \
%configure --libdir=/usr/lib/%name \
%configure --libdir=%{_libexecdir}/%name \
--docdir=%_defaultdocdir/%name \
--sysconfdir=/etc/nmh \
--enable-pop \
--sysconfdir=%{_sysconfdir}/nmh \
--enable-pop \
--with-pager=/usr/bin/less
make
%install
make CFLAGS="$RPM_OPT_FLAGS" DESTDIR=$RPM_BUILD_ROOT install
make DESTDIR=$RPM_BUILD_ROOT install
%files
%defattr(-,root,root)
/usr/bin/*
/usr/lib/nmh
%dir /etc/nmh/
%config /etc/nmh/*
%{_bindir}/*
%{_libexecdir}/%name
%dir %{_sysconfdir}/nmh
%config %{_sysconfdir}/nmh/*
%{_mandir}/man*/*
%_defaultdocdir/%name