Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > e614eddd7fdc09882d49d59cb2f5af72 > files > 2

libnumbertext-1.0.11-1.mga9.src.rpm

# WARNING: This package is synced with FC
%global major 0
%define libname %mklibname numbertext %major
%define devname %mklibname -d numbertext

Name:      libnumbertext
Version:   1.0.11
Release:   %mkrel 1
Summary:   Number to number name and money text conversion library
Group: System/Libraries

#The entire source code is dual license LGPLv3+ or BSD, except for
#the data files hr.sor, sr.sor and sh.sor which are tri license
#CC-BY-SA or LGPLv3+ or BSD
License:   (LGPLv3+ or BSD) and (LGPLv3+ or BSD or CC-BY-SA)
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++

%description
Language-neutral NUMBERTEXT and MONEYTEXT functions for LibreOffice Calc

%package -n %libname
Summary: Number to number name and money text conversion library
Group: System/Libraries

%description -n %libname
Language-neutral NUMBERTEXT and MONEYTEXT functions for LibreOffice Calc

%package -n %devname
Requires: %libname = %{version}-%{release}
Summary: Files for developing with libnumbertext
Group: Development/C

%description -n %devname
Includes and definitions for developing with libnumbertext

%prep
%autosetup -p1

%build
autoreconf -v --install --force
%configure --disable-silent-rules --disable-static --disable-werror --with-pic
%make_build

%check
make check

%install
%make_install
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la



%files -n %libname
%doc AUTHORS ChangeLog NEWS THANKS
%license COPYING
%{_bindir}/spellout
%{_libdir}/*.so.*
%{_datadir}/libnumbertext

%files -n %devname
%{_includedir}/libnumbertext
%{_libdir}/pkgconfig/libnumbertext.pc
%{_libdir}/*.so



%changelog
* Sun Jan 22 2023 tv <tv> 1.0.11-1.mga9
+ Revision: 1934764
- Update to 1.0.11

* Tue Apr 05 2022 tv <tv> 1.0.10-1.mga9
+ Revision: 1844909
- Update to 1.0.10

* Mon Apr 04 2022 tv <tv> 1.0.9-1.mga9
+ Revision: 1843684
- Update to 1.0.9

* Wed Mar 16 2022 umeabot <umeabot> 1.0.7-2.mga9
+ Revision: 1794683
- Mageia 9 Mass Rebuild

* Thu Aug 05 2021 luigiwalser <luigiwalser> 1.0.7-1.mga9
+ Revision: 1739689
- 1.0.7

* Sun Aug 09 2020 tv <tv> 1.0.6-1.mga8
+ Revision: 1612185
- new release

* Fri Feb 14 2020 umeabot <umeabot> 1.0.5-2.mga8
+ Revision: 1519464
- Mageia 8 Mass Rebuild
+ wally <wally>
- replace deprecated %%configure2_5x

* Wed Oct 17 2018 tv <tv> 1.0.5-1.mga7
+ Revision: 1321255
- new release

* Sun Sep 23 2018 umeabot <umeabot> 1.0.3-3.mga7
+ Revision: 1299057
- Mageia 7 Mass Rebuild

* Thu Aug 16 2018 tv <tv> 1.0.3-2.mga7
+ Revision: 1252035
- relax requires

* Thu Aug 16 2018 tv <tv> 1.0.3-1.mga7
+ Revision: 1251969
- imported package libnumbertext