]> git.pld-linux.org Git - packages/alltray.git/blob - alltray.spec
- new spec by Pawel Marek Zaskorski
[packages/alltray.git] / alltray.spec
1 Summary:        AllTray - small program to dock application into the system tray
2 Summary(pl):    AllTray - ma³y program do dokowania aplikacji w system tray'u
3 Name:           alltray
4 Version:        0.42
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://dl.sourceforge.net/alltray/%{name}-%{version}.tar.gz
9 # Source0-md5:  2646556343a0350b4ede7dbd228c78ee
10 Patch0:         %{name}-notitlechange_nomenutitle.patch
11 URL:            http://alltray.sourceforge.net/
12 BuildRequires:  gtk+2-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 With AllTray you can dock any application with no native tray icon
17 (like Evolution, Thunderbird, Terminals) into the system tray. It
18 works well with Gnome, KDE, XFCE 4, Fluxbox and WindowMaker.
19
20 %description -l pl
21 Dziêki AllTray mo¿esz zdokowaæ dowoln± aplikacjê (jak Evolution,
22 Thunderbird czy terminal) do systemtray'a. Dzia³a dobrze z Gnome, KDE,
23 XFCE 4, Fluxboxem i WindowMakerem.
24
25 %prep
26 %setup -q
27 %patch0 -p1
28
29 %build
30 %configure
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 %{__make} install DESTDIR=$RPM_BUILD_ROOT
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38 rm -fr %{_builddir}/%{name}-%{version}
39
40 %files
41 %defattr(644,root,root,755)
42 %attr(755,root,root) %{_bindir}/*
43 %doc AUTHORS ChangeLog COPYING
This page took 0.112565 seconds and 3 git commands to generate.