fix merge conflict
This commit is contained in:
commit
592f2ca50a
@ -1,17 +1,20 @@
|
||||
%if 0%{?fedora} <= 16 && 0%{?fedora} <= 6
|
||||
%global ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")
|
||||
%global ruby_sitearch %(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']")
|
||||
%global rubyabi 1.8
|
||||
%endif
|
||||
|
||||
%global mainver 1.5.5
|
||||
#%%global prever .beta.4
|
||||
|
||||
%global mainrel 1
|
||||
%global mainrel 2
|
||||
%global prerpmver %(echo "%{?prever}" | sed -e 's|\\.||g')
|
||||
|
||||
%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
|
||||
%global gemname nokogiri
|
||||
%global geminstdir %{gemdir}/gems/%{gemname}-%{mainver}%{?prever}
|
||||
|
||||
%if %{?fedora:0%{fedora} >= 17}%{?rhel:0%{rhel} >= 7}
|
||||
%if 0%{?fedora} >= 17 || 0%{?rhel} >= 7
|
||||
%global ruby19 1
|
||||
%global rubyabi 1.9.1
|
||||
%global gemdir %{gem_dir}
|
||||
@ -288,6 +291,12 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Aug 17 2012 Vít Ondruch <vondruch@redhat.com> - 1.5.5-2
|
||||
- Rebuilt againts libxml2 2.9.
|
||||
|
||||
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.5-1.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Mon Jun 25 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.5.5-1
|
||||
- 1.5.5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user