diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..0a80fdce31f59c062e2abba28776e9521eddff30 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.gz filter=lfs diff=lfs merge=lfs -text diff --git a/.lfsconfig b/.lfsconfig new file mode 100644 index 0000000000000000000000000000000000000000..1759b5bc821d8797e01b3d8c9c6caa462de56802 --- /dev/null +++ b/.lfsconfig @@ -0,0 +1,2 @@ +[lfs] + url = https://artlfs.openeuler.openatom.cn/src-openEuler/liblouis diff --git a/liblouis-3.30.0.tar.gz b/liblouis-3.30.0.tar.gz deleted file mode 100644 index 7498852a5ed60b4e7b1f70cb8b7e2f9960113ab8..0000000000000000000000000000000000000000 Binary files a/liblouis-3.30.0.tar.gz and /dev/null differ diff --git a/liblouis-3.32.0.tar.gz b/liblouis-3.32.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8d7052df5d88d1f8e82c345cc39a66fce2023000 --- /dev/null +++ b/liblouis-3.32.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:645b47e2ad47c6b06f3591aec5530cc2b5596c51438c1ccf38213a9fdfe23853 +size 17270146 diff --git a/liblouis.spec b/liblouis.spec index ebd61c3d020796737ca7eefcd3a3264f74386a03..d0021a753d5d8a383e3bcc574f1b2673042fd402 100644 --- a/liblouis.spec +++ b/liblouis.spec @@ -1,15 +1,13 @@ -%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g') - Name: liblouis -Version: 3.30.0 +Version: 3.32.0 Release: 1 Summary: Braille translation and back-translation library -License: LGPLv3+ and GPLv3+ -URL: http://liblouis.org +License: LGPL-2.1-or-later AND LGPL-2.0-or-later +URL: https://liblouis.io/ 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: texlive-xetex python3-devel -Provides: bundled(gnulib) = 20130621 +Provides: bundled(gnulib) %description The Liblouis software suite provides an open-source braille translator, @@ -20,7 +18,8 @@ and hence can be used in applications written in high-level languages such as Ja %package devel Summary: Development files for liblouis -Requires: %{name} = %{version}-%{release} pkgconfig +Requires: %{name} = %{version}-%{release} +License: LGPL-2.1-or-later %description devel The liblouis-devel package contains libraries and header files for developing applications that use liblouis. @@ -29,7 +28,7 @@ The liblouis-devel package contains libraries and header files for developing ap Summary: Command-line utilities to test liblouis Requires: %{name} = %{version}-%{release} Requires: python3-louis = %{version}-%{release} -License: GPLv3+ +License: GPL-3.0-or-later AND LGPL-3.0-or-later AND LGPL-2.1-or-later AND LGPL-2.0-or-later AND (LGPL-3.0-or-later OR GPL-2.0-or-later) %description utils Six test programs are provided as part of the liblouis package.They are intended for testing liblouis and for debugging tables. @@ -80,22 +79,12 @@ install -d %{buildroot}%{python3_sitelib}/louis install -pm 0644 __init__.py %{buildroot}%{python3_sitelib}/louis/ %py_byte_compile %{__python3} %{buildroot}%{python3_sitelib}/louis/ -for f in %{buildroot}%{_bindir}/lou_* ; do - chrpath --delete $f -done - -%post -/sbin/ldconfig - -%postun -/sbin/ldconfig - %files -%doc COPYING.LESSER AUTHORS +%license COPYING.LESSER +%doc AUTHORS %{_libdir}/%{name}.so.* %{_datadir}/%{name}/ %{_infodir}/%{name}.info* -%exclude %{_infodir}/dir %files devel %doc HACKING @@ -104,7 +93,7 @@ done %{_libdir}/%{name}.so %files utils -%doc COPYING +%license COPYING %{_bindir}/lou_* %files help @@ -115,6 +104,9 @@ done %{python3_sitelib}/louis/ %changelog +* Wed Jan 01 2025 Funda Wang - 3.32.0-1 +- update to 3.32.0 + * Wed Jul 10 2024 xu_ping <707078654@qq.com> - 3.30.0-1 - Upgrade package to 3.30.0 version - fix some bugs diff --git a/liblouis.yaml b/liblouis.yaml index 302952fdc0ca8f97633b52df461959b6887bd929..c6352b72e4ed62c4111724c26f31b44d9bf3fb73 100644 --- a/liblouis.yaml +++ b/liblouis.yaml @@ -1,4 +1,4 @@ -version_control: github -src_repo: liblouis/liblouis -tag_prefix: ^v -seperator: . \ No newline at end of file +version_control: github +src_repo: liblouis/liblouis +tag_prefix: ^v +separator: .