2024-04-13 13:48:57 +02:00
|
|
|
Name: libnova
|
2024-06-06 00:10:40 +02:00
|
|
|
Version: 0.16
|
|
|
|
Release: 1mamba
|
2024-04-13 13:48:57 +02:00
|
|
|
Summary: A general purpose astronomy & astrodynamics library
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-04-13 13:48:58 +02:00
|
|
|
URL: https://libnova.sourceforge.net/
|
2024-06-06 00:10:40 +02:00
|
|
|
Source: https://git.code.sf.net/p/libnova/libnova.git/v%{version}/libnova-%{version}.tar.bz2
|
2024-04-13 13:48:57 +02:00
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
Libnova is a general purpose, double precision, celestial mechanics, astrometry and astrodynamics library
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Libraries and headers for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Libnova is a general purpose, double precision, celestial mechanics, astrometry and astrodynamics library
|
2024-04-13 13:48:58 +02:00
|
|
|
This package contains libraries and header files neeed for development.
|
2024-04-13 13:48:57 +02:00
|
|
|
|
2024-04-13 13:48:58 +02:00
|
|
|
%debug_package
|
2024-04-13 13:48:57 +02:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-06-06 00:10:40 +02:00
|
|
|
./autogen.sh
|
2024-04-13 13:48:57 +02:00
|
|
|
|
|
|
|
%build
|
|
|
|
%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)
|
2024-04-13 13:48:58 +02:00
|
|
|
%{_libdir}/libnova-*.so.*
|
|
|
|
%doc AUTHORS
|
2024-04-13 13:48:57 +02:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2024-04-13 13:48:58 +02:00
|
|
|
%{_bindir}/libnovaconfig
|
2024-04-13 13:48:57 +02:00
|
|
|
%dir %{_includedir}/libnova
|
|
|
|
%{_includedir}/libnova/*.h
|
2024-04-13 13:48:58 +02:00
|
|
|
%{_libdir}/libnova.a
|
|
|
|
%{_libdir}/libnova.so
|
2024-04-13 13:48:57 +02:00
|
|
|
%doc COPYING examples/*.c
|
|
|
|
%doc NEWS README
|
2024-04-13 13:48:58 +02:00
|
|
|
%doc ChangeLog
|
2024-04-13 13:48:57 +02:00
|
|
|
|
|
|
|
%changelog
|
2024-06-06 00:10:40 +02:00
|
|
|
* Mon Apr 29 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16-1mamba
|
|
|
|
- update to 0.16
|
|
|
|
|
2024-04-13 13:48:58 +02:00
|
|
|
* Thu Apr 11 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.15.0-2mamba
|
|
|
|
- restore from archive as requirement for indi
|
|
|
|
|
2024-04-13 13:48:57 +02:00
|
|
|
* Thu Mar 14 2013 Automatic Build System <autodist@mambasoft.it> 0.15.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Aug 25 2011 Automatic Build System <autodist@mambasoft.it> 0.14.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Jul 09 2009 Automatic Build System <autodist@mambasoft.it> 0.13.0-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Mon Oct 13 2008 gil <puntogil@libero.it> 0.12.2-1mamba
|
|
|
|
- package created by autospec
|