]> git.pld-linux.org Git - packages/mpd.git/blobdiff - mpd.spec
up to 0.19.19
[packages/mpd.git] / mpd.spec
index cba3d8f3c9a9f3671bd79b9113d8236d8c3f1102..992c5997a6c15e8ad2fcc00ec16c4aea9bb95ec4 100644 (file)
--- a/mpd.spec
+++ b/mpd.spec
@@ -10,12 +10,12 @@ Summary:    Music Player Daemon
 Summary(hu.UTF-8):     Music Player Daemon
 Summary(pl.UTF-8):     Music Player Daemon - demon odtwarzający muzykę
 Name:          mpd
-Version:       0.19.11
-Release:       2
+Version:       0.19.19
+Release:       1
 License:       GPL v2+
 Group:         Applications/Multimedia
 Source0:       http://www.musicpd.org/download/mpd/0.19/%{name}-%{version}.tar.xz
-# Source0-md5: 78935f6c464b67e19b4dc65bdb80319e
+# Source0-md5: 6e4fca9a9c26dad08b61bac9a91802db
 Source1:       %{name}.conf
 Source2:       %{name}.init
 Source3:       %{name}.sysconfig
@@ -36,18 +36,19 @@ BuildRequires:      dbus-devel
 BuildRequires: doxygen
 BuildRequires: expat-devel
 BuildRequires: faad2-devel >= 2.6.1-5
-BuildRequires: ffmpeg-devel
+BuildRequires: ffmpeg-devel >= 0.8.0
 BuildRequires: flac-devel >= 1.2.0
 BuildRequires: fluidsynth-devel >= 1.1
 BuildRequires: game-music-emu-devel
+BuildRequires: gcc >= 6:4.7
 BuildRequires: glib2-devel >= 1:2.28.0
-BuildRequires: harfbuzz-icu-devel
 BuildRequires: jack-audio-connection-kit-devel >= 0.100
 BuildRequires: lame-libs-devel
 BuildRequires: libao-devel >= 0.8.3
 BuildRequires: libcdio-devel
 BuildRequires: libcdio-paranoia-devel
 BuildRequires: libcue-devel
+BuildRequires: libicu-devel
 BuildRequires: libid3tag-devel
 BuildRequires: libmad-devel
 %{?with_mod:BuildRequires:     libmikmod-devel >= 3.1.7}
@@ -63,8 +64,8 @@ BuildRequires:        libsmbclient-devel >= 0.2
 BuildRequires: libsndfile-devel
 BuildRequires: libstdc++-devel >= 0.2
 BuildRequires: libupnp-devel
-BuildRequires: libwrap-devel
 BuildRequires: libvorbis-devel
+BuildRequires: libwrap-devel
 BuildRequires: musepack-devel
 BuildRequires: opus-devel
 BuildRequires: pkgconfig >= 1:0.9.0
@@ -116,6 +117,9 @@ frontendów albo często restartujących X.
 Summary:       MPD API documentation
 Summary(pl.UTF-8):     Dokumentacja API biblioteki API
 Group:         Documentation
+%if "%{_rpmversion}" >= "5"
+BuildArch:     noarch
+%endif
 
 %description apidocs
 API and internal documentation for MPD library.
@@ -233,7 +237,7 @@ install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/{rc.d/init.d,sysconfig}} \
 cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}
 install -p %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/mpd
 cp -p %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/mpd
-install %{SOURCE4} $RPM_BUILD_ROOT%{systemdtmpfilesdir}/%{name}.conf
+cp -p %{SOURCE4} $RPM_BUILD_ROOT%{systemdtmpfilesdir}/%{name}.conf
 
 touch $RPM_BUILD_ROOT/var/lib/mpd/mpd.db
 touch $RPM_BUILD_ROOT/var/lib/mpd/mpdstate
This page took 0.07002 seconds and 4 git commands to generate.