From 880b20cee6651e4c25587cf807afd7ce8d4e622c Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Sun, 27 Dec 2009 12:10:05 +0000 Subject: [PATCH] Update to 0.3.1 --- .cvsignore | 2 +- libproxy.spec | 22 ++++++++++++++++++---- sources | 2 +- 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 7618dd0..688300a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libproxy-0.3.0.tar.gz +libproxy-0.3.1.tar.bz2 diff --git a/libproxy.spec b/libproxy.spec index 1d73d31..e3c1d8d 100644 --- a/libproxy.spec +++ b/libproxy.spec @@ -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 - 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 diff --git a/sources b/sources index c578713..6aad25c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6ded75a6c6aef53be657ece207cc26c4 libproxy-0.3.0.tar.gz +1745fe1bdf5beca1bf7269758f3906e8 libproxy-0.3.1.tar.bz2