2024-01-06 05:14:52 +01:00
|
|
|
Name: libnumbertext
|
2024-01-06 05:14:52 +01:00
|
|
|
Version: 1.0.8
|
2024-01-06 05:14:52 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Soros interpreters for C++11, Java, JavaScript and Python
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/Numbertext/libnumbertext/releases
|
|
|
|
## GITSOURCE https://github.com/Numbertext/libnumbertext.git 1.0
|
|
|
|
Source: https://github.com/Numbertext/libnumbertext.git/%{version}/libnumbertext-%{version}.tar.bz2
|
|
|
|
License: BSD, LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
Soros interpreters for C++11, Java, JavaScript and Python.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires: pkg-config
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
%package tools
|
|
|
|
Group: Applications/Publishing
|
|
|
|
Summary: Utility applications for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description tools
|
|
|
|
This package contains utility applications for %{name}.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
autoreconf -f -i
|
|
|
|
%configure
|
|
|
|
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libnumbertext-1.0.so.*
|
|
|
|
%dir %{_datadir}/libnumbertext*
|
|
|
|
%{_datadir}/libnumbertext/*.sor
|
|
|
|
%doc AUTHORS COPYING THANKS
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/libnumbertext
|
|
|
|
%{_includedir}/libnumbertext/*
|
|
|
|
%{_libdir}/libnumbertext-1.0.a
|
|
|
|
%{_libdir}/libnumbertext-1.0.la
|
|
|
|
%{_libdir}/libnumbertext-1.0.so
|
|
|
|
%{_libdir}/pkgconfig/libnumbertext.pc
|
2024-01-06 05:14:52 +01:00
|
|
|
%doc ChangeLog NEWS
|
2024-01-06 05:14:52 +01:00
|
|
|
|
|
|
|
%files tools
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/spellout
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 05:14:52 +01:00
|
|
|
* Mon Jan 03 2022 Automatic Build System <autodist@mambasoft.it> 1.0.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:14:52 +01:00
|
|
|
* Mon Feb 01 2021 Automatic Build System <autodist@mambasoft.it> 1.0.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:14:52 +01:00
|
|
|
* Fri Jun 05 2020 Automatic Build System <autodist@mambasoft.it> 1.0.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:14:52 +01:00
|
|
|
* Sun Nov 04 2018 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:14:52 +01:00
|
|
|
* Sat Aug 11 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0-1mamba
|
|
|
|
- package created using the webbuild interface
|