]> git.pld-linux.org Git - packages/alltray.git/blob - alltray.spec
52c285561950b24d336b420c2b96518067c87547
[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 tacce systemowej
3 Name:           alltray
4 Version:        0.51
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://dl.sourceforge.net/alltray/%{name}-%{version}.tar.gz
9 # Source0-md5:  44466a011131c4f132b64722dbdd8ae3
10 #Patch0:                %{name}-notitlechange_nomenutitle.patch
11 URL:            http://alltray.sourceforge.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gtk+2-devel >= 2:2.4.0
15 BuildRequires:  pkgconfig
16 Requires:       gtk+2 >= 2:2.4.0
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 With AllTray you can dock any application with no native tray icon
21 (like Evolution, Thunderbird, Terminals) into the system tray. It
22 works well with Gnome, KDE, XFCE 4, Fluxbox and WindowMaker.
23
24 %description -l pl
25 Dziêki AllTray mo¿na zdokowaæ dowoln± aplikacjê (jak Evolution,
26 Thunderbird czy terminal) do tacki systemowej. Dzia³a dobrze z GNOME,
27 KDE, XFCE 4, Fluxboksem i WindowMakerem.
28
29 %prep
30 %setup -q
31 #%%patch0 -p1
32
33 %build
34 %{__aclocal}
35 %{__automake}
36 %{__autoconf}
37 %configure
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 README
51 %attr(755,root,root) %{_bindir}/*
This page took 0.051669 seconds and 2 git commands to generate.