File facter.spec of Package facter
#
# spec file for package facter
#
# Copyright (c) 2012 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: facter
Version: 1.6.17
Release: 0
Summary: A cross-platform Ruby library for retrieving facts from operating systems
License: Apache-2.0
Group: Development/Languages/Ruby
Url: http://puppetlabs.com/puppet/related-projects/facter/
Source: http://downloads.puppetlabs.com/facter/%{name}-%{version}.tar.gz
Source1: facter.1
BuildRequires: ruby
BuildRequires: ruby-devel > 1.8.4
Requires: ruby
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
A cross-platform Ruby library for retrieving facts from operating
systems. Supports multiple resolution mechanisms, any of which can be
restricted to working only on certain operating systems or
environments. Facter is especially useful for retrieving things like
operating system names, IP addresses, MAC addresses, and SSH keys.
%prep
%setup -q
%build
%install
DESTDIR=%{buildroot} ruby install.rb install --destdir=%{buildroot} --sitelibdir=%{_libdir}/ruby/vendor_ruby/%{rb_ver}
install -Dm0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/facter.1
%files
%defattr(-,root,root,-)
%doc LICENSE README.md
%dir %{_libdir}/ruby/vendor_ruby/%{rb_ver}/facter
%{_libdir}/ruby/vendor_ruby/%{rb_ver}/facter.rb
%{_libdir}/ruby/vendor_ruby/%{rb_ver}/facter/*
%{_bindir}/facter
%{_mandir}/man1/facter.1*
%{_mandir}/man8/facter.8*
%changelog