Update to 0.3.1

This commit is contained in:
Nicolas Chauvet 2009-12-27 12:10:05 +00:00
parent 138cc69d4d
commit 880b20cee6
3 changed files with 20 additions and 6 deletions

View File

@ -1 +1 @@
libproxy-0.3.0.tar.gz
libproxy-0.3.1.tar.bz2

View File

@ -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

View File

@ -1 +1 @@
6ded75a6c6aef53be657ece207cc26c4 libproxy-0.3.0.tar.gz
1745fe1bdf5beca1bf7269758f3906e8 libproxy-0.3.1.tar.bz2