Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
1c467988
Commit
1c467988
authored
May 28, 2021
by
Yuri N. Sedunov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.21.24-alt1.1
- doc/meson.build: remove "upload" target (
https://github.com/MusicPlayerDaemon/MPD/issues/1161
)
parent
a14bfcbe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
1 deletion
+38
-1
mpd-0.21.24-alt-docs-remove-upload-target.patch
.gear/mpd-0.21.24-alt-docs-remove-upload-target.patch
+30
-0
mpd.spec
.gear/mpd.spec
+8
-1
No files found.
.gear/mpd-0.21.24-alt-docs-remove-upload-target.patch
0 → 100644
View file @
1c467988
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=*',
- ],
-)
-
-
.gear/mpd.spec
View file @
1c467988
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment