Drop unnecessary rubygem(pkg-config) dependency.
This dependency was never really needed to build Nokogiri for Fedora.
Moreover, the explicit dependency was dropped due to license concerns.
aa154fca45
This commit is contained in:
parent
ff5b07897f
commit
ab7057d938
@ -1,7 +1,7 @@
|
||||
%global mainver 1.10.10
|
||||
#%%global prever .rc3
|
||||
|
||||
%global mainrel 1
|
||||
%global mainrel 2
|
||||
%global prerpmver %(echo "%{?prever}" | sed -e 's|\\.||g')
|
||||
|
||||
%global gem_name nokogiri
|
||||
@ -35,7 +35,6 @@ Obsoletes: ruby-%{gem_name} <= 1.5.2-2
|
||||
##
|
||||
## Others
|
||||
BuildRequires: gcc
|
||||
BuildRequires: rubygem(pkg-config)
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: ruby-devel
|
||||
@ -230,6 +229,9 @@ popd
|
||||
%{gem_dir}/doc/%{gem_name}-%{mainver}%{?prever}/
|
||||
|
||||
%changelog
|
||||
* Thu Oct 22 2020 Vít Ondruch <vondruch@redhat.com> - 1.10.10-2
|
||||
- Drop unnecessary rubygem(pkg-config) dependency.
|
||||
|
||||
* Sat Aug 8 2020 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.10.10-1
|
||||
- 1.10.10
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user