Accepting request 494520 from server:mail

1

OBS-URL: https://build.opensuse.org/request/show/494520
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mailx?expand=0&rev=37
This commit is contained in:
2017-05-20 08:07:01 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Apr 29 18:56:02 UTC 2017 - bwiedemann@suse.com
- call gzip -n and drop CreationDate from manual.ps
to make build fully reproducible
-------------------------------------------------------------------
Fri Apr 8 15:02:17 UTC 2016 - werner@suse.de

View File

@@ -82,8 +82,8 @@ minor enhancements like the ability to set a "From:" address.
export CC CFLAGS
$SHELL ./makeconfig
make %{?jobs:-j%jobs} PREFIX=/usr CC="$CC" CFLAGS="$CFLAGS"
tbl < mailx.1 | groff -mandocdb -Tps > manual.ps
gzip -9f manual.ps
tbl < mailx.1 | groff -mandocdb -Tps | grep -v %%%%CreationDate > manual.ps
gzip -9fn manual.ps
%install
make install PREFIX=/usr DESTDIR=${RPM_BUILD_ROOT}