ef71659
Name:           docker
ef71659
Version:        1.5
a2e2808
Release:        2%{?dist}
ef71659
Summary:        KDE and GNOME2 system tray replacement docking application
ef71659
ef71659
Group:          User Interface/X
a2e2808
License:        GPL+
ef71659
URL:            http://icculus.org/openbox/2/docker/
ef71659
Source0:        http://icculus.org/openbox/2/docker/docker-1.5.tar.gz
ef71659
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
ef71659
ef71659
ef71659
BuildRequires:  glib2-devel
ef71659
BuildRequires:  libX11-devel
ef71659
ef71659
%description
ef71659
Docker is a docking application (WindowMaker dock app) which acts as a system
ef71659
tray for KDE and GNOME2. It can be used to replace the panel in either
ef71659
environment, allowing you to have a system tray without running the KDE/GNOME
ef71659
panel or environment.
ef71659
ef71659
%prep
ef71659
%setup -q
ef71659
ef71659
ef71659
%build
ef71659
make %{?_smp_mflags} CFLAGS="${RPM_OPT_FLAGS}" XLIBPATH=%{_libdir}/X11
ef71659
ef71659
ef71659
%install
ef71659
rm -rf $RPM_BUILD_ROOT
ef71659
mkdir -p ${RPM_BUILD_ROOT}/%{_bindir}
ef71659
make install PREFIX=${RPM_BUILD_ROOT}/%{_prefix}
ef71659
ef71659
ef71659
%clean
ef71659
rm -rf $RPM_BUILD_ROOT
ef71659
ef71659
ef71659
%files
ef71659
%defattr(-,root,root,-)
ef71659
%doc README COPYING
ef71659
%{_bindir}/docker
ef71659
ef71659
ef71659
%changelog
a2e2808
* Mon Oct 15 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
a2e2808
- 1.5-2
a2e2808
- add new license tag
a2e2808
ef71659
* Sat Jun 02 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
a2e2808
- 1.5-1
ef71659
- initial version