[rubygem-term-ansicolor/el5] revert to working version

Jan Klepek hpejakle at fedoraproject.org
Mon Jun 3 21:12:43 UTC 2013


commit 35a5411f72255d7d5c404d05204e9bb53422b791
Author: Jan Klepek <jan.klepek at gmail.com>
Date:   Mon Jun 3 23:11:59 2013 +0200

    revert to working version

 rubygem-term-ansicolor.spec |   11 ++++++-----
 sources                     |    2 +-
 2 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/rubygem-term-ansicolor.spec b/rubygem-term-ansicolor.spec
index 62ee6f8..0198e73 100644
--- a/rubygem-term-ansicolor.spec
+++ b/rubygem-term-ansicolor.spec
@@ -2,8 +2,8 @@
 
 Summary:        Ruby library that colors strings using ANSI escape sequences
 Name:           rubygem-%{gem_name}
-Version:        1.2.2
-Release:        1%{?dist}
+Version:        1.0.7
+Release:        6%{?dist}
 Group:          Development/Languages
 License:        GPLv2
 URL:            http://term-ansicolor.rubyforge.org
@@ -39,7 +39,7 @@ cp -pa .%{gem_dir}/* \
 #         %{buildroot}%{_bindir}/
 
 find %{buildroot}%{gem_instdir}/bin -type f | xargs chmod a+x
-rm -f %{buildroot}%{gem_instdir}/bin/cdiff
+
 # We strip bad shebangs (/usr/bin/env) instead of fixing them
 # since these files are not executable anyways
 find $RPM_BUILD_ROOT%{gem_dir} \( -name '*.rb' -o -name 'Rakefile' \) \
@@ -50,6 +50,7 @@ do
         mv chopped $F
 done
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -67,12 +68,12 @@ popd
 %doc %{gem_instdir}/examples
 %doc %{gem_instdir}/tests
 %doc %{gem_instdir}/README.rdoc
-#%doc %{gem_instdir}/doc-main.txt
+%doc %{gem_instdir}/doc-main.txt
 %doc %{gem_instdir}/term-ansicolor.gemspec
 %doc %{gem_instdir}/Gemfile
 %doc %{gem_instdir}/.gitignore
 %{gem_instdir}/Rakefile
-#%{gem_instdir}/*.rb
+%{gem_instdir}/*.rb
 %{gem_libdir}/
 %{gem_instdir}/bin/
 %{gem_instdir}/.travis.yml
diff --git a/sources b/sources
index d7718c2..1ecff72 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4c875a6efa46099beb41bb175471c7d4  term-ansicolor-1.2.2.gem
+e93cecce00004b4fca4ba1d1332ddc4e  term-ansicolor-1.0.7.gem


More information about the scm-commits mailing list