[packages/recent-notifications] try to build with current gnome-applets-devel

glen glen at pld-linux.org
Mon Jan 25 09:40:00 CET 2016


commit 0e7890814253a6b7f02e9cb504c66c3c60fe41e4
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Jan 25 10:39:55 2016 +0200

    try to build with current gnome-applets-devel

 recent-notifications.spec | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
---
diff --git a/recent-notifications.spec b/recent-notifications.spec
index b11e1f3..3780159 100644
--- a/recent-notifications.spec
+++ b/recent-notifications.spec
@@ -7,9 +7,10 @@ Group:		X11/Applications
 Source0:	https://launchpad.net/recent-notifications/gnome3/%{version}/+download/%{name}-%{version}.tar.gz
 # Source0-md5:	a51daff631aa9ea71a0f5e47195991d3
 URL:		https://launchpad.net/recent-notifications
-BuildRequires:	pkgconfig(libpanelapplet-4.0) >= 3.1.91
+BuildRequires:	pkgconfig(libpanel-applet) >= 3.1.91
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.713
+BuildRequires:	vala >= 2:0.18
 Requires:	python-dbus
 Requires:	python-gnomeapplet
 Requires:	python-gtk2
@@ -23,8 +24,16 @@ sent with libnotify to a notification daemon, such as notify-osd.
 %prep
 %setup -q
 
+%{__sed} -i -e '/LIBPANELAPPLET_NAME/ s/libpanelapplet-4.0/libpanel-applet/' configure.ac
+%{__sed} -i -e '/AM_INIT_AUTOMAKE/ s/-Werror//' configure.ac
+
 %build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
+	--disable-silent-rules \
 	--libexecdir=%{_libdir}/%{name}
 %{__make}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/recent-notifications.git/commitdiff/0e7890814253a6b7f02e9cb504c66c3c60fe41e4



More information about the pld-cvs-commit mailing list