temporarily disable webkit from libproxy to resolve a circular dep
This commit is contained in:
parent
c7c7d9241c
commit
18886f288b
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: libproxy
|
Name: libproxy
|
||||||
Version: 0.4.4
|
Version: 0.4.4
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: A library handling all the details of proxy configuration
|
Summary: A library handling all the details of proxy configuration
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -26,7 +26,7 @@ BuildRequires: gecko-devel
|
|||||||
BuildRequires: NetworkManager-devel
|
BuildRequires: NetworkManager-devel
|
||||||
BuildRequires: dbus-devel
|
BuildRequires: dbus-devel
|
||||||
# webkit (gtk)
|
# webkit (gtk)
|
||||||
BuildRequires: WebKit-gtk-devel
|
#BuildRequires: WebKit-gtk-devel
|
||||||
# kde
|
# kde
|
||||||
BuildRequires: kdelibs-devel
|
BuildRequires: kdelibs-devel
|
||||||
|
|
||||||
@ -96,15 +96,15 @@ Requires: %{name} = %{version}
|
|||||||
The %{name}-networkmanager package contains the %{name} plugin
|
The %{name}-networkmanager package contains the %{name} plugin
|
||||||
for networkmanager.
|
for networkmanager.
|
||||||
|
|
||||||
%package webkit
|
#%package webkit
|
||||||
Summary: Plugin for %{name} and webkit
|
#Summary: Plugin for %{name} and webkit
|
||||||
Group: System Environment/Libraries
|
#Group: System Environment/Libraries
|
||||||
Requires: %{name} = %{version}
|
#Requires: %{name} = %{version}
|
||||||
Provides: %{name}-pac = %{version}-%{release}
|
#Provides: %{name}-pac = %{version}-%{release}
|
||||||
|
|
||||||
%description webkit
|
#%description webkit
|
||||||
The %{name}-webkit package contains the %{name} plugin for
|
#The %{name}-webkit package contains the %{name} plugin for
|
||||||
webkit.
|
#webkit.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
@ -175,9 +175,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/%{name}/%{version}/modules/network_networkmanager.so
|
%{_libdir}/%{name}/%{version}/modules/network_networkmanager.so
|
||||||
|
|
||||||
%files webkit
|
#%files webkit
|
||||||
%defattr(-,root,root,-)
|
#%defattr(-,root,root,-)
|
||||||
%{_libdir}/%{name}/%{version}/modules/pacrunner_webkit.so
|
#%{_libdir}/%{name}/%{version}/modules/pacrunner_webkit.so
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -188,6 +188,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 05 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 0.4.4-3
|
||||||
|
- Disable webkit subpackage in order to resolve circular dep
|
||||||
|
|
||||||
* Sat Jul 03 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 0.4.4-2
|
* Sat Jul 03 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 0.4.4-2
|
||||||
- Fix missing BuildRequires: libmodman-devel
|
- Fix missing BuildRequires: libmodman-devel
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user