File suse-sam-data.spec of Package suse-sam
#
# spec file for package suse-sam-data (Version 0.7.0)
#
# Copyright (c) 2009 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: suse-sam-data
License: GPL v2 or later
Group: System/Management
Recommends: perl suse-sam
AutoReqProv: on
Version: 0.7.0
Release: 2
Summary: Supportability Analysis Module reference data
Url: http://git.opensuse.org/?p=projects/supportability-analysis-module.git
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Source: %{name}-%{version}.tar.bz2
%description
Reference data for the Supportability Analysis Module (SAM).
Authors:
--------
rw@suse.de
od@suse.de
%prep
%setup -q -n %{name}
%build
%define datadir /usr/share/suse-sam
%define scriptname collect-product-metadata
%install
%{__mkdir} -pv %{buildroot}%{datadir}
%{__install} -m 755 %{scriptname} %{buildroot}%{datadir}/
%{__install} -m 644 data/* %{buildroot}%{datadir}/
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc COPYING
%{datadir}
%changelog
* Mon Feb 23 2009 od@suse.de
- version bump to 0.7.0
* Tue Feb 17 2009 od@suse.de
- new package; includes:
* collect-product-metadata
* reference data for SLES-10-x86_64 (more to be added)