This commit is contained in:
Vít Ondruch 2014-04-29 09:29:53 +02:00
parent 3100903b7e
commit 4658f9f098
1 changed files with 5 additions and 3 deletions

View File

@ -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@redhat.com> - 0.22-8
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.1
* Sat Mar 29 2014 Filipe Rosset <rosset.filipe@gmail.com> - 0.22-7
- Fix rhbz #993383, spec cleanup