]> git.pld-linux.org Git - packages/ekg2-script-pynotif.git/blob - ekg2-script-pynotif.spec
- up to current version from git
[packages/ekg2-script-pynotif.git] / ekg2-script-pynotif.spec
1
2 Summary:        Notification script for ekg2
3 Summary(pl.UTF-8):      Skrypt programu ekg2 wysyłający powiadomienia
4 Name:           ekg2-script-pynotif
5 Version:        0
6 Release:        0.20090714.1
7 License:        GPL v3
8 Group:          Applications/Communications
9 # git clone git://github.com/pawelz/pynotif.git
10 Source0:        pynotif.py
11 URL:            http://github.com/pawelz/pynotif/tree/master
12 BuildRequires:  rpm-pythonprov
13 Requires:       dbus(org.freedesktop.Notifications)
14 Requires:       ekg2-plugin-scripting-python >= 0.1.3
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 pynotif is an extension for ekg2. It sends dbus notifications about
20 status changes and incoming messages.
21
22 %description -l pl.UTF-8
23 pynotify jest rozszerzeniem programu ekg2, które wysyła dbusowe
24 powiadomienia o zmianach statusów i przychodzących wiadomościach.
25
26 %prep
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT%{_datadir}/ekg2/scripts/
31
32 install %{SOURCE0} $RPM_BUILD_ROOT%{_datadir}/ekg2/scripts/pynotif.py
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %{_datadir}/ekg2/scripts/pynotif.py
This page took 0.096391 seconds and 3 git commands to generate.