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.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# 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: 49
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
Source1: %{name}-po.tar.gz
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 -a1
%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
* Sat Dec 06 2008 mauro@suse.de
- Updated translations.
* Tue May 20 2008 mauro@suse.de
- Updated to version 0.9
- Fixed bnc#378476
* Wed Jan 09 2008 gekker@suse.de
- Initial import into autobuild