Commit 74704728 authored by Aleksei Nikiforov's avatar Aleksei Nikiforov

0.20.21-alt1

- Updated to upstream version 0.20.21.
parent dbe983e4
%define _unpackaged_files_terminate_build 1
%def_disable debug %def_disable debug
%def_disable prof %def_disable prof
%def_disable werror %def_disable werror
...@@ -57,7 +59,7 @@ ...@@ -57,7 +59,7 @@
%define Name MPD %define Name MPD
Name: mpd Name: mpd
Version: 0.20.15 Version: 0.20.21
Release: alt1 Release: alt1
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
...@@ -66,7 +68,7 @@ Group: Sound ...@@ -66,7 +68,7 @@ Group: Sound
URL: http://musicpd.org URL: http://musicpd.org
Source: %name-%version.tar Source: %name-%version.tar
# VCS: git://git.musicpd.org/master/mpd.git # VCS: https://github.com/MusicPlayerDaemon/MPD.git
Source1: %name.conf Source1: %name.conf
Source2: %name.sys.conf.in Source2: %name.sys.conf.in
Source3: %name.init.in Source3: %name.init.in
...@@ -121,7 +123,6 @@ system that provides control for music playback over a local network. ...@@ -121,7 +123,6 @@ system that provides control for music playback over a local network.
It is also makes a great desktop music player, especially if you are a It is also makes a great desktop music player, especially if you are a
console junkie, like frontend options, or restart X often. console junkie, like frontend options, or restart X often.
%if_enabled doc %if_enabled doc
%package doc %package doc
Summary: Music Player Daemon (%Name) documentation Summary: Music Player Daemon (%Name) documentation
...@@ -138,7 +139,6 @@ It is also makes a great desktop music player, especially if you are a ...@@ -138,7 +139,6 @@ It is also makes a great desktop music player, especially if you are a
console junkie, like frontend options, or restart X often. console junkie, like frontend options, or restart X often.
This package contains %Name documentation. This package contains %Name documentation.
%package doc-api %package doc-api
Summary: Music Player Daemon (%Name) documentation Summary: Music Player Daemon (%Name) documentation
Group: Development/Documentation Group: Development/Documentation
...@@ -154,7 +154,6 @@ console junkie, like frontend options, or restart X often. ...@@ -154,7 +154,6 @@ console junkie, like frontend options, or restart X often.
This package contains %Name's API documentation. This package contains %Name's API documentation.
%endif %endif
%prep %prep
%setup %setup
[ $(rpmvercmp %{get_version libflac-devel} 1.1.3) -lt 0 ] || sed -i 's/AM_PATH_LIBOGGFLAC/AM_PATH_LIBFLAC/' configure.ac [ $(rpmvercmp %{get_version libflac-devel} 1.1.3) -lt 0 ] || sed -i 's/AM_PATH_LIBOGGFLAC/AM_PATH_LIBFLAC/' configure.ac
...@@ -215,7 +214,6 @@ sed -i 's/\[mad\]/[libmad]/' configure.ac ...@@ -215,7 +214,6 @@ sed -i 's/\[mad\]/[libmad]/' configure.ac
%make_build %make_build
bzip2 --best --keep --force NEWS bzip2 --best --keep --force NEWS
%install %install
%makeinstall_std protocoldir=%_docdir/%name-%version/html %makeinstall_std protocoldir=%_docdir/%name-%version/html
ln -s html %buildroot%_docdir/%name-%version/protocol ln -s html %buildroot%_docdir/%name-%version/protocol
...@@ -237,15 +235,12 @@ bzip2 --best %buildroot%_docdir/%name-%version/NEWS ...@@ -237,15 +235,12 @@ bzip2 --best %buildroot%_docdir/%name-%version/NEWS
-c "Music Player Daemon (%Name)" %mpd_user &>/dev/null ||: -c "Music Player Daemon (%Name)" %mpd_user &>/dev/null ||:
%_sbindir/usermod -g %mpd_group -G audio %mpd_user &>/dev/null ||: %_sbindir/usermod -g %mpd_group -G audio %mpd_user &>/dev/null ||:
%post %post
%post_service %name ||: %post_service %name ||:
%preun %preun
%preun_service %name ||: %preun_service %name ||:
%files %files
%doc %dir %_docdir/%name-%version %doc %dir %_docdir/%name-%version
%doc %_docdir/%name-%version/AUTHORS %doc %_docdir/%name-%version/AUTHORS
...@@ -268,7 +263,6 @@ bzip2 --best %buildroot%_docdir/%name-%version/NEWS ...@@ -268,7 +263,6 @@ bzip2 --best %buildroot%_docdir/%name-%version/NEWS
%attr(775,root,%mpd_group) %dir %_localstatedir/%name/playlists %attr(775,root,%mpd_group) %dir %_localstatedir/%name/playlists
%attr(775,root,%mpd_group) %dir %_logdir/%name %attr(775,root,%mpd_group) %dir %_logdir/%name
%if_enabled doc %if_enabled doc
%files doc %files doc
%doc %dir %_docdir/%name-%version %doc %dir %_docdir/%name-%version
...@@ -278,7 +272,6 @@ bzip2 --best %buildroot%_docdir/%name-%version/NEWS ...@@ -278,7 +272,6 @@ bzip2 --best %buildroot%_docdir/%name-%version/NEWS
%doc %_docdir/%name-%version/user %doc %_docdir/%name-%version/user
%doc %_docdir/%name-%version/developer %doc %_docdir/%name-%version/developer
%files doc-api %files doc-api
%doc %dir %_docdir/%name-%version %doc %dir %_docdir/%name-%version
%doc %_docdir/%name-%version/api %doc %_docdir/%name-%version/api
...@@ -286,6 +279,9 @@ bzip2 --best %buildroot%_docdir/%name-%version/NEWS ...@@ -286,6 +279,9 @@ bzip2 --best %buildroot%_docdir/%name-%version/NEWS
%changelog %changelog
* Fri Sep 21 2018 Aleksei Nikiforov <darktemplar@altlinux.org> 0.20.21-alt1
- Updated to upstream version 0.20.21.
* Wed Jan 31 2018 Aleksei Nikiforov <darktemplar@altlinux.org> 0.20.15-alt1 * Wed Jan 31 2018 Aleksei Nikiforov <darktemplar@altlinux.org> 0.20.15-alt1
- Updated to upstream version 0.20.15. - Updated to upstream version 0.20.15.
- Disabled iso9660 support since it isn't ported yet to new libcdio. - Disabled iso9660 support since it isn't ported yet to new libcdio.
......
object ed4d0aa9096231ff581a1cd3f9bd78efde15d36d
type commit
tag v0.20.15
tagger Max Kellermann <max@musicpd.org> 1515171326 +0100
release v0.20.15
-----BEGIN PGP SIGNATURE-----
iQJEBAABCAAuFiEEA5IzWngIOJSkMBxDI26KWMbbRRIFAlpPrf4QHG1heEBtdXNp
Y3BkLm9yZwAKCRAjbopYxttFEu4ID/sHhxfY23gre6crGXaz+Tt/nB2MHTSARvvi
43ecgsroBK/vQ3PPcNSsgatHeAbP5L51m0ME7F20fkqZH2itMikbd9v48RamXRRc
+SP7Q4P76KsklolThaApULLvb2+PWhGXUx2tlJuYYouggf4xUTiXVQbHeEeHvw99
aXdwoantfU5AqHxBGkF1IUn0qeVwG2DwoIdIfT0YQMzIod9y/8g6kzERKXYoZ3ab
bf+rLTs/ZFZpqY254flJx0J69Fsstgr5cBpCnHqAOH/PoUrxWCqPjXW7Ax8OCXOa
oed04QpqS1kIlHuzKc4CY7yJ5fxn4pdMybJEHB+20P3X4WfmVDVQSVTLgbTT6a6n
ODJBcYdEdq2mAjBj2cMDkJajylvl4yybosEQ30jG/wXLXgpWp8ikUleEFWukgADC
cTUrV4cMiRVE8MxbCTn4vqDnCENYmwHF5lc7iQVHbTfg66eD+a7rowduA7tB8v5K
3drwHJlrP+CpKlxKPt2f3ZxLqKTqOhuZqjkwdhnx3C6maSaYyDu3JfTPtdjkEtMW
pXctTwgnHTCoFWo1595opCThZ9F9SbRotvB/JGpKWfYW+Y0dnReXr+CwHQiW+Kr0
tlIHBmGgrY37O9tFD1qXc4vPd7otyQS1GQa9Fz6nZR6+EEKP9t9ibBfyu6p96+q0
/cR2l68RTg==
=nhwT
-----END PGP SIGNATURE-----
object 98afae2520fbe5a322f803335b3142612fda4762
type commit
tag v0.20.21
tagger Max Kellermann <max@musicpd.org> 1534528259 +0200
release v0.20.21
-----BEGIN PGP SIGNATURE-----
iQJEBAABCgAuFiEEA5IzWngIOJSkMBxDI26KWMbbRRIFAlt3CwMQHG1heEBtdXNp
Y3BkLm9yZwAKCRAjbopYxttFEiQcD/0S7NzE9nLsuTJJB9ElzOW17XiKkLKuDErQ
P1r46APwa0agqfHFTUM5a+ifMCFQ4QTh0p+MiImYniBKmTnuKYBxZJFgHYojrPOS
jxJbPJI6R7vLfo07kIem1jw/3YjqF4BDJyn9FYLBLgWz3IiFC/H4XH4XYxoQhTYL
Xv0aGMCnil6gD2ENvx4by3tqsM9l5ktvPwR6bktRw4ImhgT5zHShpuPYZekas1ic
+A1oCXFO4UrlZQ0sHdcG7Up8NOEJvAiNR5+BCnb9aR8l6M2Mzu2u715zSSWvTBI+
SCa8lE/gkndJC2Q3BmPRp+OcWU/uwVIkWdJdCF8DgN5vmk3cLRJ/SpHGkR1iYSvF
MUW8QF0tc2Xctv0NHYXlDj6wVVJ+OWNUcNy6SWHAT7o5S0ppB+2nesAfTVqqGK/Z
yRmcW5CvYNH8dfN7WBkLehN57dpI6O1YkfF30xCPcT+fu4oBYv7owU4MqFVcJN2r
FEbTZCfRFGjF7Kmb6aF+mFMhTnqYNEZjFS0SljLJWjlimLaSfgTXdEv23IpxIMnV
i+CEy7B2RseR31tmCekyWxdLnNJPYC4Zqwer8dd7yrY/exEM/6x9JQDUbCaGccar
NlwmCj6uDKXxU3tkb9Mk77oX51dFL58BtpoQw/DfXRWSX+UsAxFioyAbJ9juJUrM
JO9WMABo0Q==
=2zvn
-----END PGP SIGNATURE-----
18286d2bd835809045bbf29ac0ea806c6ec2ec8d v0.20.15 a74b16880c2cfc03de4879084a3a6f27385e8439 v0.20.21
#!/bin/sh
git fetch git://git.musicpd.org/master/mpd.git master:upstream
tag=`git tag | grep ^v | sort -n | tail -n 1 | sed s/^v//`
git merge -s ours --no-edit v$tag
sed -i "s/^Version:.*/Version: $tag/" mpd.spec
sed -i "s/^Release:.*/Release: alt1/" mpd.spec
add_changelog -e "- update to $tag" mpd.spec
gear-update-tag -ac
gear-commit -a --no-edit
[remote "upstream"]
url = git://git.musicpd.org/master/mpd.git
fetch = +refs/heads/*:refs/remotes/upstream/*
fetch = +refs/heads/master:refs/heads/upstream
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