[rubygem-just_paginate/f19] exclude Gemfile, Rakefile, tests from binary pkg

Ken Dreyer ktdreyer at fedoraproject.org
Mon Nov 4 18:19:18 UTC 2013


commit d74eb49534c0a1e10a6d50c4fdfa20c63cd00ada
Author: Ken Dreyer <ktdreyer at ktdreyer.com>
Date:   Mon Nov 4 11:13:44 2013 -0700

    exclude Gemfile, Rakefile, tests from binary pkg

 rubygem-just_paginate.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/rubygem-just_paginate.spec b/rubygem-just_paginate.spec
index 52a0044..21b68d1 100644
--- a/rubygem-just_paginate.spec
+++ b/rubygem-just_paginate.spec
@@ -2,7 +2,7 @@
 
 Name: rubygem-%{gem_name}
 Version: 0.2.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Paginating collections of things for the web
 Group: Development/Languages
 License: MIT
@@ -69,11 +69,14 @@ popd
 
 %files doc
 %doc %{gem_docdir}
-%{gem_instdir}/Gemfile
-%{gem_instdir}/test
-%{gem_instdir}/Rakefile
+%exclude %{gem_instdir}/Gemfile
+%exclude %{gem_instdir}/test
+%exclude %{gem_instdir}/Rakefile
 
 %changelog
+* Mon Nov 04 2013 Ken Dreyer <ktdreyer at ktdreyer.com> - 0.2.2-2
+- Exclude the Gemfile, Rakefile, and tests from the binary package
+
 * Thu Sep 12 2013 Ken Dreyer <ktdreyer at ktdreyer.com> - 0.2.2-1
 - Update to 0.2.2
 


More information about the scm-commits mailing list