From a0a33e63d1744d8f219055607ecfec92b6b997c1 Mon Sep 17 00:00:00 2001 From: luke Date: Tue, 20 Jun 2006 01:07:49 +0000 Subject: fixing spec file again git-svn-id: http://reductivelabs.com/svn/facter/trunk@142 1f5c1d6a-bddf-0310-8f58-fc49e503516a --- conf/redhat/facter.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/conf/redhat/facter.spec b/conf/redhat/facter.spec index 006dfb1..d5affdd 100644 --- a/conf/redhat/facter.spec +++ b/conf/redhat/facter.spec @@ -31,10 +31,12 @@ rm -rf %{buildroot} mkdir %{buildroot} %{__install} -d -m0755 %{buildroot}%{ruby_sitelibdir} +%{__install} -d -m0755 %{buildroot}%{ruby_sitelibdir}/facter %{__install} -d -m0755 %{buildroot}%{_bindir} %{__install} -d -m0755 %{buildroot}%{_docdir}/%{name}-%{version} %{__install} -p -m0644 lib/*.rb %{buildroot}%{ruby_sitelibdir} +%{__install} -p -m0644 lib/facter/*.rb %{buildroot}%{ruby_sitelibdir}/facter %{__install} -p -m0755 bin/facter %{buildroot}%{_bindir} %clean @@ -45,18 +47,21 @@ rm -rf %{buildroot} %defattr(-,root,root,-) %{_bindir}/facter %{ruby_sitelibdir}/facter.rb -%{sitelibdir}/facter/memory.rb -%{sitelibdir}/facter/processor.rb +%{ruby_sitelibdir}/facter/memory.rb +%{ruby_sitelibdir}/facter/processor.rb %doc CHANGELOG COPYING INSTALL LICENSE README %changelog * Fri Jun 9 2006 Luke Kanies - 1.3.0-1 -- Added memory.rb and processor.rb +- Fixed spec file to work again with the extra memory and processor files. -* Mon Jun 12 2006 David Lutterkort - 1.3-1 +* Mon Jun 12 2006 David Lutterkort - 1.3.0-1 - Require ruby(abi). Build as noarch +* Fri Jun 9 2006 Luke Kanies - 1.3.0-1 +- Added memory.rb and processor.rb + * Mon Apr 17 2006 David Lutterkort - 1.1.4-4 - Rebuilt with changed upstream tarball -- cgit