rpms/rubygem-hoe/EL-5 rubygem-hoe.spec,1.9,1.10

Darryl L. Pierce mcpierce at fedoraproject.org
Mon Oct 27 14:57:33 UTC 2008


Author: mcpierce

Update of /cvs/pkgs/rpms/rubygem-hoe/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4474

Modified Files:
	rubygem-hoe.spec 
Log Message:
Fixed a screwup in the spec file.



Index: rubygem-hoe.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-hoe/EL-5/rubygem-hoe.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- rubygem-hoe.spec	27 Oct 2008 14:51:13 -0000	1.9
+++ rubygem-hoe.spec	27 Oct 2008 14:57:02 -0000	1.10
@@ -1,35 +1,4 @@
 %define ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")
-e is a simple rake/rubygems helper for project Rakefiles. It generates all
-the usual tasks for projects including rdoc generation, testing, packaging,
-and deployment.  Tasks Provided:  
- * announce         - Create news email file and post to rubyforge.
- * audit            - Run ZenTest against the package.
- * check_manifest   - Verify the manifest.
- * clean            - Clean up all the extras.
- * config_hoe       - Create a fresh ~/.hoerc file.
- * debug_gem        - Show information about the gem.
- * default          - Run the default tasks.
- * deps:email       - Print a contact list for gems dependent on this gem
- * deps:fetch       - Fetch all the dependent gems of this gem into tarballs
- * deps:list        - List all the dependent gems of this gem
- * docs             - Build the docs HTML Files
- * email            - Generate email announcement file.
- * gem              - Build the gem file hoe-1.8.0.gem
- * generate_key     - Generate a key for signing your gems.
- * install_gem      - Install the package as a gem.
- * multi            - Run the test suite using multiruby.
- * package          - Build all the packages 
- * post_blog        - Post announcement to blog. 
- * post_news        - Post announcement to rubyforge. 
- * publish_docs     - Publish RDoc to RubyForge. 
- * release          - Package and upload the release to rubyforge. 
- * ridocs           - Generate ri locally for testing. 
- * tasks            - Generate a list of tasks for doco. 
- * test             - Run the test suite. 
- * test_deps        - Show which test files fail when run alone.  
-
-See class rdoc for help. Hint: ri Hoe
-
 %define gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
 %define gemname hoe
 %define geminstdir %{gemdir}/gems/%{gemname}-%{version}
@@ -52,6 +21,36 @@
 Provides:   	rubygem(%{gemname}) = %{version}
 
 %description
+Hoe is a simple rake/rubygems helper for project Rakefiles. It generates all
+the usual tasks for projects including rdoc generation, testing, packaging,
+and deployment.  Tasks Provided:
+ * announce         - Create news email file and post to rubyforge.
+ * audit            - Run ZenTest against the package.
+ * check_manifest   - Verify the manifest.
+ * clean            - Clean up all the extras.
+ * config_hoe       - Create a fresh ~/.hoerc file.
+ * debug_gem        - Show information about the gem.
+ * default          - Run the default tasks.
+ * deps:email       - Print a contact list for gems dependent on this gem
+ * deps:fetch       - Fetch all the dependent gems of this gem into tarballs
+ * deps:list        - List all the dependent gems of this gem
+ * docs             - Build the docs HTML Files
+ * email            - Generate email announcement file.
+ * gem              - Build the gem file hoe-1.8.0.gem
+ * generate_key     - Generate a key for signing your gems.
+ * install_gem      - Install the package as a gem.
+ * multi            - Run the test suite using multiruby.
+ * package          - Build all the packages
+ * post_blog        - Post announcement to blog.
+ * post_news        - Post announcement to rubyforge.
+ * publish_docs     - Publish RDoc to RubyForge.
+ * release          - Package and upload the release to rubyforge.
+ * ridocs           - Generate ri locally for testing.
+ * tasks            - Generate a list of tasks for doco.
+ * test             - Run the test suite.
+ * test_deps        - Show which test files fail when run alone.
+
+See class rdoc for help. Hint: ri Hoe
 
 %prep
 




More information about the scm-commits mailing list