File lobster-configurator.spec of Package lobster-configurator
#
# spec file for package lobster-configurator (Version 0.9)
#
# 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: lobster-configurator
BuildRequires: gtk2-devel perl-XML-Parser update-desktop-files
Version: 0.9
Release: 1
License: GPL v2 or later
Group: System/GUI/GNOME
Url: http://code.google.com/p/loolixbodes/wiki/LobsterConfigurator
Summary: A network configuration tool
Source0: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Lobster Configurator can configure network interfaces on a SUSE Linux
system. It can delegate to Network Manager, or let you configure
devices using dhcp or static addresses.
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}/lobster-configurator
%{_datadir}/applications/lobster-configurator.desktop
%changelog
* Wed May 21 2008 mauro@suse.de
- Updated to version 0.9
- Fixed bnc#378476
* Wed Jan 09 2008 gekker@suse.de
- Initial import into autobuild