libisl/libisl.spec

92 lines
2.7 KiB
RPMSpec

Name: libisl
Version: 0.27
Release: 1mamba
Summary: Integer Set Library
Group: Development/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://sourceforge.net/projects/libisl
Source: https://sourceforge.net/projects/libisl/files/isl-%{version}.tar.xz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgmp-devel
## AUTOBUILDREQ-END
%description
isl is a thread-safe C library for manipulating sets and relations of integer points bounded by affine constraints.
The descriptions of the sets and relations may involve both parameters and existentially quantified variables.
All computations are performed in exact integer arithmetic using GMP or imath.
%package devel
Group: Development/Libraries
Summary: Development files for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep
%setup -q -n isl-%{version}
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_libdir}/libisl.so.*
%doc AUTHORS LICENSE
%files devel
%defattr(-,root,root)
%dir %{_includedir}/isl
%{_includedir}/isl/*
%{_libdir}/libisl.a
%{_libdir}/libisl.so
%{_libdir}/pkgconfig/*.pc
%doc ChangeLog README
%changelog
* Tue Sep 03 2024 Automatic Build System <autodist@openmamba.org> 0.27-1mamba
- automatic version update by autodist
* Thu Apr 06 2023 Automatic Build System <autodist@mambasoft.it> 0.26-1mamba
- automatic version update by autodist
* Sat Jul 23 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.25-1mamba
- update to 0.25
* Sun May 02 2021 Automatic Build System <autodist@mambasoft.it> 0.24-1mamba
- automatic version update by autodist
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 0.23-1mamba
- automatic version update by autodist
* Sun May 03 2020 Automatic Build System <autodist@mambasoft.it> 0.22.1-1mamba
- automatic update by autodist
* Thu Oct 26 2017 Automatic Build System <autodist@mambasoft.it> 0.18-1mamba
- automatic update by autodist
* Sat Sep 17 2016 Automatic Build System <autodist@mambasoft.it> 0.17.1-1mamba
- automatic update by autodist
* Sat Nov 21 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14-1mamba
- update to 0.14 (downgrade to version required to build gcc 5.2.0)
* Fri Nov 20 2015 Davide Madrisan <davide.madrisan@gmail.com> 0.15-1mamba
- package created using the webbuild interface