]> git.pld-linux.org Git - packages/alltray.git/blob - alltray.spec
- regenerate ac/am
[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 %{__aclocal}
31 %{__automake}
32 %{__autoconf}
33 %{__automake}
34 %configure
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 %{__make} install DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %attr(755,root,root) %{_bindir}/*
46 %doc AUTHORS ChangeLog COPYING
This page took 0.061229 seconds and 4 git commands to generate.