[rubygem-rails_autolink/f19] exclude Gemfile/Gemfile.lock/Rakefile/tests

Ken Dreyer ktdreyer at fedoraproject.org
Tue Nov 5 08:34:38 UTC 2013


commit 6954837b5aa963ec38288985351f721566ce7bd3
Author: Ken Dreyer <ktdreyer at ktdreyer.com>
Date:   Tue Nov 5 01:33:31 2013 -0700

    exclude Gemfile/Gemfile.lock/Rakefile/tests

 rubygem-rails_autolink.spec |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/rubygem-rails_autolink.spec b/rubygem-rails_autolink.spec
index f7089ea..e4e8931 100644
--- a/rubygem-rails_autolink.spec
+++ b/rubygem-rails_autolink.spec
@@ -2,7 +2,7 @@
 
 Name: rubygem-%{gem_name}
 Version: 1.1.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Automatic generation of HTML links in texts
 Group: Development/Languages
 License: MIT
@@ -70,12 +70,16 @@ popd
 %files doc
 %doc %{gem_docdir}
 %doc %{gem_instdir}/CHANGELOG.rdoc
-%{gem_instdir}/Gemfile
-%{gem_instdir}/Gemfile.lock
-%{gem_instdir}/Rakefile
-%{gem_instdir}/test
+%exclude %{gem_instdir}/Gemfile
+%exclude %{gem_instdir}/Gemfile.lock
+%exclude %{gem_instdir}/Rakefile
+%exclude %{gem_instdir}/test
 
 
 %changelog
+* Tue Nov 05 2013 Ken Dreyer <ktdreyer at ktdreyer.com> - 1.1.4-2
+- Exclude Gemfile, Gemfile.lock, Rakefile, and test suite from the binary
+  packages
+
 * Tue Oct 08 2013 Ken Dreyer <ktdreyer at ktdreyer.com> - 1.1.4-1
 - Initial package


More information about the scm-commits mailing list