New version

epel9
David Lutterkort 17 years ago
parent adbd442dd6
commit 8bbc9c7dae

@ -1 +1 @@
facter-1.3.8.tgz facter-1.5.0.tgz

@ -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
@ -23,7 +23,7 @@ Requires: ruby(abi) = 1.8
%endif %endif
BuildRequires: ruby >= 1.8.1 BuildRequires: ruby >= 1.8.1
%description %description
Ruby module for collecting simple facts about a host Operating Ruby module for collecting simple facts about a host Operating
system. Some of the facts are preconfigured, such as the hostname and the system. Some of the facts are preconfigured, such as the hostname and the
operating system. Additional facts can be added through simple Ruby scripts operating system. Additional facts can be added through simple Ruby scripts
@ -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

@ -1 +1 @@
e5a6ab821f6eaaba64ac0e676fd0a16c facter-1.3.8.tgz 91353915fee1c22c9016ffed115f0abd facter-1.5.0.tgz

Loading…
Cancel
Save