Accepting request 29161 from server:mail

Copy from server:mail/mailx based on submit request 29161 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29161
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mailx?expand=0&rev=7
This commit is contained in:
OBS User autobuild 2010-01-14 15:47:09 +00:00 committed by Git OBS Bridge
parent 1fc3a507c0
commit cbeb8fbf80
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 17 20:55:45 CET 2009 - jengelh@medozas.de
- enable parallel building
-------------------------------------------------------------------
Tue Nov 3 19:09:30 UTC 2009 - coolo@novell.com

View File

@ -1,7 +1,7 @@
#
# spec file for package mailx (Version 12.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 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
@ -27,7 +27,7 @@ Provides: mail
Requires: smtp_daemon
AutoReqProv: on
Version: 12.2
Release: 142
Release: 143
Summary: A MIME-Capable Implementation of the mailx Command
Source: mailx-%{version}.tar.bz2
Patch: mailx-%{version}.dif
@ -64,7 +64,7 @@ Authors:
CC=gcc
CFLAGS="${RPM_OPT_FLAGS} -pipe -D_GNU_SOURCE"
export CC CFLAGS
make PREFIX=/usr CC="$CC" CFLAGS="$CFLAGS"
make %{?jobs:-j%jobs} PREFIX=/usr CC="$CC" CFLAGS="$CFLAGS"
tbl < mailx.1 | groff -mandocdb -Tps > manual.ps
gzip -9f manual.ps