[stfl] Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.1

Vít Ondruch vondruch at fedoraproject.org
Tue Apr 29 07:40:34 UTC 2014


commit 4658f9f098484f973e99daf2ad4f21333ef48489
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Tue Apr 29 09:29:53 2014 +0200

    Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.1

 stfl.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/stfl.spec b/stfl.spec
index 775449c..9ac2223 100644
--- a/stfl.spec
+++ b/stfl.spec
@@ -1,6 +1,6 @@
 Name:           stfl
 Version:        0.22
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        The Structured Terminal Forms Language/Library
 
 Group:          System Environment/Libraries
@@ -96,8 +96,7 @@ make  %{?_smp_mflags}
 
 
 %install
-# ruby_headers= applied as a workaround for rhbz#921650
-make install DESTDIR=%{buildroot} ruby_headers=
+make install DESTDIR=%{buildroot}
 # give the shared libraries executable permissions so they get stripped
 # also fixes the 0555 permissions on the perl bindings
 find %{buildroot} -name '*.so' -exec chmod 755 {} ';'
@@ -140,6 +139,9 @@ rm -f %{buildroot}%{perl_archlib}/perllocal.pod
 
 
 %changelog
+* Tue Apr 29 2014 Vít Ondruch <vondruch at redhat.com> - 0.22-8
+- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.1
+
 * Sat Mar 29 2014 Filipe Rosset <rosset.filipe at gmail.com> - 0.22-7
 - Fix rhbz #993383, spec cleanup
 


More information about the scm-commits mailing list