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