[rubygem-clouddb/el6] exclude a file

Alejandro Perez aeperezt at fedoraproject.org
Sun Dec 30 19:55:42 UTC 2012


commit c14a26c7779ee0fd73a9cd1bc51d927fce1ca87a
Author: alejandro <alejandro at dejami.com>
Date:   Sun Dec 30 14:55:31 2012 -0500

    exclude a file

 rubygem-clouddb.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-clouddb.spec b/rubygem-clouddb.spec
index e7477ca..4e0157d 100644
--- a/rubygem-clouddb.spec
+++ b/rubygem-clouddb.spec
@@ -10,7 +10,7 @@
 %global rubyabi 1.8
 Name:		rubygem-%{gem_name}
 Version:	0.0.1
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	This is a Ruby interface into the Rackspace Cloud DB service
 
 Group:		Development/Languages
@@ -69,6 +69,7 @@ sed -i '1d' %{buildroot}%{gem_libdir}/clouddb.rb
 %files
 %dir %{gem_instdir}
 %exclude %{gem_cache}
+%exclude %{gem_instdir}/.gitignore
 %{gem_instdir}/clouddb.gemspec
 %doc %{gem_instdir}/COPYING
 %{gem_libdir}
@@ -79,7 +80,8 @@ sed -i '1d' %{buildroot}%{gem_libdir}/clouddb.rb
 %doc %{gem_docdir}
 
 %changelog
-* Sun Dec 30 2012 Alejandro Pérez <aeperezt at fedoraproject.org> - 0.0.1-6
+* Sun Dec 30 2012 Alejandro Pérez <aeperezt at fedoraproject.org> - 0.0.1-7
+- exclude .gitignore
 - Removed .yardoc 
 - Added gem_libdir variable
 - Added build require


More information about the scm-commits mailing list