]> git.pld-linux.org Git - packages/alltray.git/blob - alltray.spec
- up to 0.70
[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 #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 %{__libtoolize}
37 %{__aclocal}
38 %{__automake}
39 %{__autoconf}
40
41 %configure \
42         --disable-static
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
51
52 #%clean
53 #rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc AUTHORS ChangeLog README
58 %attr(755,root,root) %{_bindir}/*
59 %attr(755,root,root) %{_libdir}/liballtray*.so*
60 %{_mandir}/man1/alltray.1*
61 %{_desktopdir}/%{name}.desktop
62 %{_pixmapsdir}/*.png
This page took 0.072287 seconds and 4 git commands to generate.