10fb3d
Name:      libnumbertext
10fb3d
Version:   1.0.6
10fb3d
Release:   4%{?dist}
10fb3d
Summary:   Number to number name and money text conversion library
10fb3d
10fb3d
#The entire source code is dual license LGPLv3+ or BSD, except for
10fb3d
#the data files hr.sor, sr.sor and sh.sor which are tri license
10fb3d
#CC-BY-SA or LGPLv3+ or BSD
10fb3d
License:   (LGPLv3+ or BSD) and (LGPLv3+ or BSD or CC-BY-SA)
10fb3d
URL:       https://github.com/Numbertext/libnumbertext
10fb3d
Source:    https://github.com/Numbertext/libnumbertext/releases/download/%{version}/libnumbertext-%{version}.tar.xz
10fb3d
10fb3d
BuildRequires: autoconf, automake, libtool, gcc-c++
10fb3d
BuildRequires: make
10fb3d
10fb3d
%description
10fb3d
Language-neutral NUMBERTEXT and MONEYTEXT functions for LibreOffice Calc
10fb3d
10fb3d
%package devel
10fb3d
Requires: libnumbertext = %{version}-%{release}
10fb3d
Summary: Files for developing with libnumbertext
10fb3d
10fb3d
%description devel
10fb3d
Includes and definitions for developing with libnumbertext
10fb3d
10fb3d
%prep
10fb3d
%autosetup -p1
10fb3d
10fb3d
%build
10fb3d
autoreconf -v --install --force
10fb3d
%configure --disable-silent-rules --disable-static --disable-werror --with-pic
10fb3d
%make_build
10fb3d
10fb3d
%check
10fb3d
make check
10fb3d
10fb3d
%install
10fb3d
rm -rf $RPM_BUILD_ROOT
10fb3d
%make_install
10fb3d
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
10fb3d
10fb3d
%ldconfig_scriptlets
10fb3d
10fb3d
%files
10fb3d
%doc AUTHORS ChangeLog NEWS THANKS
10fb3d
%license COPYING
10fb3d
%{_bindir}/spellout
10fb3d
%{_libdir}/*.so.*
10fb3d
%{_datadir}/libnumbertext
10fb3d
10fb3d
%files devel
10fb3d
%{_includedir}/libnumbertext
10fb3d
%{_libdir}/pkgconfig/libnumbertext.pc
10fb3d
%{_libdir}/*.so
10fb3d
10fb3d
%changelog
10fb3d
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.6-4
10fb3d
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
10fb3d
  Related: rhbz#1991688
10fb3d
10fb3d
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.6-3
10fb3d
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
10fb3d
10fb3d
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.6-2
10fb3d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
10fb3d
10fb3d
* Sat Aug 08 2020 Caolán McNamara <caolanm@redhat.com> - 1.0.6-1
10fb3d
- latest version
10fb3d
10fb3d
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-6
10fb3d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
10fb3d
10fb3d
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 1.0.5-5
10fb3d
- Use make macros
10fb3d
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
10fb3d
10fb3d
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-4
10fb3d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
10fb3d
10fb3d
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-3
10fb3d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
10fb3d
10fb3d
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-2
10fb3d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
10fb3d
10fb3d
* Tue Oct 16 2018 Caolán McNamara <caolanm@redhat.com> - 1.0.5-1
10fb3d
- latest version
10fb3d
10fb3d
* Thu Aug 16 2018 Caolán McNamara <caolanm@redhat.com> - 1.0.3-1
10fb3d
- latest version
10fb3d
10fb3d
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-4
10fb3d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
10fb3d
10fb3d
* Tue Jun 12 2018 Caolán McNamara <caolanm@redhat.com> - 1.0.2-3
10fb3d
- fix changelog order
10fb3d
- remove clean section
10fb3d
- set COPYING as license
10fb3d
- use LT_INIT
10fb3d
10fb3d
* Mon Jun 11 2018 Caolán McNamara <caolanm@redhat.com> - 1.0.2-2
10fb3d
- clarify extra license option of the sh/sr/hr data files
10fb3d
10fb3d
* Mon Jun 11 2018 Caolán McNamara <caolanm@redhat.com> - 1.0.2-1
10fb3d
- initial version