Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-release-src > by-pkgid > e311e0c60e63ce7516ce352a2e356dbe > files > 2

docker-1.5-5.mga1.src.rpm

%define name	docker
%define version	1.5
%define release %mkrel 5

Name: 	 	%{name}
Summary: 	Standalone system tray
Version: 	%{version}
Release: 	%{release}

Source:		%{name}-%{version}.tar.bz2
URL:		http://icculus.org/openbox/2/docker/
License:	GPLv2
Group:		Graphical desktop/Other
BuildRoot:	%{_tmppath}/%{name}-%{version}
BuildRequires:	X11-devel glib2-devel

%description
Docker is a docking application (WindowMaker dock app) which acts as a system
tray for KDE3 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. Originally written and designed to work with Openbox 2,
it should work fine in any window manager that supports WindowMaker dock apps.

%prep
%setup -q

%build
%make CFLAGS="$RPM_OPT_FLAGS" XLIBPATH=%_libdir 
										
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p %buildroot/%_bindir
cp %name %buildroot/%_bindir/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README
%{_bindir}/%name


%changelog
* Sat Apr 30 2011 misc <misc> 1.5-5.mga1
+ Revision: 93895
- fix License
- increase release to fix upgrade from mandriva

* Sun Mar 06 2011 saispo <saispo> 1.5-1.mga1
+ Revision: 65194
- imported package docker