File providers.spec of Package providers
#
# spec file for package providers
#
# Copyright (c) 2014 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/
#
Name: providers
Version: 2006.11.21
Release: 0
Source0: %{name}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: A list of internet service providers
License: GPL-2.0+
Group: Hardware/Modem
BuildArch: noarch
%description
A list of predefined internet service providers which are used for
configuration with YaST2.
%prep
%setup -q -n %{name}
%build
./check_unique
./check_utf-8
%install
install -d $RPM_BUILD_ROOT/usr/share/providers
install -m 644 *.conf $RPM_BUILD_ROOT/usr/share/providers/
%files
%defattr (-, root, root)
%dir /usr/share/providers
%config /usr/share/providers/*
%changelog