]> git.pld-linux.org Git - packages/alltray.git/blame_incremental - alltray.spec
- tabs in preamble
[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.66
5Release: 1
6License: GPL v2
7Group: X11/Applications
8Source0: http://dl.sourceforge.net/alltray/%{name}-%{version}.tar.gz
9# Source0-md5: 78b43bd2e19258b0518af99e21123561
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%{__aclocal}
37%{__automake}
38%{__autoconf}
39%configure \
40 --disable-static
41
42%install
43rm -rf $RPM_BUILD_ROOT
44
45%{__make} install \
46 DESTDIR=$RPM_BUILD_ROOT
47
48rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
49
50%clean
51rm -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.050661 seconds and 4 git commands to generate.