libnumbertext/libnumbertext.spec

96 lines
2.6 KiB
RPMSpec
Raw Permalink Normal View History

Name: libnumbertext
Version: 1.0.8
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
%doc ChangeLog NEWS
%files tools
%defattr(-,root,root)
%{_bindir}/spellout
%changelog
* Mon Jan 03 2022 Automatic Build System <autodist@mambasoft.it> 1.0.8-1mamba
- automatic version update by autodist
* Mon Feb 01 2021 Automatic Build System <autodist@mambasoft.it> 1.0.7-1mamba
- automatic version update by autodist
* Fri Jun 05 2020 Automatic Build System <autodist@mambasoft.it> 1.0.6-1mamba
- automatic version update by autodist
* Sun Nov 04 2018 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
- automatic version update by autodist
* Sat Aug 11 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0-1mamba
- package created using the webbuild interface