|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: libnumbertext
|
|
|
|
|
Version: 1.0.6
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Number to number name and money text conversion library
|
|
|
|
|
|
|
|
|
|
#The entire source code is dual license LGPLv3+ or BSD, except for
|
|
|
|
@ -11,7 +11,6 @@ URL: https://github.com/Numbertext/libnumbertext
|
|
|
|
|
Source: https://github.com/Numbertext/libnumbertext/releases/download/%{version}/libnumbertext-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: autoconf, automake, libtool, gcc-c++
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Language-neutral NUMBERTEXT and MONEYTEXT functions for LibreOffice Calc
|
|
|
|
@ -54,15 +53,11 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.6-4
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.0.6-2
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.6-3
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.6-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
* Fri Oct 16 2020 Tomas Pelka <tpelka@redhat.com> - 1.0.6-2
|
|
|
|
|
- rebuild to properly trigger gating
|
|
|
|
|
|
|
|
|
|
* Sat Aug 08 2020 Caolán McNamara <caolanm@redhat.com> - 1.0.6-1
|
|
|
|
|
- latest version
|
|
|
|
|