Accepting request 562085 from M17N
OBS-URL: https://build.opensuse.org/request/show/562085 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ibus-typing-booster?expand=0&rev=2
This commit is contained in:
commit
6db6ae7b8d
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 5 13:29:28 UTC 2018 - bwiedemann@suse.com
|
||||
|
||||
- Use gzip -n to not include build timestamps in .gz headers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 29 09:37:20 UTC 2017 - badshah400@gmail.com
|
||||
|
||||
|
@ -84,9 +84,9 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
export PYTHON=%{_bindir}/python3
|
||||
make install DESTDIR=%{buildroot} NO_INDEX=true
|
||||
gzip --force --best %{buildroot}/%{_datadir}/%{name}/data/*.{txt,json}
|
||||
gzip --force --best %{buildroot}/%{_datadir}/%{name}/data/annotations/*.xml
|
||||
gzip --force --best %{buildroot}/%{_datadir}/%{name}/data/annotationsDerived/*.xml
|
||||
gzip -n --force --best %{buildroot}/%{_datadir}/%{name}/data/*.{txt,json} \
|
||||
%{buildroot}/%{_datadir}/%{name}/data/annotations/*.xml \
|
||||
%{buildroot}/%{_datadir}/%{name}/data/annotationsDerived/*.xml
|
||||
|
||||
#install inscript2 keymaps
|
||||
test -d %{buildroot}%{_datadir}/m17n/icons || mkdir -p %{buildroot}%{_datadir}/m17n/icons
|
||||
|
Loading…
x
Reference in New Issue
Block a user