]> git.pld-linux.org Git - packages/InfoBox.git/blob - InfoBox.spec
- R:dbus-X11, no version required as there's no dbus-X11 < 0.36
[packages/InfoBox.git] / InfoBox.spec
1 Summary:        InfoBox - notification tool
2 Summary(pl):    InfoBox - system powiadomieñ
3 Name:           InfoBox
4 Version:        0.9
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://download.berlios.de/fvwm-crystal/%{name}-%{version}.tar.bz2
9 # Source0-md5:  738a95010d115c6d460e15e8a736b067
10 URL:            http://developer.berlios.de/project/showfiles.php?group_id=1595
11 Patch0:         %{name}-doc.patch
12 Requires:       dbus-X11
13 Requires:       gtk+2 >= 2.6
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 InfoBox is a notification tool based on specifications from
18 <http://www.galago-project.org/>. It was inspired by FVWM-Crystal's
19 InformationBox. It's meant for FVWM-Crystal, but should work with
20 other window managers.
21
22 %description -l pl
23 InfoBox jest systemem powiadomieñ opartym o specyfikacjê
24 <http://www.galago-project.org/>. Projektowany by³ dla powiadomieñ
25 D-BUS, i potrafi je wy¶wietlaæ. Wzorowany jest na InformationBox z
26 FVWM-Crystal. Przeznaczony by³ dla FVWM-Crystal ale powinien pracowaæ
27 ze wszystkimi ¶rodowiskami.
28
29 %prep
30 %setup -q
31 %patch0 -p1
32
33 %build
34 %configure \
35         --prefix=%{_prefix}
36
37 %{__make}
38 %{__make} check
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc %{_datadir}/doc/infobox-%{version}/*
52 %attr(755,root,root) %{_bindir}/*
53 %attr(755,root,root) %{_libdir}/infoboxd
54 %{_sysconfdir}/dbus-1/system.d/%{name}d.conf
55 %{_datadir}/dbus-1/services/org.freedesktop.Notifications.service
This page took 0.090214 seconds and 3 git commands to generate.