]> git.pld-linux.org Git - packages/alltray.git/blame_incremental - alltray.spec
- up to 0.70
[packages/alltray.git] / alltray.spec
... / ...
CommitLineData
1Summary: AllTray - small program to dock application into the system tray
2Summary(pl.UTF-8): AllTray - mały program do dokowania aplikacji w tacce systemowej
3Name: alltray
4Version: 0.70
5Release: 1
6License: GPL v2
7Group: X11/Applications
8Source0: http://dl.sourceforge.net/alltray/%{name}-%{version}.tar.gz
9# Source0-md5: 675a0a60f22fae04da787095ef0bd7d9
10#Patch0: %{name}-notitlechange_nomenutitle.patch
11URL: http://alltray.sourceforge.net/
12BuildRequires: GConf2-devel
13BuildRequires: autoconf
14BuildRequires: automake
15BuildRequires: gtk+2-devel >= 2:2.4.0
16BuildRequires: libtool
17BuildRequires: pkgconfig
18Requires: gtk+2 >= 2:2.4.0
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22With AllTray you can dock any application with no native tray icon
23(like Evolution, Thunderbird, Terminals) into the system tray. It
24works well with Gnome, KDE, Xfce 4, Fluxbox and WindowMaker.
25
26%description -l pl.UTF-8
27Dzięki AllTray można zadokować dowolną aplikację (jak Evolution,
28Thunderbird czy terminal) do tacki systemowej. Działa dobrze z GNOME,
29KDE, 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
45rm -rf $RPM_BUILD_ROOT
46
47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
49
50rm -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.222572 seconds and 4 git commands to generate.