|
|
@ -5,8 +5,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Ruby module for collecting simple facts about a host operating system
|
|
|
|
Summary: Ruby module for collecting simple facts about a host operating system
|
|
|
|
Name: facter
|
|
|
|
Name: facter
|
|
|
|
Version: 1.3.8
|
|
|
|
Version: 1.5.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
Group: System Environment/Base
|
|
|
|
Group: System Environment/Base
|
|
|
|
URL: http://reductivelabs.com/projects/facter
|
|
|
|
URL: http://reductivelabs.com/projects/facter
|
|
|
@ -39,10 +39,16 @@ rm -rf %{buildroot}
|
|
|
|
mkdir %{buildroot}
|
|
|
|
mkdir %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
%{__install} -d -m0755 %{buildroot}%{ruby_sitelibdir}
|
|
|
|
%{__install} -d -m0755 %{buildroot}%{ruby_sitelibdir}
|
|
|
|
|
|
|
|
%{__install} -d -m0755 %{buildroot}%{ruby_sitelibdir}/facter
|
|
|
|
|
|
|
|
%{__install} -d -m0755 %{buildroot}%{ruby_sitelibdir}/facter/util
|
|
|
|
|
|
|
|
%{__install} -d -m0755 %{buildroot}%{ruby_sitelibdir}/facter/util/plist
|
|
|
|
%{__install} -d -m0755 %{buildroot}%{_bindir}
|
|
|
|
%{__install} -d -m0755 %{buildroot}%{_bindir}
|
|
|
|
%{__install} -d -m0755 %{buildroot}%{_docdir}/%{name}-%{version}
|
|
|
|
%{__install} -d -m0755 %{buildroot}%{_docdir}/%{name}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
cp -pr lib/* %{buildroot}%{ruby_sitelibdir}
|
|
|
|
%{__install} -p -m0644 lib/*.rb %{buildroot}%{ruby_sitelibdir}
|
|
|
|
|
|
|
|
%{__install} -p -m0644 lib/facter/*.rb %{buildroot}%{ruby_sitelibdir}/facter
|
|
|
|
|
|
|
|
%{__install} -p -m0644 lib/facter/util/*.rb %{buildroot}%{ruby_sitelibdir}/facter/util
|
|
|
|
|
|
|
|
%{__install} -p -m0644 lib/facter/util/plist/*.rb %{buildroot}%{ruby_sitelibdir}/facter/util/plist
|
|
|
|
%{__install} -p -m0755 bin/facter %{buildroot}%{_bindir}
|
|
|
|
%{__install} -p -m0755 bin/facter %{buildroot}%{_bindir}
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
%clean
|
|
|
@ -58,6 +64,13 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jul 17 2008 David Lutterkort <dlutter@redhat.com> - 1.5.0-2
|
|
|
|
|
|
|
|
- Remove files that were listed twice in files section
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 19 2008 James Turnbull <james@lovedthanlosty.net> - 1.5.0-1
|
|
|
|
|
|
|
|
- New version
|
|
|
|
|
|
|
|
- Added util and plist files
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Sep 24 2007 David Lutterkort <dlutter@redhat.com> - 1.3.8-1
|
|
|
|
* Mon Sep 24 2007 David Lutterkort <dlutter@redhat.com> - 1.3.8-1
|
|
|
|
- Update license tag
|
|
|
|
- Update license tag
|
|
|
|
- Copy all of lib/ into ruby_sitelibdir
|
|
|
|
- Copy all of lib/ into ruby_sitelibdir
|
|
|
|