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