diff options
author | luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a> | 2006-06-20 01:07:49 +0000 |
---|---|---|
committer | luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a> | 2006-06-20 01:07:49 +0000 |
commit | a0a33e63d1744d8f219055607ecfec92b6b997c1 (patch) | |
tree | b06012adb338da459a51eb6a09d3a482e03c1f59 | |
parent | 31caa0886d8c73b5ad2955f6c45f59af9e07a253 (diff) | |
download | facter-a0a33e63d1744d8f219055607ecfec92b6b997c1.tar.gz facter-a0a33e63d1744d8f219055607ecfec92b6b997c1.tar.xz facter-a0a33e63d1744d8f219055607ecfec92b6b997c1.zip |
fixing spec file again
git-svn-id: http://reductivelabs.com/svn/facter/trunk@142 1f5c1d6a-bddf-0310-8f58-fc49e503516a
-rw-r--r-- | conf/redhat/facter.spec | 13 |
1 files 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 <luke@madstop.com> - 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 <dlutter@redhat.com> - 1.3-1 +* Mon Jun 12 2006 David Lutterkort <dlutter@redhat.com> - 1.3.0-1 - Require ruby(abi). Build as noarch +* Fri Jun 9 2006 Luke Kanies <luke@madstop.com> - 1.3.0-1 +- Added memory.rb and processor.rb + * Mon Apr 17 2006 David Lutterkort <dlutter@redhat.com> - 1.1.4-4 - Rebuilt with changed upstream tarball |