[packages/libdsm] - updated to 0.4.3
qboosh
qboosh at pld-linux.org
Sat Jul 9 11:20:05 CEST 2022
commit b742f02387520cdefc8b356c824bd1ed8746ade7
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Jul 9 11:21:49 2022 +0200
- updated to 0.4.3
libdsm-meson.patch | 22 ----------------------
libdsm.spec | 6 +++---
2 files changed, 3 insertions(+), 25 deletions(-)
---
diff --git a/libdsm.spec b/libdsm.spec
index 47e22e2..142f83e 100644
--- a/libdsm.spec
+++ b/libdsm.spec
@@ -6,13 +6,13 @@
Summary: Minimalist and read-only SMB client library
Summary(pl.UTF-8): Minimalistyczna biblioteka klienta SMB (tylko do odczytu)
Name: libdsm
-Version: 0.4.0
+Version: 0.4.3
Release: 1
License: LGPL v2.1+ or commercial
Group: Libraries
#Source0Download: https://github.com/videolabs/libdsm/releases
Source0: https://github.com/videolabs/libdsm/releases/download/v%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: 6013fe1a64bca8268e197817c8645588
+# Source0-md5: e39e2dafbfd3ee5ee07c21d8cf1fb8f1
Patch0: %{name}-meson.patch
URL: https://videolabs.github.io/libdsm/
%{?with_apidocs:BuildRequires: doxygen}
@@ -126,5 +126,5 @@ rm -rf $RPM_BUILD_ROOT
%if %{with apidocs}
%files apidocs
%defattr(644,root,root,755)
-%doc build/html/*
+%doc build/doc/html/*
%endif
diff --git a/libdsm-meson.patch b/libdsm-meson.patch
index 5622b75..d58b1c0 100644
--- a/libdsm-meson.patch
+++ b/libdsm-meson.patch
@@ -1,25 +1,3 @@
---- libdsm-0.4.0/doc/Doxyfile.in.orig 2022-03-03 11:05:14.574187500 +0100
-+++ libdsm-0.4.0/doc/Doxyfile.in 2022-04-01 06:18:53.121670869 +0200
-@@ -1009,7 +1009,7 @@ GENERATE_HTML = YES
- # The default directory is: html.
- # This tag requires that the tag GENERATE_HTML is set to YES.
-
--HTML_OUTPUT = html
-+HTML_OUTPUT = ../html
-
- # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
- # generated HTML page (for example: .htm, .php, .asp).
---- libdsm-0.4.0/meson.build.orig 2022-04-01 06:23:05.352256769 +0200
-+++ libdsm-0.4.0/meson.build 2022-04-01 06:23:13.973876755 +0200
-@@ -271,7 +271,7 @@ if doxygen.found()
- configuration: doxygen_data,
- install: false)
- doc_dir = join_paths(get_option('datadir'), 'doc', 'libdsm')
-- run_target('doc',
-+ custom_target('doc',
- command: [doxygen, doxyfile],
- input: doxyfile,
- output: 'html',
--- libdsm-0.4.0/bin/meson.build.orig 2022-03-03 11:05:14.574187500 +0100
+++ libdsm-0.4.0/bin/meson.build 2022-04-01 06:26:12.527690929 +0200
@@ -1,19 +1,23 @@
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libdsm.git/commitdiff/b742f02387520cdefc8b356c824bd1ed8746ade7
More information about the pld-cvs-commit
mailing list