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