SHA256
1
0
forked from pool/mailx

Accepting request 41423 from server:mail

checked in (request 41423)

OBS-URL: https://build.opensuse.org/request/show/41423
OBS-URL: https://build.opensuse.org/package/show/server:mail/mailx?expand=0&rev=10
This commit is contained in:
OBS User autobuild 2010-06-18 04:10:52 +00:00 committed by Git OBS Bridge
parent 292f946965
commit 22c6f601fc
2 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
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

View File

@ -46,6 +46,12 @@ 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
@ -60,7 +66,6 @@ minor enhancements like the ability to set a "From:" address.
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