automatic version update by autodist [release 1.14.0-1mamba;Tue Dec 03 2024]
This commit is contained in:
parent
431d757d15
commit
3fc64dfe11
10
poco.spec
10
poco.spec
@ -1,5 +1,5 @@
|
|||||||
Name: poco
|
Name: poco
|
||||||
Version: 1.13.3
|
Version: 1.14.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: C++ class libraries for network-centric, portable applications, complete edition with debug libraries
|
Summary: C++ class libraries for network-centric, portable applications, complete edition with debug libraries
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -11,9 +11,10 @@ Source: https://pocoproject.org/releases/poco-%{version}/poco-%{version}-
|
|||||||
License: Boost Software License
|
License: Boost Software License
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libatomic-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libiodbc-devel
|
|
||||||
BuildRequires: libmariadb-devel
|
BuildRequires: libmariadb-devel
|
||||||
|
BuildRequires: libodbc-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: libpostgresql-devel
|
BuildRequires: libpostgresql-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
@ -56,8 +57,6 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n lib%{name} -p /sbin/ldconfig
|
|
||||||
%postun -n lib%{name} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -80,5 +79,8 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 03 2024 Automatic Build System <autodist@openmamba.org> 1.14.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Apr 06 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.13.3-1mamba
|
* Sat Apr 06 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.13.3-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user