Compare commits
No commits in common. "29c7346b906ff039228637aec26dd9623ed450dc" and "2b7168657be8753f0b3724ea94584e8503db0465" have entirely different histories.
29c7346b90
...
2b7168657b
Binary file not shown.
@ -1,14 +1,14 @@
|
|||||||
%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
|
%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
|
||||||
|
|
||||||
Name: liblouis
|
Name: liblouis
|
||||||
Version: 3.28.0
|
Version: 3.7.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Braille translation and back-translation library
|
Summary: Braille translation and back-translation library
|
||||||
License: LGPLv3+ and GPLv3+
|
License: LGPLv3+ and GPLv3+
|
||||||
URL: http://liblouis.org
|
URL: http://liblouis.org
|
||||||
Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: chrpath gcc help2man texinfo texinfo-tex texlive-eurosym texlive-ec
|
BuildRequires: chrpath gcc help2man texinfo texinfo-tex texlive-eurosym
|
||||||
BuildRequires: texlive-xetex python3-devel
|
BuildRequires: texlive-xetex python2-devel python3-devel
|
||||||
Provides: bundled(gnulib) = 20130621
|
Provides: bundled(gnulib) = 20130621
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -28,7 +28,7 @@ The liblouis-devel package contains libraries and header files for developing ap
|
|||||||
%package utils
|
%package utils
|
||||||
Summary: Command-line utilities to test liblouis
|
Summary: Command-line utilities to test liblouis
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: python3-louis = %{version}-%{release}
|
Requires: python2-louis = %{version}-%{release}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
|
|
||||||
%description utils
|
%description utils
|
||||||
@ -46,6 +46,17 @@ Obsoletes: liblouis-doc < %{version}-%{release}
|
|||||||
%description help
|
%description help
|
||||||
The liblouis-help package conatins manual pages and documents for liblouis.
|
The liblouis-help package conatins manual pages and documents for liblouis.
|
||||||
|
|
||||||
|
%package -n python2-louis
|
||||||
|
Summary: Python 2 language bindings for liblouis
|
||||||
|
BuildArch: noarch
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Obsoletes: %{name}-python < 2.6.2-3
|
||||||
|
Provides: %{name}-python = %{version}-%{release}
|
||||||
|
%{?python_provide:%python_provide python2-louis}
|
||||||
|
|
||||||
|
%description -n python2-louis
|
||||||
|
This package provides Python 2 language bindings for liblouis.
|
||||||
|
|
||||||
%package -n python3-louis
|
%package -n python3-louis
|
||||||
Summary: Python 3 language bindings for %{name}
|
Summary: Python 3 language bindings for %{name}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -59,7 +70,6 @@ This package provides Python 3 language bindings for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
chmod 664 tables/*
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --enable-ucs4
|
%configure --disable-static --enable-ucs4
|
||||||
@ -76,6 +86,10 @@ rm -rf %{buildroot}/%{_bindir}/lou_maketable*
|
|||||||
rm -rf %{buildroot}/%{_defaultdocdir}/%{name}/
|
rm -rf %{buildroot}/%{_defaultdocdir}/%{name}/
|
||||||
cd python/louis
|
cd python/louis
|
||||||
|
|
||||||
|
install -d %{buildroot}%{python2_sitelib}/louis
|
||||||
|
install -pm 0644 __init__.py %{buildroot}%{python2_sitelib}/louis/
|
||||||
|
%py_byte_compile %{__python2} %{buildroot}%{python2_sitelib}/louis
|
||||||
|
|
||||||
install -d %{buildroot}%{python3_sitelib}/louis
|
install -d %{buildroot}%{python3_sitelib}/louis
|
||||||
install -pm 0644 __init__.py %{buildroot}%{python3_sitelib}/louis/
|
install -pm 0644 __init__.py %{buildroot}%{python3_sitelib}/louis/
|
||||||
%py_byte_compile %{__python3} %{buildroot}%{python3_sitelib}/louis/
|
%py_byte_compile %{__python3} %{buildroot}%{python3_sitelib}/louis/
|
||||||
@ -111,24 +125,13 @@ done
|
|||||||
%doc README NEWS ChangeLog TODO doc/%{name}.{html,txt,pdf}
|
%doc README NEWS ChangeLog TODO doc/%{name}.{html,txt,pdf}
|
||||||
%{_mandir}/man1/lou_*.1*
|
%{_mandir}/man1/lou_*.1*
|
||||||
|
|
||||||
|
%files -n python2-louis
|
||||||
|
%doc python/README
|
||||||
|
%{python2_sitelib}/louis/
|
||||||
|
|
||||||
%files -n python3-louis
|
%files -n python3-louis
|
||||||
%{python3_sitelib}/louis/
|
%{python3_sitelib}/louis/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jan 12 2024 yaoxin <yao_xin001@hoperun.com> - 3.28.0-1
|
|
||||||
- Upgrade to 3.28.0
|
|
||||||
|
|
||||||
* Wed Apr 19 2023 xu_ping <707078654@qq.com> - 3.25.0-1
|
|
||||||
- Upgrade package to 3.25.0 version
|
|
||||||
|
|
||||||
* Wed Mar 22 2023 yaoxin <yaoxin30@h-partners.com> - 3.7.0-5
|
|
||||||
- Fix CVE-2023-26769
|
|
||||||
|
|
||||||
* Wed Oct 21 2020 Ge Wang <wangge20@huawei.com> - 3.7.0-4
|
|
||||||
- remove python2
|
|
||||||
|
|
||||||
* Thu May 21 2020 yanan li <liyanan032@huawei.com> - 3.7.0-3
|
|
||||||
- Fixed memory leaks created by block scope compound literals.
|
|
||||||
|
|
||||||
* Thu Nov 28 2019 liujing<liujing144@huawei.com> - 3.7.0-2
|
* Thu Nov 28 2019 liujing<liujing144@huawei.com> - 3.7.0-2
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
version_control: github
|
|
||||||
src_repo: liblouis/liblouis
|
|
||||||
tag_prefix: ^v
|
|
||||||
seperator: .
|
|
||||||
Loading…
x
Reference in New Issue
Block a user