Sync from SUSE:SLFO:Main libmemcached revision f3541798ac5815f4442e45e21c82213a
This commit is contained in:
parent
1aec65da84
commit
b99a12afc2
@ -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>
|
Mon Apr 10 18:06:30 UTC 2023 - Arjen de Korte <suse+build@de-korte.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libmemcached
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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_HTML=OFF \
|
||||||
-DBUILD_DOCS_MANGZ=ON \
|
-DBUILD_DOCS_MANGZ=ON \
|
||||||
-DENABLE_SASL=ON \
|
-DENABLE_SASL=ON \
|
||||||
|
-DCMAKE_INSTALL_DOCDIR:PATH=share/doc/packages/libmemcached \
|
||||||
-DBUILD_TESTING=ON
|
-DBUILD_TESTING=ON
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -122,9 +123,9 @@ rm -f %{buildroot}%{_libdir}/cmake/*/p9y*
|
|||||||
%postun -n libmemcachedprotocol0 -p /sbin/ldconfig
|
%postun -n libmemcachedprotocol0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license %{_datadir}/doc/%{name}-awesome/LICENSE
|
%license %{_docdir}/%{name}/LICENSE
|
||||||
%dir %{_datadir}/doc/%{name}-awesome
|
%dir %{_docdir}/%{name}
|
||||||
%doc %{_datadir}/doc/%{name}-awesome/*
|
%doc %{_docdir}/%{name}/*
|
||||||
%doc %{_datadir}/%{name}-awesome/example.cnf
|
%doc %{_datadir}/%{name}-awesome/example.cnf
|
||||||
%dir %{_datadir}/%{name}-awesome
|
%dir %{_datadir}/%{name}-awesome
|
||||||
%{_bindir}/memcapable
|
%{_bindir}/memcapable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user