File matchbox-panel.spec of Package matchbox-panel
#
# spec file for package matchbox-window-manager
#
# Copyright (c) 2007 Novell Canada Ltd., Ottawa, Ontario.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: matchbox-panel
BuildRequires: pkgconfig libmatchbox-devel
BuildRequires: startup-notification-devel wireless-tools
Summary: A window manager for small X apps
Version: 0.9.3
Release: 0.1pzb
License: GPL
Group: System/Libraries
Source: %{name}-%{version}.tar.bz2
URL: http://projects.o-hand.com/matchbox/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
tiny window manager
Authors:
--------
Matthew Allum <mallum@openedhand.com>
%debug_package
%prep
%setup
%build
autoreconf --force --install
%{?suse_update_config:%{suse_update_config -f}}
# skip --enable-acpi-linux, code is busted on GCC >= 4.0
%configure --enable-dnotify --enable-startup-notification --enable-nls
make
%install
%makeinstall
%find_lang %{name}
find "$RPM_BUILD_ROOT"
%clean
test "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(-, root, root)
%doc COPYING NEWS README
%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%changelog
* Sun Jan 28 2007 - pzb@novell.com
- Import into build service