Accepting request 59603 from home:gberh:branches:server:mail
OBS-URL: https://build.opensuse.org/request/show/59603 OBS-URL: https://build.opensuse.org/package/show/server:mail/mailx?expand=0&rev=11
This commit is contained in:
parent
22c6f601fc
commit
80ed663eb0
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 1 10:39:15 UTC 2011 - gber@opensuse.org
|
||||||
|
|
||||||
|
- only recommend smtp_daemon, mailx has builtin SMTP support
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 11 13:36:58 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
- fix parallel make
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 19 16:55:31 CEST 2010 - meissner@suse.de
|
Mon Apr 19 16:55:31 CEST 2010 - meissner@suse.de
|
||||||
|
|
||||||
|
11
mailx.spec
11
mailx.spec
@ -24,10 +24,10 @@ Url: http://heirloom.sourceforge.net/mailx.html
|
|||||||
License: BSD3c(or similar)
|
License: BSD3c(or similar)
|
||||||
Group: Productivity/Networking/Email/Utilities
|
Group: Productivity/Networking/Email/Utilities
|
||||||
Provides: mail
|
Provides: mail
|
||||||
Requires: smtp_daemon
|
Recommends: smtp_daemon
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 12.2
|
Version: 12.2
|
||||||
Release: 144
|
Release: 145
|
||||||
Summary: A MIME-Capable Implementation of the mailx Command
|
Summary: A MIME-Capable Implementation of the mailx Command
|
||||||
Source: mailx-%{version}.tar.bz2
|
Source: mailx-%{version}.tar.bz2
|
||||||
Patch: mailx-%{version}.dif
|
Patch: mailx-%{version}.dif
|
||||||
@ -46,12 +46,6 @@ additional support for MIME messages, POP3, and SMTP. In recent system
|
|||||||
environments, nail is Unicode/UTF-8 capable. Further, it contains some
|
environments, nail is Unicode/UTF-8 capable. Further, it contains some
|
||||||
minor enhancements like the ability to set a "From:" address.
|
minor enhancements like the ability to set a "From:" address.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Gunnar Ritter <Gunnar.Ritter@pluto.uni-freiburg.de>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n mailx-%{version}
|
%setup -n mailx-%{version}
|
||||||
%patch1 -p0 -b .path
|
%patch1 -p0 -b .path
|
||||||
@ -66,6 +60,7 @@ Authors:
|
|||||||
CC=gcc
|
CC=gcc
|
||||||
CFLAGS="${RPM_OPT_FLAGS} -pipe -D_GNU_SOURCE"
|
CFLAGS="${RPM_OPT_FLAGS} -pipe -D_GNU_SOURCE"
|
||||||
export CC CFLAGS
|
export CC CFLAGS
|
||||||
|
$SHELL ./makeconfig
|
||||||
make %{?jobs:-j%jobs} PREFIX=/usr CC="$CC" CFLAGS="$CFLAGS"
|
make %{?jobs:-j%jobs} PREFIX=/usr CC="$CC" CFLAGS="$CFLAGS"
|
||||||
tbl < mailx.1 | groff -mandocdb -Tps > manual.ps
|
tbl < mailx.1 | groff -mandocdb -Tps > manual.ps
|
||||||
gzip -9f manual.ps
|
gzip -9f manual.ps
|
||||||
|
Loading…
Reference in New Issue
Block a user