F-17: rebuild for ruby19
For now aviod build failure by touching some files
This commit is contained in:
parent
8829b1005b
commit
adc6458434
@ -50,7 +50,7 @@ BuildRequires: rubygem(minitest)
|
|||||||
%if 0%{?fedora} >= 17
|
%if 0%{?fedora} >= 17
|
||||||
BuildRequires: rubygems-devel
|
BuildRequires: rubygems-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: ruby(racc)
|
#BuildRequires: ruby(racc)
|
||||||
##
|
##
|
||||||
## Others
|
## Others
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
@ -125,6 +125,10 @@ rm -rf .%{geminstdir}/ext/java
|
|||||||
pushd ./%{geminstdir}
|
pushd ./%{geminstdir}
|
||||||
sed -i.flags -e 's|-O3||' ext/nokogiri/extconf.rb
|
sed -i.flags -e 's|-O3||' ext/nokogiri/extconf.rb
|
||||||
find . -name \*.so -or -name \*.o -exec rm -f {} \;
|
find . -name \*.so -or -name \*.o -exec rm -f {} \;
|
||||||
|
# touch
|
||||||
|
touch \
|
||||||
|
lib/nokogiri/css/tokenizer.rb \
|
||||||
|
lib/nokogiri/css/parser.rb
|
||||||
rake -v compile --trace
|
rake -v compile --trace
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -292,6 +296,7 @@ popd
|
|||||||
%changelog
|
%changelog
|
||||||
* Tue Jan 24 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.5.0-2
|
* Tue Jan 24 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.5.0-2
|
||||||
- F-17: rebuild for ruby19
|
- F-17: rebuild for ruby19
|
||||||
|
- For now aviod build failure by touching some files
|
||||||
|
|
||||||
* Thu Jan 18 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.5.0-1
|
* Thu Jan 18 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.5.0-1
|
||||||
- 1.5.0
|
- 1.5.0
|
||||||
|
Loading…
Reference in New Issue
Block a user