]> git.pld-linux.org Git - packages/alltray.git/blame - alltray.spec
- converted to UTF-8
[packages/alltray.git] / alltray.spec
CommitLineData
ec38e631 1Summary: AllTray - small program to dock application into the system tray
ef65820e 2Summary(pl.UTF-8): AllTray - mały program do dokowania aplikacji w tacce systemowej
ec38e631 3Name: alltray
c2a14dcd 4Version: 0.66
111383be 5Release: 1
aeca7471 6License: GPL v2
ec38e631 7Group: X11/Applications
8Source0: http://dl.sourceforge.net/alltray/%{name}-%{version}.tar.gz
c2a14dcd 9# Source0-md5: 78b43bd2e19258b0518af99e21123561
c577aad7 10#Patch0: %{name}-notitlechange_nomenutitle.patch
ec38e631 11URL: http://alltray.sourceforge.net/
c2a14dcd 12BuildRequires: GConf2-devel
98f8b146
JB
13BuildRequires: autoconf
14BuildRequires: automake
15BuildRequires: gtk+2-devel >= 2:2.4.0
c2a14dcd 16BuildRequires: libtool
98f8b146
JB
17BuildRequires: pkgconfig
18Requires: gtk+2 >= 2:2.4.0
ec38e631 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
c2a14dcd 24works well with Gnome, KDE, Xfce 4, Fluxbox and WindowMaker.
ec38e631 25
ef65820e
JR
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,
c2a14dcd 29KDE, Xfce 4, Fluxboksem i WindowMakerem.
ec38e631 30
31%prep
32%setup -q
c577aad7 33#%%patch0 -p1
ec38e631 34
35%build
19601ff0 36%{__aclocal}
37%{__automake}
38%{__autoconf}
8e8bfa74 39%configure \
40 --disable-static
ec38e631 41
42%install
43rm -rf $RPM_BUILD_ROOT
98f8b146
JB
44
45%{__make} install \
46 DESTDIR=$RPM_BUILD_ROOT
ec38e631 47
8e8bfa74 48rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
49
ec38e631 50%clean
51rm -rf $RPM_BUILD_ROOT
ec38e631 52
53%files
54%defattr(644,root,root,755)
98f8b146 55%doc AUTHORS ChangeLog README
ec38e631 56%attr(755,root,root) %{_bindir}/*
aeca7471 57%attr(755,root,root) %{_libdir}/liballtray*.so.*.*
58%{_mandir}/man1/alltray.1*
111383be 59%{_desktopdir}/%{name}.desktop
60%{_pixmapsdir}/*.png
This page took 0.059022 seconds and 4 git commands to generate.