]> git.pld-linux.org Git - packages/recent-notifications.git/blob - recent-notifications.spec
new, 0.5.4
[packages/recent-notifications.git] / recent-notifications.spec
1 Summary:        Recent Notifications Applet
2 Name:           recent-notifications
3 Version:        0.5.4
4 Release:        0.1
5 License:        GPL v3
6 Group:          X11/Applications
7 Source0:        https://launchpad.net/recent-notifications/gnome3/%{version}/+download/%{name}-%{version}.tar.gz
8 # Source0-md5:  a51daff631aa9ea71a0f5e47195991d3
9 URL:            https://launchpad.net/recent-notifications
10 BuildRequires:  pkgconfig(libpanelapplet-4.0) >= 3.1.91
11 BuildRequires:  rpm-pythonprov
12 BuildRequires:  rpmbuild(macros) >= 1.713
13 Requires:       python-dbus
14 Requires:       python-gnomeapplet
15 Requires:       python-gtk2
16 Requires:       python-pygobject
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Recent Notifications is a GNOME applet that collects recent messages
21 sent with libnotify to a notification daemon, such as notify-osd.
22
23 %prep
24 %setup -q
25
26 %build
27 %configure \
28         --libexecdir=%{_libdir}/%{name}
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 %{__make} install \
34         DESTDIR=$RPM_BUILD_ROOT
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc README ChangeLog
This page took 0.068887 seconds and 3 git commands to generate.