File boot-mode-ui.spec of Package boot-mode-ui
#
# spec file for package boot-mode-ui (Version 0.2)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# 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: boot-mode-ui
BuildRequires: gtk2-devel perl-XML-Parser update-desktop-files
Url: http://code.google.com/p/loolixbodes/wiki/BootModeUI
Version: 0.2
Release: 1
License: GPL v2 only
Group: System/GUI/GNOME
AutoReqProv: on
Summary: A graphical version of boot-mode
Source0: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Boot Mode UI allows you to enable update mode without using a command
line.
Authors:
--------
Jacob Berkman <jberkman@novell.com>
%prep
%setup -q
%build
CFLAGS="$RPM_OPT_FLAGS" \
%configure
make
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
%suse_update_desktop_file %name -G "Enable update mode"
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc
%{_bindir}/boot-mode-ui
%{_datadir}/applications/boot-mode-ui.desktop
%changelog
* Fri Feb 22 2008 gekker@suse.de
- Add GPLv2 COPYING file
* Wed Jan 09 2008 gekker@suse.de
- Initial import into autobuild.