From ef7165911be52805b7e7853a5595e579ea1ed81d Mon Sep 17 00:00:00 2001 From: Andreas Bierfert Date: Oct 15 2007 14:59:59 +0000 Subject: - initial checkin --- diff --git a/.cvsignore b/.cvsignore index e69de29..841a203 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +docker-1.5.tar.gz diff --git a/docker.spec b/docker.spec new file mode 100644 index 0000000..fb28301 --- /dev/null +++ b/docker.spec @@ -0,0 +1,49 @@ +Name: docker +Version: 1.5 +Release: 1%{?dist} +Summary: KDE and GNOME2 system tray replacement docking application + +Group: User Interface/X +License: GPL +URL: http://icculus.org/openbox/2/docker/ +Source0: http://icculus.org/openbox/2/docker/docker-1.5.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + + +BuildRequires: glib2-devel +BuildRequires: libX11-devel + +%description +Docker is a docking application (WindowMaker dock app) which acts as a system +tray for KDE and GNOME2. It can be used to replace the panel in either +environment, allowing you to have a system tray without running the KDE/GNOME +panel or environment. + +%prep +%setup -q + + +%build +make %{?_smp_mflags} CFLAGS="${RPM_OPT_FLAGS}" XLIBPATH=%{_libdir}/X11 + + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p ${RPM_BUILD_ROOT}/%{_bindir} +make install PREFIX=${RPM_BUILD_ROOT}/%{_prefix} + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc README COPYING +%{_bindir}/docker + + +%changelog +* Sat Jun 02 2007 Andreas Bierfert +1.5-1 +- initial version diff --git a/sources b/sources index e69de29..414735f 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +349320bebd43babb8b43e11c7aae0293 docker-1.5.tar.gz