update to version 3.20.0
This commit is contained in:
parent
cb36fd0eaa
commit
cd53ec106c
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
||||
/liblouis-3.17.0.tar.gz
|
||||
/liblouis-3.18.0.tar.gz
|
||||
/liblouis-3.19.0.tar.gz
|
||||
/liblouis-3.20.0.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
|
||||
|
||||
Name: liblouis
|
||||
Version: 3.19.0
|
||||
Version: 3.20.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Braille translation and back-translation library
|
||||
|
||||
@ -11,15 +11,16 @@ URL: http://liblouis.org
|
||||
Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc
|
||||
BuildRequires: help2man
|
||||
BuildRequires: libyaml-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: texinfo
|
||||
BuildRequires: texinfo-tex
|
||||
BuildRequires: texlive-eurosym
|
||||
BuildRequires: texlive-xetex
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: make
|
||||
|
||||
Provides: bundled(gnulib)
|
||||
|
||||
@ -101,6 +102,10 @@ rm -f %{buildroot}/%{_infodir}/dir
|
||||
rm -f %{buildroot}/%{_libdir}/%{name}.la
|
||||
rm -rf %{buildroot}/%{_bindir}/lou_maketable*
|
||||
rm -rf %{buildroot}/%{_defaultdocdir}/%{name}/
|
||||
|
||||
# Replace table files with identical content by symlinks
|
||||
%fdupes -s %{buildroot}%{_datadir}/%{name}/tables/
|
||||
|
||||
cd python/louis
|
||||
|
||||
install -d %{buildroot}%{python3_sitelib}/louis
|
||||
@ -143,6 +148,9 @@ done
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Dec 20 2021 Martin Gieseking <martin.gieseking@uos.de> - 3.20.0-1
|
||||
- Update to 3.20.0
|
||||
|
||||
* Thu Sep 16 2021 Martin Gieseking <martin.gieseking@uos.de> - 3.19.0-1
|
||||
- Update to 3.19.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (liblouis-3.19.0.tar.gz) = e2c875e0e2f0e52cf6e5ac9312be2042bad20fc18ee48b2e57329533940d1cb80a07735f3bda166c02fc60c3ef05a6b2f19dd7025949d6fe69849dab637e9ebc
|
||||
SHA512 (liblouis-3.20.0.tar.gz) = edc94f1f91fbaffcc13c6dbe7958c7f41dac3328038b25bb446d54dc3e26d904da0d0d5e19268cee6b6de3ef228dcd45ff50164ccd148939e6440fe8b5d4b428
|
||||
|
Loading…
Reference in New Issue
Block a user