Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package civetweb for openSUSE:Factory checked in at 2021-05-11 23:04:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/civetweb (Old) and /work/SRC/openSUSE:Factory/.civetweb.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "civetweb" Tue May 11 23:04:03 2021 rev:5 rq:892105 version:1.14 Changes: -------- --- /work/SRC/openSUSE:Factory/civetweb/civetweb.changes 2021-05-10 15:41:59.740941785 +0200 +++ /work/SRC/openSUSE:Factory/.civetweb.new.2988/civetweb.changes 2021-05-11 23:04:08.080964716 +0200 @@ -1,0 +2,5 @@ +Mon May 10 17:50:03 UTC 2021 - Perry Werneck <[email protected]> + +- Enabling cmake control file and cpp library. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ civetweb.spec ++++++ --- /var/tmp/diff_new_pack.Xk8iaU/_old 2021-05-11 23:04:08.624962234 +0200 +++ /var/tmp/diff_new_pack.Xk8iaU/_new 2021-05-11 23:04:08.628962216 +0200 @@ -43,10 +43,19 @@ This package contains the shared library required by applications that are using %{name}'s embeddable API to provide web services. +%package -n %{_libname}-cpp%{soname} +Summary: Shared Object for applications that use %{name} embedded +Group: Productivity/Networking/Web/Servers + +%description -n %{_libname}-cpp%{soname} +This package contains the shared library required by applications that +are using %{name}'s embeddable API to provide web services. + %package devel Summary: Header files and development libraries for %{name} Group: Productivity/Networking/Web/Servers Requires: %{_libname}%{soname} = %{version}-%{release} +Requires: %{_libname}-cpp%{soname} = %{version}-%{release} %description devel This package contains the header files and development libraries @@ -66,19 +75,20 @@ %build rm -rf build %cmake -DWITH_ALL=1 \ - -DCIVETWEB_BUILD_TESTING=OFF + -DCIVETWEB_BUILD_TESTING=OFF \ + -DCIVETWEB_ENABLE_CXX=ON %cmake_build %{?_smp_mflags} %install %cmake_install -#remove cmake files -rm %{buildroot}%{_libdir}/cmake/%{name}/*cmake - %post -n %{_libname}%{soname} -p /sbin/ldconfig %postun -n %{_libname}%{soname} -p /sbin/ldconfig +%post -n %{_libname}-cpp%{soname} -p /sbin/ldconfig +%postun -n %{_libname}-cpp%{soname} -p /sbin/ldconfig + %files %doc %{name}.conf %license LICENSE.md @@ -87,8 +97,16 @@ %files -n %{_libname}%{soname} %{_libdir}/lib%{name}.so.* +%files -n %{_libname}-cpp%{soname} +%{_libdir}/lib%{name}-cpp.so.* + %files devel %{_includedir}/%{name}.h +%{_includedir}/CivetServer.h %{_libdir}/lib%{name}.so +%{_libdir}/lib%{name}-cpp.so + +%dir %{_libdir}/cmake/%{name} +%{_libdir}/cmake/%{name}/*cmake %changelog
