-
Notifications
You must be signed in to change notification settings - Fork 11
/
stalonetray.spec.in
49 lines (42 loc) · 1.15 KB
/
stalonetray.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Summary: STand Alone TRAY (notification area) implementation
Name: stalonetray
Version: @VERSION_STR@
Release: 0
License: GPL
Group: User Interface/X
BuildRoot: %{_tmppath}/%{name}-buildroot
Source: http://belnet.dl.sourceforge.net/sourceforge/stalonetray/stalonetray_@[email protected]
URL: http://sourceforge.net/projects/stalonetray
Packager: Roman Dubtsov <[email protected]>
BuildRequires: libx11-devel
BuildRequires: glibc-devel
%description
The stalonetray is a STAnd-aLONE system TRAY (notification area).
It has minimal build and run-time dependencies: the Xlib only. The XEMBED
support is planned. Stalonetray runs under virtually any window manager.
%prep
rm -rf ${RPM_BUILD_ROOT}
%setup -q
%build
%configure
make
make check
%install
rm -rf ${RPM_BUILD_ROOT}
%makeinstall
#make DESTDIR=%buildroot install
%files
%doc README
%doc NEWS
%doc COPYING
%doc AUTHORS
%doc stalonetrayrc.sample
%doc stalonetray.html
%doc stalonetray.xml
%{_bindir}/*
%{_mandir}/man*/*
%changelog
* Thu Dec 28 2006 Roman Dubtsov <[email protected]>
- new upstream release
* Tue Mar 28 2006 Roman Dubtsov <[email protected]>
- initial rpmization