automatic version update by autodist [release 0.12.0-1mamba;Sat Feb 04 2023]
This commit is contained in:
parent
99e7959120
commit
a2816c122d
@ -1,5 +1,5 @@
|
||||
Name: rabbitmq-c
|
||||
Version: 0.11.0
|
||||
Version: 0.12.0
|
||||
Release: 1mamba
|
||||
Summary: RabbitMQ C AMQP client library
|
||||
Group: Applications/Networking
|
||||
@ -12,7 +12,6 @@ License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libpopt-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
@ -23,6 +22,7 @@ RabbitMQ C AMQP client library.
|
||||
%package -n lib%{name}
|
||||
Group: System/Libraries
|
||||
Summary: Shared libraries for %{name}
|
||||
Obsoletes: rabbitmq-c < 0.12.0
|
||||
|
||||
%description -n lib%{name}
|
||||
This package contains shared libraries for %{name}.
|
||||
@ -56,9 +56,9 @@ This package contains libraries and header files for developing applications tha
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/amqp-*
|
||||
#%files
|
||||
#%defattr(-,root,root)
|
||||
#%{_bindir}/amqp-*
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
@ -68,6 +68,8 @@ This package contains libraries and header files for developing applications tha
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/amqp*.h
|
||||
%dir %{_includedir}/rabbitmq-c
|
||||
%{_includedir}/rabbitmq-c/*.h
|
||||
%{_libdir}/librabbitmq.a
|
||||
%{_libdir}/librabbitmq.so
|
||||
%{_libdir}/pkgconfig/librabbitmq.pc
|
||||
@ -76,5 +78,8 @@ This package contains libraries and header files for developing applications tha
|
||||
%doc ChangeLog.md README.md TODO
|
||||
|
||||
%changelog
|
||||
* Sat Feb 04 2023 Automatic Build System <autodist@mambasoft.it> 0.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 06 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.11.0-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user