]> git.pld-linux.org Git - packages/recent-notifications.git/commitdiff
new, 0.5.4
authorElan Ruusamäe <glen@delfi.ee>
Mon, 25 Jan 2016 08:17:51 +0000 (10:17 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 25 Jan 2016 08:17:51 +0000 (10:17 +0200)
can't build as can't locate libpanelapplet-4.0 pkg config resource

recent-notifications.spec [new file with mode: 0644]

diff --git a/recent-notifications.spec b/recent-notifications.spec
new file mode 100644 (file)
index 0000000..b11e1f3
--- /dev/null
@@ -0,0 +1,41 @@
+Summary:       Recent Notifications Applet
+Name:          recent-notifications
+Version:       0.5.4
+Release:       0.1
+License:       GPL v3
+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: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.713
+Requires:      python-dbus
+Requires:      python-gnomeapplet
+Requires:      python-gtk2
+Requires:      python-pygobject
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Recent Notifications is a GNOME applet that collects recent messages
+sent with libnotify to a notification daemon, such as notify-osd.
+
+%prep
+%setup -q
+
+%build
+%configure \
+       --libexecdir=%{_libdir}/%{name}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README ChangeLog
This page took 0.092386 seconds and 4 git commands to generate.