]> git.pld-linux.org Git - packages/ekg2-script-pynotif.git/blob - ekg2-script-pynotif.spec
- define file encoding
[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.20090706.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 Requires:       python-pynotify
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 pynotif is an extension for ekg2. It sends dbus notifications about
21 status changes and incoming messages.
22
23 %description -l pl.UTF-8
24 pynotify jest rozszerzeniem programu ekg2, które wysyła dbusowe
25 powiadomienia o zmianach statusów i przychodzących wiadomościach.
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 install -d $RPM_BUILD_ROOT%{_datadir}/ekg2/scripts/
30
31 install %{SOURCE0} $RPM_BUILD_ROOT%{_datadir}/ekg2/scripts/pynotif.py
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %{_datadir}/ekg2/scripts/pynotif.py
This page took 0.085649 seconds and 3 git commands to generate.