automatic version update by autodist [release 3.1.1-1mamba;Thu Jul 13 2023]
This commit is contained in:
parent
f22914f881
commit
c2dfd9db36
32
botan.spec
32
botan.spec
@ -1,5 +1,6 @@
|
|||||||
|
%define apiver %(echo %version | cut -d. -f1)
|
||||||
Name: botan
|
Name: botan
|
||||||
Version: 2.19.3
|
Version: 3.1.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A C++ cryptography library released under the permissive Simplified BSD license
|
Summary: A C++ cryptography library released under the permissive Simplified BSD license
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -12,7 +13,7 @@ License: BSD
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython310-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
@ -42,7 +43,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__python3} configure.py \
|
%{__python310} configure.py \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--libdir=%{_libdir}
|
--libdir=%{_libdir}
|
||||||
|
|
||||||
@ -65,18 +66,18 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libbotan-2.so.*
|
%{_libdir}/libbotan-%{apiver}.so.*
|
||||||
%{python3_sitearch}/botan2.py
|
%{python310_sitearch}/botan%{apiver}.py
|
||||||
%doc license.txt
|
%doc license.txt
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/botan-2
|
%dir %{_includedir}/botan-%{apiver}
|
||||||
%dir %{_includedir}/botan-2/botan
|
%dir %{_includedir}/botan-%{apiver}/botan
|
||||||
%{_includedir}/botan-2/botan/*.h
|
%{_includedir}/botan-%{apiver}/botan/*.h
|
||||||
%{_libdir}/libbotan-2.a
|
%{_libdir}/libbotan-%{apiver}.a
|
||||||
%{_libdir}/libbotan-2.so
|
%{_libdir}/libbotan-%{apiver}.so
|
||||||
%{_libdir}/pkgconfig/botan-2.pc
|
%{_libdir}/pkgconfig/botan-%{apiver}.pc
|
||||||
%dir %{_docdir}/botan-%{version}
|
%dir %{_docdir}/botan-%{version}
|
||||||
%{_docdir}/botan-%{version}/*.txt
|
%{_docdir}/botan-%{version}/*.txt
|
||||||
%dir %{_docdir}/botan-%{version}/handbook
|
%dir %{_docdir}/botan-%{version}/handbook
|
||||||
@ -86,6 +87,15 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_docdir}/botan-%{version}/handbook/.buildinfo
|
%{_docdir}/botan-%{version}/handbook/.buildinfo
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 13 2023 Automatic Build System <autodist@mambasoft.it> 3.1.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Jul 12 2023 Automatic Build System <autodist@mambasoft.it> 3.1.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Apr 13 2023 Automatic Build System <autodist@mambasoft.it> 3.0.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Nov 17 2022 Automatic Build System <autodist@mambasoft.it> 2.19.3-1mamba
|
* Thu Nov 17 2022 Automatic Build System <autodist@mambasoft.it> 2.19.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user