]> git.pld-linux.org Git - packages/stalonetray.git/blob - stalonetray.spec
- converted to UTF-8
[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.2
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:  4315146a5c2c99c00a7e166b98ad1df9
10 URL:            http://stalonetray.sourceforge.net/
11 BuildRequires:  XFree86-devel
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 The stalonetray is a STAnd-aLONE system tray. It runs under virtually
18 any window manager.
19
20 %description -l pl.UTF-8
21 stalonetray jest samodzielną tacką systemową. Działa on właściwie z
22 każdym zarządcą okien.
23
24 %prep
25 %setup -q
26
27 %build
28 %{__aclocal}
29 %{__autoconf}
30 %{__autoheader}
31 %{__automake}
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc AUTHORS ChangeLog NEWS README TODO
47 %attr(755,root,root) %{_bindir}/*
48 %{_mandir}/man1/*.1*
This page took 0.082985 seconds and 4 git commands to generate.