Update langtable to 0.0.43
This commit is contained in:
parent
17d1e01524
commit
d7cb89bb1c
File diff suppressed because it is too large
Load Diff
Binary file not shown.
BIN
langtable-0.0.43.tar.gz
Normal file
BIN
langtable-0.0.43.tar.gz
Normal file
Binary file not shown.
@ -2,8 +2,8 @@
|
|||||||
%global with_python2 1
|
%global with_python2 1
|
||||||
|
|
||||||
Name: langtable
|
Name: langtable
|
||||||
Version: 0.0.38
|
Version: 0.0.43
|
||||||
Release: 9
|
Release: 1
|
||||||
Summary: Guessing reasonable defaults for locale, keyboard layout, territory, and language.
|
Summary: Guessing reasonable defaults for locale, keyboard layout, territory, and language.
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
# the translations in languages.xml and territories.xml are (mostly)
|
# the translations in languages.xml and territories.xml are (mostly)
|
||||||
@ -12,7 +12,6 @@ Group: Development/Tools
|
|||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://github.com/mike-fabian/langtable
|
URL: https://github.com/mike-fabian/langtable
|
||||||
Source0: https://github.com/mike-fabian/langtable/releases/download/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/mike-fabian/langtable/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||||
Patch9000: 0001-langtable-add-Beijing-timezone-and-delete-others-lan.patch
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter
|
||||||
%if 0%{?with_python2}
|
%if 0%{?with_python2}
|
||||||
@ -69,7 +68,7 @@ This package contains the data files for langtable.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch9000 -p1
|
|
||||||
%build
|
%build
|
||||||
perl -pi -e "s,_datadir = '(.*)',_datadir = '%{_datadir}/langtable'," langtable.py
|
perl -pi -e "s,_datadir = '(.*)',_datadir = '%{_datadir}/langtable'," langtable.py
|
||||||
%if 0%{?with_python2}
|
%if 0%{?with_python2}
|
||||||
@ -123,6 +122,9 @@ xmllint --noout --relaxng $RPM_BUILD_ROOT/%{_datadir}/langtable/schemas/timezone
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 31 2020 zoulin <zoulin13@huawei.com> - 0.0.43-1
|
||||||
|
- Update langtable to 0.0.43
|
||||||
|
|
||||||
* Wed May 20 2020 wangchen <wangchen137@huawei.com> - 0.0.38-9
|
* Wed May 20 2020 wangchen <wangchen137@huawei.com> - 0.0.38-9
|
||||||
- remodify
|
- remodify
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user