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
8f18daab
Commit
8f18daab
authored
May 09, 2019
by
Michael Shigorin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.20.23-alt3
- fixed doc knob - minor spec cleanup
parent
17e4a6ef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
mpd.spec
.gear/mpd.spec
+10
-3
No files found.
.gear/mpd.spec
View file @
8f18daab
...
@@ -64,15 +64,16 @@
...
@@ -64,15 +64,16 @@
%{!?zeroconf:%define zeroconf no}
%{!?zeroconf:%define zeroconf no}
%define Name MPD
%define Name MPD
Name: mpd
Name: mpd
Version: 0.20.23
Version: 0.20.23
Release: alt2
Release: alt3
Summary: Music Player Daemon (%Name) allows remote access for playing music and managing playlists
Summary: Music Player Daemon (%Name) allows remote access for playing music and managing playlists
License: %gpl2plus
License: %gpl2plus
Group: Sound
Group: Sound
URL: http://musicpd.org
Url: http://musicpd.org
Source: %name-%version.tar
Source: %name-%version.tar
# VCS: https://github.com/MusicPlayerDaemon/MPD.git
# VCS: https://github.com/MusicPlayerDaemon/MPD.git
Source1: %name.conf
Source1: %name.conf
...
@@ -235,7 +236,9 @@ bzip2 --best --keep --force NEWS
...
@@ -235,7 +236,9 @@ bzip2 --best --keep --force NEWS
%install
%install
%makeinstall_std protocoldir=%_docdir/%name-%version/html
%makeinstall_std protocoldir=%_docdir/%name-%version/html
%if_enabled doc
ln -s html %buildroot%_docdir/%name-%version/protocol
ln -s html %buildroot%_docdir/%name-%version/protocol
%endif
install -d %buildroot{%_localstatedir/%name/playlists,{%_runtimedir,%_logdir}/%name,%_sysconfdir,%_initdir,%_tmpfilesdir}
install -d %buildroot{%_localstatedir/%name/playlists,{%_runtimedir,%_logdir}/%name,%_sysconfdir,%_initdir,%_tmpfilesdir}
sed -e "s|@localstatedir@|%_localstatedir|g" -e "s|@logdir@|%_logdir|g" %SOURCE1 > %buildroot%_sysconfdir/%name.conf
sed -e "s|@localstatedir@|%_localstatedir|g" -e "s|@logdir@|%_logdir|g" %SOURCE1 > %buildroot%_sysconfdir/%name.conf
chmod 644 %buildroot%_sysconfdir/%name.conf
chmod 644 %buildroot%_sysconfdir/%name.conf
...
@@ -299,6 +302,10 @@ bzip2 --best %buildroot%_docdir/%name-%version/NEWS
...
@@ -299,6 +302,10 @@ bzip2 --best %buildroot%_docdir/%name-%version/NEWS
%changelog
%changelog
* Thu May 09 2019 Michael Shigorin <mike@altlinux.org> 0.20.23-alt3
- fixed doc knob
- minor spec cleanup
* Fri Apr 19 2019 Anton Midyukov <antohami@altlinux.org> 0.20.23-alt2
* Fri Apr 19 2019 Anton Midyukov <antohami@altlinux.org> 0.20.23-alt2
- moved /var/run -> /run
- moved /var/run -> /run
- moved /var/lock -> /run/lock
- moved /var/lock -> /run/lock
...
...
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