Accepting request 492183 from home:bmwiedemann:branches:server:mail
call gzip -n to make build more reproducible OBS-URL: https://build.opensuse.org/request/show/492183 OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=161
This commit is contained in:
parent
6389548096
commit
753e11f10f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 30 05:03:43 UTC 2017 - bwiedemann@suse.com
|
||||||
|
|
||||||
|
- call gzip -n to make build more reproducible
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 29 16:14:43 UTC 2017 - werner@suse.de
|
Sat Apr 29 16:14:43 UTC 2017 - werner@suse.de
|
||||||
|
|
||||||
|
@ -242,7 +242,7 @@ make -C doc
|
|||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
make install DESTDIR=%{buildroot}
|
||||||
install -m 755 %{S:1} %{buildroot}%{_bindir}
|
install -m 755 %{S:1} %{buildroot}%{_bindir}
|
||||||
gzip -9 doc/manu*.txt
|
gzip -n -9 doc/manu*.txt
|
||||||
rm -f contrib/Makefile*
|
rm -f contrib/Makefile*
|
||||||
# datadir not automatically created:
|
# datadir not automatically created:
|
||||||
mkdir -p %{buildroot}%{_datadir}/mutt
|
mkdir -p %{buildroot}%{_datadir}/mutt
|
||||||
|
Loading…
Reference in New Issue
Block a user