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