forked from pool/libmemcached
Accepting request 1144851 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1144851 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmemcached?expand=0&rev=31
This commit is contained in:
commit
cfc274e400
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user