Accepting request 492190 from home:bmwiedemann:branches:server:mail

call gzip -n and drop CreationDate from manual.ps
  to make build fully reproducible

OBS-URL: https://build.opensuse.org/request/show/492190
OBS-URL: https://build.opensuse.org/package/show/server:mail/mailx?expand=0&rev=48
This commit is contained in:
Dr. Werner Fink 2017-05-11 06:19:02 +00:00 committed by Git OBS Bridge
parent 70fc98293d
commit e86d328638
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 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 export CC CFLAGS
$SHELL ./makeconfig $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 | grep -v %%%%CreationDate > manual.ps
gzip -9f manual.ps gzip -9fn manual.ps
%install %install
make install PREFIX=/usr DESTDIR=${RPM_BUILD_ROOT} make install PREFIX=/usr DESTDIR=${RPM_BUILD_ROOT}