[Et-mgmt-commits-list] [SCM] virt-factory branch, master now at v0.0.3-279-g211e547

Scott Seago sseago at redhat.com
Thu Aug 30 20:26:25 UTC 2007


Hello,

This is an automated email from the git hooks/update script, it was
generated because a ref change was pushed to the repository.

Updating branch, master,
       via  211e5473097064ef28532daca68ddbc96fe9e1b8 (commit)
      from  4bf12522c241d438ef092f0c5f6d9de031a91b25 (commit)

- Log -----------------------------------------------------------------
commit 211e5473097064ef28532daca68ddbc96fe9e1b8
Author: Scott Seago <sseago at redhat.com>
Date:   Thu Aug 30 16:26:18 2007 -0400

    final specfile changes made prior to fedora approval
-----------------------------------------------------------------------

Diffstat:
 contrib/rubygem-daemons.spec    |   17 ++++++++++++++---
 contrib/rubygem-gem_plugin.spec |   18 +++++++++++++++---
 contrib/rubygem-mongrel.spec    |   28 +++++++++++++++++++++++-----
 3 files changed, 52 insertions(+), 11 deletions(-)

diff --git a/contrib/rubygem-daemons.spec b/contrib/rubygem-daemons.spec
index 47ba028..3c7fabe 100644
--- a/contrib/rubygem-daemons.spec
+++ b/contrib/rubygem-daemons.spec
@@ -7,9 +7,10 @@ Summary: A toolkit to create and control daemons in different ways
 Name: rubygem-%{gemname}
 
 Version: 1.0.7
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Development/Languages
-License: GPLv2+ or Ruby
+# The entire source code is MIT except daemonize.rb (GPLv2+ or Ruby)
+License: MIT and (GPLv2+ or Ruby)
 URL: http://daemons.rubyforge.org
 Source0: http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem
 BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
@@ -37,14 +38,21 @@ automatic restarting of your processes if they crash.
 mkdir -p %{buildroot}%{gemdir}
 gem install --local --install-dir %{buildroot}%{gemdir} \
             --force --rdoc %{SOURCE0}
+chmod a+x %{buildroot}%{geminstdir}/examples/run/myserver.rb
 
 %clean
 %{__rm} -rf %{buildroot}
 
 %files
 %defattr(-, root, root)
-%{gemdir}/gems/%{gemname}-%{version}/
+%dir %{geminstdir}
 %doc %{gemdir}/doc/%{gemname}-%{version}
+%{geminstdir}/examples/
+%{geminstdir}/lib/
+%{geminstdir}/Rakefile
+%{geminstdir}/setup.rb
+%{geminstdir}/test/
+%doc %{geminstdir}/LICENSE
 %doc %{geminstdir}/README
 %doc %{geminstdir}/Releases
 %doc %{geminstdir}/TODO
@@ -52,6 +60,9 @@ gem install --local --install-dir %{buildroot}%{gemdir} \
 %{gemdir}/specifications/%{gemname}-%{version}.gemspec
 
 %changelog
+* Fri Aug 24 2007  <sseago at redhat.com> - 1.0.7-2
+- rpmlint fixes
+
 * Thu Aug 23 2007  <sseago at redhat.com> - 1.0.7-1
 - Updated gem to Version 1.0.7
 
diff --git a/contrib/rubygem-gem_plugin.spec b/contrib/rubygem-gem_plugin.spec
index 6640785..77a4af4 100644
--- a/contrib/rubygem-gem_plugin.spec
+++ b/contrib/rubygem-gem_plugin.spec
@@ -7,7 +7,7 @@ Summary: A plugin system based only on rubygems that uses dependencies only
 Name: rubygem-%{gemname}
 
 Version: 0.2.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Development/Libraries
 License: GPLv2+ or Ruby
 URL: http://mongrel.rubyforge.org
