]> git.pld-linux.org Git - packages/alltray.git/blob - alltray.spec
ba229ae17dc770486de225e79e51d589d196fefa
[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.66
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:  78b43bd2e19258b0518af99e21123561
10 #Patch0:                %{name}-notitlechange_nomenutitle.patch
11 URL:            http://alltray.sourceforge.net/
12 BuildRequires:  GConf2-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  gtk+2-devel >= 2:2.4.0
16 BuildRequires:  libtool
17 BuildRequires:  pkgconfig
18 Requires:       gtk+2 >= 2:2.4.0
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 With AllTray you can dock any application with no native tray icon
23 (like Evolution, Thunderbird, Terminals) into the system tray. It
24 works well with Gnome, KDE, Xfce 4, Fluxbox and WindowMaker.
25
26 %description -l pl.UTF-8
27 Dzięki AllTray można zadokować dowolną aplikację (jak Evolution,
28 Thunderbird czy terminal) do tacki systemowej. Działa dobrze z GNOME,
29 KDE, Xfce 4, Fluxboksem i WindowMakerem.
30
31 %prep
32 %setup -q
33 #%%patch0 -p1
34
35 %build
36 %{__aclocal}
37 %{__automake}
38 %{__autoconf}
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 rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc AUTHORS ChangeLog README
56 %attr(755,root,root) %{_bindir}/*
57 %attr(755,root,root) %{_libdir}/liballtray*.so.*.*
58 %{_mandir}/man1/alltray.1*
59 %{_desktopdir}/%{name}.desktop
60 %{_pixmapsdir}/*.png
This page took 0.113279 seconds and 3 git commands to generate.