Update to 0.3.1
This commit is contained in:
parent
138cc69d4d
commit
880b20cee6
@ -1 +1 @@
|
||||
libproxy-0.3.0.tar.gz
|
||||
libproxy-0.3.1.tar.bz2
|
||||
|
@ -3,7 +3,7 @@
|
||||
%define gecko_version 1.9.1
|
||||
|
||||
Name: libproxy
|
||||
Version: 0.3.0
|
||||
Version: 0.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A library handling all the details of proxy configuration
|
||||
|
||||
@ -14,8 +14,6 @@ Source0: http://libproxy.googlecode.com/files/libproxy-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: python-devel
|
||||
Requires: libproxy-python = %{version}-%{release}
|
||||
Requires: libproxy-bin = %{version}-%{release}
|
||||
|
||||
# gnome
|
||||
BuildRequires: GConf2-devel
|
||||
@ -86,6 +84,14 @@ Provides: %{name}-pac = %{version}-%{release}
|
||||
%description mozjs
|
||||
The %{name}-mozjs package contains the %{name} plugin for mozjs.
|
||||
|
||||
%package networkmanager
|
||||
Summary: Plugin for %{name} and networkmanager
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description networkmanager
|
||||
The %{name}-networkmanager package contains the %{name} plugin for networkmanager.
|
||||
|
||||
%package webkit
|
||||
Summary: Plugin for %{name} and webkit
|
||||
Group: System Environment/Libraries
|
||||
@ -145,7 +151,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/%{name}/%{version}/modules/config_wpad.so
|
||||
%{_libdir}/%{name}/%{version}/modules/ignore_ip.so
|
||||
%{_libdir}/%{name}/%{version}/modules/ignore_domain.so
|
||||
%{_libdir}/%{name}/%{version}/modules/network_networkmanager.so
|
||||
%{_libdir}/%{name}/%{version}/modules/wpad_dnsdevolution.so
|
||||
%{_libdir}/%{name}/%{version}/modules/wpad_dns.so
|
||||
|
||||
@ -169,6 +174,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/%{name}/%{version}/modules/pacrunner_mozjs.so
|
||||
|
||||
%file networkmanager
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/%{name}/%{version}/modules/network_networkmanager.so
|
||||
|
||||
%files webkit
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/%{name}/%{version}/modules/pacrunner_webkit.so
|
||||
@ -181,6 +190,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Dec 27 2009 Nicolas Chauvet <kwizart@fedoraproject.org> - 0.3.1-1
|
||||
- Update to 0.3.1
|
||||
- Avoid dependecies on -python and -bin subpackages
|
||||
- Create -networkmanager sub-package.
|
||||
|
||||
* Thu Sep 24 2009 kwizart < kwizart at gmail.com > - 0.3.0-1
|
||||
- Update to 0.3.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user