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:
parent
1fc3a507c0
commit
cbeb8fbf80
@ -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
|
Tue Nov 3 19:09:30 UTC 2009 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mailx (Version 12.2)
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -27,7 +27,7 @@ Provides: mail
|
|||||||
Requires: smtp_daemon
|
Requires: smtp_daemon
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 12.2
|
Version: 12.2
|
||||||
Release: 142
|
Release: 143
|
||||||
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
|
||||||
@ -64,7 +64,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
|
||||||
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
|
tbl < mailx.1 | groff -mandocdb -Tps > manual.ps
|
||||||
gzip -9f manual.ps
|
gzip -9f manual.ps
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user