]> git.pld-linux.org Git - packages/stalonetray.git/blob - stalonetray.spec
- 0.6.3
[packages/stalonetray.git] / stalonetray.spec
1 Summary:        A stand-alone system tray
2 Summary(pl.UTF-8):      Samodzielna tacka systemowa
3 Name:           stalonetray
4 Version:        0.6.3
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications
8 Source0:        http://dl.sourceforge.net/stalonetray/%{name}-%{version}.tar.bz2
9 # Source0-md5:  064ab2b8174f933cd7e96169d216583c
10 URL:            http://stalonetray.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  xorg-lib-libICE-devel
14 BuildRequires:  xorg-lib-libSM-devel
15 BuildRequires:  xorg-lib-libX11-devel
16 BuildRequires:  xorg-lib-libXpm-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 The stalonetray is a STAnd-aLONE system tray. It runs under virtually
21 any window manager.
22
23 %description -l pl.UTF-8
24 stalonetray jest samodzielną tacką systemową. Działa on właściwie z
25 każdym zarządcą okien.
26
27 %prep
28 %setup -q
29
30 %build
31 %{__aclocal}
32 %{__autoconf}
33 %{__autoheader}
34 %{__automake}
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS ChangeLog NEWS README TODO
50 %attr(755,root,root) %{_bindir}/*
51 %{_mandir}/man1/*.1*
This page took 0.145529 seconds and 3 git commands to generate.