2024-01-05 20:02:37 +01:00
|
|
|
Name: z3
|
2024-10-06 11:33:47 +02:00
|
|
|
Version: 4.13.2
|
2024-01-05 20:02:37 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A theorem prover from Microsoft Research
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/Z3Prover
|
2024-01-05 20:02:38 +01:00
|
|
|
Source: https://github.com/Z3Prover/z3.git/z3-%{version}/z3-%{version}.tar.bz2
|
2024-01-05 20:02:37 +01:00
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description
|
|
|
|
Z3 is a theorem prover from Microsoft Research.
|
|
|
|
|
|
|
|
%package -n lib%{name}
|
|
|
|
Group: System/Libraries
|
|
|
|
Summary: Shared libraries for %{name}
|
|
|
|
|
|
|
|
%description -n lib%{name}
|
|
|
|
This package contains shared libraries for %{name}.
|
|
|
|
|
|
|
|
%package -n lib%{name}-devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description -n lib%{name}-devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
#-D -T
|
|
|
|
#:<< _EOF
|
2024-01-05 20:02:38 +01:00
|
|
|
#python contrib/cmake/bootstrap.py create
|
2024-01-05 20:02:37 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
#:<< _EOF
|
|
|
|
%cmake -d build
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/z3
|
|
|
|
|
|
|
|
%files -n lib%{name}
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libz3.so.*
|
|
|
|
%doc LICENSE.txt
|
|
|
|
|
|
|
|
%files -n lib%{name}-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_includedir}/z3*.h
|
|
|
|
%dir %{_libdir}/cmake/z3
|
|
|
|
%{_libdir}/libz3.so
|
|
|
|
%{_libdir}/cmake/z3/*.cmake
|
2024-01-05 20:02:37 +01:00
|
|
|
%{_libdir}/pkgconfig/z3.pc
|
2024-01-05 20:02:37 +01:00
|
|
|
%doc README-CMake.md README.md
|
|
|
|
|
|
|
|
%changelog
|
2024-10-06 11:33:47 +02:00
|
|
|
* Sat Oct 05 2024 Automatic Build System <autodist@openmamba.org> 4.13.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-09 11:50:55 +01:00
|
|
|
* Fri Mar 08 2024 Automatic Build System <autodist@openmamba.org> 4.13.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-27 17:35:43 +01:00
|
|
|
* Tue Feb 27 2024 Automatic Build System <autodist@openmamba.org> 4.12.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-23 22:24:51 +01:00
|
|
|
* Mon Jan 22 2024 Automatic Build System <autodist@openmamba.org> 4.12.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:02:39 +01:00
|
|
|
* Thu Dec 07 2023 Automatic Build System <autodist@mambasoft.it> 4.12.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Dec 06 2023 Automatic Build System <autodist@mambasoft.it> 4.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:02:38 +01:00
|
|
|
* Sat May 13 2023 Automatic Build System <autodist@mambasoft.it> 4.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Jan 22 2023 Automatic Build System <autodist@mambasoft.it> 4.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Jan 15 2023 Automatic Build System <autodist@mambasoft.it> 4.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Dec 29 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 4.11.2-1mamba
|
|
|
|
- update to 4.11.2
|
|
|
|
|
|
|
|
* Sun Jul 31 2022 Automatic Build System <autodist@mambasoft.it> 4.10.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Jul 24 2022 Automatic Build System <autodist@mambasoft.it> 4.10.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Jul 12 2022 Automatic Build System <autodist@mambasoft.it> 4.9.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:02:38 +01:00
|
|
|
* Fri May 06 2022 Automatic Build System <autodist@mambasoft.it> 4.8.17-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:02:38 +01:00
|
|
|
* Tue Apr 26 2022 Automatic Build System <autodist@mambasoft.it> 4.8.16-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:02:37 +01:00
|
|
|
* Sun Apr 03 2022 Automatic Build System <autodist@mambasoft.it> 4.8.15-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:02:37 +01:00
|
|
|
* Sat Dec 25 2021 Automatic Build System <autodist@mambasoft.it> 4.8.14-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:02:37 +01:00
|
|
|
* Fri Nov 19 2021 Automatic Build System <autodist@mambasoft.it> 4.8.13-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:02:37 +01:00
|
|
|
* Thu Jul 15 2021 Automatic Build System <autodist@mambasoft.it> 4.8.12-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:02:37 +01:00
|
|
|
* Sat Jun 19 2021 Automatic Build System <autodist@mambasoft.it> 4.8.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:02:37 +01:00
|
|
|
* Sat Jan 23 2021 Automatic Build System <autodist@mambasoft.it> 4.8.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:02:37 +01:00
|
|
|
* Mon Sep 14 2020 Automatic Build System <autodist@mambasoft.it> 4.8.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:02:37 +01:00
|
|
|
* Mon May 11 2020 Automatic Build System <autodist@mambasoft.it> 4.8.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:02:37 +01:00
|
|
|
* Fri Nov 22 2019 Automatic Build System <autodist@mambasoft.it> 4.8.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:02:37 +01:00
|
|
|
* Mon Sep 30 2019 Automatic Build System <autodist@mambasoft.it> 4.8.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:02:37 +01:00
|
|
|
* Thu Jun 06 2019 Automatic Build System <autodist@mambasoft.it> 4.8.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:02:37 +01:00
|
|
|
* Mon Dec 24 2018 Automatic Build System <autodist@mambasoft.it> 4.8.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:02:37 +01:00
|
|
|
* Fri Nov 23 2018 Automatic Build System <autodist@mambasoft.it> 4.8.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:02:37 +01:00
|
|
|
* Sun Nov 11 2018 Automatic Build System <autodist@mambasoft.it> 4.8.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:02:37 +01:00
|
|
|
* Mon Aug 13 2018 Automatic Build System <autodist@mambasoft.it> 4.7.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:02:37 +01:00
|
|
|
* Tue Apr 24 2018 Automatic Build System <autodist@mambasoft.it> 4.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:02:37 +01:00
|
|
|
* Tue Nov 28 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 4.5.0.20171128git-1mamba
|
|
|
|
- update to 4.5.0.20171128git
|
|
|
|
|
|
|
|
* Tue Nov 28 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 4.5.0-1mamba
|
|
|
|
- package created using the webbuild interface
|