]> git.pld-linux.org Git - packages/alltray.git/blob - alltray.spec
- up to 0.62
[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.62
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://dl.sourceforge.net/alltray/%{name}-%{version}.tar.gz
9 # Source0-md5:  f063900b552831376a59cf7cd313c252
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         --disable-static
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc AUTHORS ChangeLog README
54 %attr(755,root,root) %{_bindir}/*
55 %attr(755,root,root) %{_libdir}/liballtray*.so.*.*
56 %{_mandir}/man1/alltray.1*
57 %{_desktopdir}/%{name}.desktop
58 %{_pixmapsdir}/*.png
This page took 0.061936 seconds and 4 git commands to generate.