Sync from SUSE:SLFO:Main libmemcached revision f3541798ac5815f4442e45e21c82213a

This commit is contained in:
Adrian Schröter 2024-09-30 10:43:08 +02:00
parent 1aec65da84
commit b99a12afc2
2 changed files with 24 additions and 17 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 5 11:07:46 UTC 2024 - Dirk Müller <dmueller@suse.com>
- explicitly set docdir to converge cmake doc macro change
between leap and tumbleweed
-------------------------------------------------------------------
Mon Apr 10 18:06:30 UTC 2023 - Arjen de Korte <suse+build@de-korte.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package libmemcached
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -100,6 +100,7 @@ usage, thread safe, and provide full access to server side methods.
-DBUILD_DOCS_HTML=OFF \
-DBUILD_DOCS_MANGZ=ON \
-DENABLE_SASL=ON \
-DCMAKE_INSTALL_DOCDIR:PATH=share/doc/packages/libmemcached \
-DBUILD_TESTING=ON
%cmake_build
@ -122,9 +123,9 @@ rm -f %{buildroot}%{_libdir}/cmake/*/p9y*
%postun -n libmemcachedprotocol0 -p /sbin/ldconfig
%files
%license %{_datadir}/doc/%{name}-awesome/LICENSE
%dir %{_datadir}/doc/%{name}-awesome
%doc %{_datadir}/doc/%{name}-awesome/*
%license %{_docdir}/%{name}/LICENSE
%dir %{_docdir}/%{name}
%doc %{_docdir}/%{name}/*
%doc %{_datadir}/%{name}-awesome/example.cnf
%dir %{_datadir}/%{name}-awesome
%{_bindir}/memcapable