~ubuntu-branches/ubuntu/wily/alltray/wily

« back to all changes in this revision

Viewing changes to alltray.spec

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Hertzog
  • Date: 2007-01-14 18:36:56 UTC
  • Revision ID: james.westby@ubuntu.com-20070114183656-tutd3t7x0kifep7a
Tags: upstream-0.69
ImportĀ upstreamĀ versionĀ 0.69

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Summary: Alltray allows to dock any program.
 
2
Name: alltray
 
3
Version: 0.67
 
4
Release: 1
 
5
Prefix: %{prefix}
 
6
License: GPL
 
7
Group: Applications/System
 
8
Source: http://prdownloads.sourceforge.net/alltray/%{name}-%{version}.tar.gz
 
9
URL: http://alltray.sourceforge.net/
 
10
Packager: Michael Krylov <m.krylov@mail.ru>
 
11
BuildRoot: /var/tmp/%{name}-%{version}
 
12
Requires: gtk2 >= 2.2.0
 
13
BuildRequires: gtk2-devel >= 2.2.0
 
14
 
 
15
%description
 
16
With AllTray you can dock any application with no native tray icon (like Evolution, Thunderbird, Terminals) into the system tray. A high-light feature is that a click on the "close" button will minimize back to system tray. It works well with Gnome, KDE, XFCE 4, Fluxbox and WindowMaker.
 
17
 
 
18
%prep
 
19
%setup -n %{name}-%{version}
 
20
 
 
21
%build
 
22
%configure
 
23
make
 
24
 
 
25
%install
 
26
rm -rf $RPM_BUILD_ROOT
 
27
%makeinstall
 
28
 
 
29
%clean
 
30
rm -rf $RPM_BUILD_ROOT
 
31
 
 
32
%files
 
33
%defattr(-, root, root)
 
34
%{_bindir}/%{name}
 
35
%{_datadir}/man/*
 
36
%{_libdir}/liballtray.*
 
37
%{_datadir}/applications/alltray.desktop
 
38
%{_datadir}/pixmaps/alltray.png
 
39
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
 
40
 
 
41
%changelog
 
42
* Sat Dec 10 2005 Michael Krylov <m.krylov@mail.ru>
 
43
- Initial spec for alltray-0.65
 
44
 
 
45
 
 
46