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:
parent
70fc98293d
commit
e86d328638
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user