@@ -34,7 +34,6 @@ gem install --local --install-dir %{buildroot}%{gemdir} \
 mkdir -p %{buildroot}/%{_bindir}
 mv %{buildroot}%{gemdir}/bin/* %{buildroot}/%{_bindir}
 rmdir %{buildroot}%{gemdir}/bin
-find %{buildroot}%{geminstdir}/bin -type f | xargs chmod a+x
 
 %clean
 rm -rf %{buildroot}
@@ -42,13 +41,26 @@ rm -rf %{buildroot}
 %files
 %defattr(-, root, root)
 %{_bindir}/gpgen
-%{gemdir}/gems/%{gemname}-%{version}/
+%dir %{geminstdir}
 %doc %{gemdir}/doc/%{gemname}-%{version}
+%{geminstdir}/bin/
+%{geminstdir}/doc/
+%{geminstdir}/lib/
+%{geminstdir}/Rakefile
+%{geminstdir}/resources/
+%{geminstdir}/test/
+%{geminstdir}/tools/
 %doc %{geminstdir}/README
+%doc %{geminstdir}/LICENSE
+%doc %{geminstdir}/COPYING
 %{gemdir}/cache/%{gemname}-%{version}.gem
 %{gemdir}/specifications/%{gemname}-%{version}.gemspec
 
 %changelog
+* Fri Aug 24 2007 Scott Seago <sseago at redhat.com> - 0.2.2-2
+- rpmlint fixes
+- added Ruby >= 1.8.6 Requires
+
 * Tue Mar  6 2007  <sseago at redhat.com> - 0.2.2-1
 - Initial packaging.
 
diff --git a/contrib/rubygem-mongrel.spec b/contrib/rubygem-mongrel.spec
index 8e33e0d..02bb19d 100644
--- a/contrib/rubygem-mongrel.spec
+++ b/contrib/rubygem-mongrel.spec
@@ -4,17 +4,18 @@
 %define geminstdir %{gemdir}/gems/%{gemname}-%{version}
 %define ruby_sitearch %(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']")
 
-Summary: A small fast HTTP library and server
+Summary: A small fast HTTP library and server for Ruby apps
 Name: rubygem-%{gemname}
 
 Version: 1.0.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 Group: Development/Libraries
 License: GPLv2+ or Ruby
 URL: http://mongrel.rubyforge.org
 Source0: http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem
 Patch0: remove-cgi-multipart-eof-fix-dep.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
+Requires: ruby >= 1.8.6
 Requires: rubygems
 BuildRequires: ruby-devel
 Requires: rubygem(daemons) >= 1.0.3
@@ -45,7 +46,10 @@ rm -rf %{buildroot}%{geminstdir}/ext
 mkdir -p %{buildroot}/%{_bindir}
 mv %{buildroot}%{gemdir}/bin/* %{buildroot}/%{_bindir}
 rmdir %{buildroot}%{gemdir}/bin
-find %{buildroot}%{geminstdir}/bin -type f | xargs chmod a+x
+sed 's.#!/usr/local/bin/ruby.#!/usr/bin/env ruby.' -i %{buildroot}%{geminstdir}/examples/webrick_compare.rb
+chmod a+x %{buildroot}%{geminstdir}/examples/webrick_compare.rb 
+chmod a+x %{buildroot}%{geminstdir}/examples/camping/blog.rb 
+chmod a+x %{buildroot}%{geminstdir}/examples/camping/tepee.rb
 patch -p0 -d %{buildroot} < %{PATCH0}
 
 %clean
@@ -55,14 +59,28 @@ patch -p0 -d %{buildroot} < %{PATCH0}
 %defattr(-, root, root)
 %{_bindir}/mongrel_rails
 %{ruby_sitearch}/http11.so
-%{gemdir}/gems/%{gemname}-%{version}/
+%dir %{geminstdir}
 %doc %{gemdir}/doc/%{gemname}-%{version}
+%{geminstdir}/bin/
+%{geminstdir}/doc/
+%{geminstdir}/examples/
+%{geminstdir}/lib/
+%{geminstdir}/Rakefile
+%{geminstdir}/setup.rb
+%{geminstdir}/test/
+%{geminstdir}/tools/
 %doc %{geminstdir}/README
+%doc %{geminstdir}/LICENSE
+%doc %{geminstdir}/COPYING
 %{gemdir}/cache/%{gemname}-%{version}.gem
 %{gemdir}/specifications/%{gemname}-%{version}.gemspec
 
 %changelog
-* Thu Aug 23 2007 Scott Seago <dlutter at redhat.com> - 1.0.1-3
+* Fri Aug 24 2007 Scott Seago <sseago at redhat.com> - 1.0.1-4
+- rpmlint fixes
+- added Ruby >= 1.8.6 Requires
+
+* Thu Aug 23 2007 Scott Seago <sseago at redhat.com> - 1.0.1-3
 - Removed requirement for rubygem(cgi_multipart_eof_fix)
 - Patched source to work without cgi_multipart_eof_fix
 

hooks/update
---
Git Source Code Management System
hooks/update refs/heads/master \
  4bf12522c241d438ef092f0c5f6d9de031a91b25 \
  211e5473097064ef28532daca68ddbc96fe9e1b8




More information about the Et-mgmt-commits-list mailing list