]> git.pld-linux.org Git - packages/alltray.git/blob - alltray.spec
- cleanup
[packages/alltray.git] / alltray.spec
1 Summary:        AllTray - small program to dock application into the system tray
2 Summary(pl.UTF-8):      AllTray - mały program do dokowania aplikacji w tacce systemowej
3 Name:           alltray
4 Version:        0.70
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:  675a0a60f22fae04da787095ef0bd7d9
10 URL:            http://alltray.sourceforge.net/
11 BuildRequires:  GConf2-devel
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gtk+2-devel >= 2:2.4.0
15 BuildRequires:  libtool
16 BuildRequires:  pkgconfig
17 Requires:       gtk+2 >= 2:2.4.0
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 With AllTray you can dock any application with no native tray icon
22 (like Evolution, Thunderbird, Terminals) into the system tray. It
23 works well with Gnome, KDE, Xfce 4, Fluxbox and WindowMaker.
24
25 %description -l pl.UTF-8
26 Dzięki AllTray można zadokować dowolną aplikację (jak Evolution,
27 Thunderbird czy terminal) do tacki systemowej. Działa dobrze z GNOME,
28 KDE, Xfce 4, Fluxboksem i WindowMakerem.
29
30 %prep
31 %setup -q
32
33 %build
34 %{__libtoolize}
35 %{__aclocal}
36 %{__automake}
37 %{__autoconf}
38
39 %configure \
40         --disable-static
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 # liballtray.so.0.0.0 is explicitly LD_PRELOADed
49 rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.{la,so}
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %post   -p /sbin/ldconfig
55 %postun -p /sbin/ldconfig
56
57 %files
58 %defattr(644,root,root,755)
59 %doc AUTHORS ChangeLog README
60 %attr(755,root,root) %{_bindir}/alltray
61 %attr(755,root,root) %{_libdir}/liballtray.so.*.*.*
62 %attr(755,root,root) %ghost %{_libdir}/liballtray.so.0
63 %{_mandir}/man1/alltray.1*
64 %{_desktopdir}/%{name}.desktop
65 %{_pixmapsdir}/alltray.png
This page took 0.070561 seconds and 3 git commands to generate.