Avoid to use python setup.py
This commit is contained in:
parent
22bb942be9
commit
59aef959c1
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
Name: google-noto-emoji-fonts
|
Name: google-noto-emoji-fonts
|
||||||
Version: 20160406
|
Version: 20160406
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Google Noto Emoji Fonts
|
Summary: Google Noto Emoji Fonts
|
||||||
|
|
||||||
# In noto-emoji-fonts source
|
# In noto-emoji-fonts source
|
||||||
@ -58,11 +58,9 @@ rm -rf nototools-%{commit1}/third_party/{cldr,dspl,fontcrunch,ohchr,spiro,udhr,u
|
|||||||
export LANG=zh_CN.UTF-8
|
export LANG=zh_CN.UTF-8
|
||||||
|
|
||||||
pushd nototools-%{commit1}
|
pushd nototools-%{commit1}
|
||||||
%{__python2} setup.py develop --user
|
export PATH=$PATH:"$PWD/nototools"
|
||||||
popd
|
popd
|
||||||
|
|
||||||
export PATH=$PATH:$HOME/.local/bin
|
|
||||||
|
|
||||||
make %{?_smp_mflags} OPT_CFLAGS="$RPM_OPT_FLAGS"
|
make %{?_smp_mflags} OPT_CFLAGS="$RPM_OPT_FLAGS"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -81,6 +79,9 @@ install -m 0644 -p %{SOURCE2} %{buildroot}%{_datadir}/appdata
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 6 2016 Peng Wu <pwu@redhat.com> - 20160406-5
|
||||||
|
- Avoid to use python setup.py
|
||||||
|
|
||||||
* Fri Apr 29 2016 Peng Wu <pwu@redhat.com> - 20160406-4
|
* Fri Apr 29 2016 Peng Wu <pwu@redhat.com> - 20160406-4
|
||||||
- Replace google-noto-color-emoji-fonts package
|
- Replace google-noto-color-emoji-fonts package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user