diff --git a/pulseaudio.changes b/pulseaudio.changes index 20a1721..69c1338 100644 --- a/pulseaudio.changes +++ b/pulseaudio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Oct 18 20:29:58 UTC 2014 - crrodriguez@opensuse.org + +- Replace xorg-x11-devel for the exact pkgconfig deps needed. +- Tell doxygen not to generate timestamped html docs. + ------------------------------------------------------------------- Tue Sep 16 08:48:44 UTC 2014 - mpluskal@suse.com diff --git a/pulseaudio.spec b/pulseaudio.spec index ab3d635..3d91fcb 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -71,13 +71,18 @@ BuildRequires: systemd BuildRequires: systemd-devel BuildRequires: translation-update-upstream BuildRequires: update-desktop-files -BuildRequires: xorg-x11-devel BuildRequires: pkgconfig(dbus-1) >= 1.4.12 BuildRequires: pkgconfig(gconf-2.0) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(json) >= 0.9 BuildRequires: pkgconfig(sbc) >= 1.0 +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xcb) +BuildRequires: pkgconfig(x11-xcb) +BuildRequires: pkgconfig(ice) +BuildRequires: pkgconfig(sm) +BuildRequires: pkgconfig(xtst) PreReq: %fillup_prereq PreReq: pwdutils Requires: rtkit @@ -295,6 +300,7 @@ This package contains GDM integration hooks for the PulseAudio sound server. %patch3 -p1 %build +echo 'HTML_TIMESTAMP=NO' >> doxygen/doxygen.conf.in %configure \ --disable-static \ --disable-rpath \