rpms/docker/devel docker.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Mon Oct 15 15:00:32 UTC 2007


Author: awjb

Update of /cvs/pkgs/rpms/docker/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26532/devel

Modified Files:
	.cvsignore sources 
Added Files:
	docker.spec 
Log Message:
 - initial checkin



--- NEW FILE docker.spec ---
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 <andreas.bierfert[AT]lowlatency.de>
1.5-1
- initial version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/docker/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Oct 2007 19:38:54 -0000	1.1
+++ .cvsignore	15 Oct 2007 14:59:59 -0000	1.2
@@ -0,0 +1 @@
+docker-1.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/docker/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Oct 2007 19:38:54 -0000	1.1
+++ sources	15 Oct 2007 14:59:59 -0000	1.2
@@ -0,0 +1 @@
+349320bebd43babb8b43e11c7aae0293  docker-1.5.tar.gz




More information about the fedora-extras-commits mailing list