Commit 1c467988 authored by Yuri N. Sedunov's avatar Yuri N. Sedunov

0.21.24-alt1.1

- doc/meson.build: remove "upload" target (https://github.com/MusicPlayerDaemon/MPD/issues/1161)
parent a14bfcbe
commit f9b6ec7b39fe72c9348e52484341c754db78f36f
Author: Yuri N. Sedunov <aris@altlinux.org>
Date: Fri May 28 08:35:35 2021 +0300
doc/meson.build: remove "upload" target
diff --git a/doc/meson.build b/doc/meson.build
index d3a5ad12d..74390ff18 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -15,19 +15,3 @@ sphinx_output = custom_target(
install: true,
install_dir: join_paths(get_option('datadir'), 'doc', meson.project_name()),
)
-
-custom_target(
- 'upload',
- input: sphinx_output,
- output: 'upload',
- build_always_stale: true,
- command: [
- 'rsync', '-vpruz', '--delete', meson.current_build_dir() + '/',
- 'www.musicpd.org:/var/www/mpd/doc/',
- '--chmod=Dug+rwx,Do+rx,Fug+rw,Fo+r',
- '--include=html', '--include=html/**',
- '--exclude=*',
- ],
-)
-
-
......@@ -64,7 +64,7 @@
Name: mpd
Version: 0.21.24
Release: alt1
Release: alt1.1
Summary: Music Player Daemon (%Name) allows remote access for playing music and managing playlists
License: %gpl2plus
......@@ -79,6 +79,8 @@ Source3: %name.init.in
Source4: %name.logrotate
Source5: %name.tmpfile
Patch10: mpd-0.21.24-alt-docs-remove-upload-target.patch
BuildRequires(pre): rpm-build-licenses
BuildRequires(pre): meson
%if_enabled systemd
......@@ -153,6 +155,7 @@ This package contains %Name documentation.
%prep
%setup
%patch10 -p1
%build
%add_optflags -D_FILE_OFFSET_BITS=64
......@@ -263,6 +266,10 @@ install -D -m 0644 %SOURCE4 %buildroot%_sysconfdir/logrotate.d/%name
%endif
%changelog
* Fri May 28 2021 Yuri N. Sedunov <aris@altlinux.org> 0.21.24-alt1.1
- doc/meson.build: remove "upload" target
(https://github.com/MusicPlayerDaemon/MPD/issues/1161)
* Mon Jul 06 2020 Aleksei Nikiforov <darktemplar@altlinux.org> 0.21.24-alt1
- Updated to upstream version 0.21.24.
- Enabled again iso9660 support.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment