catanzaro / rpms / libproxy

Forked from rpms/libproxy 3 years ago
Clone
df96441
# When we are bootstrapping, we drop some dependencies.
df96441
# Set this to 0 after bootstrapping.
df96441
%{!?_with_bootstrap: %global bootstrap 0}
77a37a0
9ee9b95
Name:           libproxy
e446fd3
Version:        0.4.15
e6090f6
Release:        17%{?dist}
9ee9b95
Summary:        A library handling all the details of proxy configuration
9ee9b95
9ee9b95
License:        LGPLv2+
5c277ec
URL:            https://libproxy.github.io/libproxy/
e446fd3
Source0:        https://github.com/libproxy/%{name}/archive/%{version}.tar.gz
46fbdf0
# Taken from the Debian package.
46fbdf0
Source1:        proxy.1
David Woodhouse e0c342d
# http://code.google.com/p/libproxy/issues/detail?id=152
5c277ec
Patch0:         0001-Add-config-module-for-querying-PacRunner-d-mon.patch
3c22017
Patch1:         libproxy-0.4.11-crash.patch
d043e86
Patch2:         libproxy-0.4.15-python3738.patch
29d0658
# https://github.com/libproxy/libproxy/pull/86
563ee01
# https://github.com/libproxy/libproxy/pull/87
29d0658
Patch3:         libproxy-0.4.15-mozjs52.patch
563ee01
# https://github.com/libproxy/libproxy/pull/95
563ee01
Patch4:         libproxy-0.4.15-mozjs60.patch
9ee9b95
10d58e6
BuildRequires:  cmake >= 2.6.0
54ebb18
BuildRequires:  gcc-c++
54ebb18
BuildRequires:  libmodman-devel >= 2.0.1
9ee9b95
df96441
%if ! 0%{?bootstrap}
f066a85
# gnome
f066a85
BuildRequires:  pkgconfig(gio-2.0) >= 2.26
9ee9b95
# mozjs
563ee01
BuildRequires:  pkgconfig(mozjs-60)
9ee9b95
# NetworkManager
128e953
BuildRequires:  pkgconfig(libnm)
f066a85
# pacrunner (and NetworkManager)
f066a85
BuildRequires:  pkgconfig(dbus-1)
77a37a0
# webkit (gtk3)
154ea3f
BuildRequires:  pkgconfig(javascriptcoregtk-4.0)
9ee9b95
# kde
df96441
BuildRequires:  /usr/bin/kreadconfig5
6b395ee
# Python
6b395ee
BuildRequires:  python3-devel
df96441
%else
df96441
# Obsoletes of disabled subpackages.
kwizart 3e4f93b
Provides: %{name}-mozjs = %{version}-%{release}
kwizart 3e4f93b
Obsoletes: %{name}-mozjs < %{version}-%{release}
128e953
Provides: %{name}-webkitgtk4 = %{version}-%{release}
128e953
Obsoletes: %{name}-webkitgtk4 < %{version}-%{release}
df96441
%endif
60450b8
# The Python 2 subpackage was removed. Remove in F32.
594b2f3
Obsoletes: python2-libproxy < %{version}-%{release}
kwizart ceb3a49
9ee9b95
9ee9b95
%description
9ee9b95
libproxy offers the following features:
9ee9b95
9ee9b95
    * extremely small core footprint (< 35K)
9ee9b95
    * no external dependencies within libproxy core
9ee9b95
      (libproxy plugins may have dependencies)
9ee9b95
    * only 3 functions in the stable external API
9ee9b95
    * dynamic adjustment to changing network topology
9ee9b95
    * a standard way of dealing with proxy settings across all scenarios
9ee9b95
    * a sublime sense of joy and accomplishment 
9ee9b95
9ee9b95
9ee9b95
%package        bin
9ee9b95
Summary:        Binary to test %{name}
15db149
Requires:       %{name}%{?_isa} = %{version}-%{release}
9ee9b95
9ee9b95
%description    bin
9ee9b95
The %{name}-bin package contains the proxy binary for %{name}
9ee9b95
df96441
%if ! 0%{?bootstrap}
6b395ee
%package -n     python3-%{name}
6b395ee
Summary:        Binding for %{name} and python3
9ee9b95
Requires:       %{name} = %{version}-%{release}
10d58e6
BuildArch:      noarch
6b395ee
%{?python_provide:%python_provide python3-%{name}}
9ee9b95
6b395ee
%description -n python3-%{name}
6b395ee
The python3 binding for %{name}
9ee9b95
9ee9b95
%package        gnome
9ee9b95
Summary:        Plugin for %{name} and gnome
15db149
Requires:       %{name}%{?_isa} = %{version}-%{release}
9ee9b95
9ee9b95
%description    gnome
9ee9b95
The %{name}-gnome package contains the %{name} plugin for gnome.
9ee9b95
9ee9b95
%package        kde
9ee9b95
Summary:        Plugin for %{name} and kde
15db149
Requires:       %{name}%{?_isa} = %{version}-%{release}
5c277ec
Requires:       /usr/bin/kreadconfig5
9ee9b95
9ee9b95
%description    kde
9ee9b95
The %{name}-kde package contains the %{name} plugin for kde.
9ee9b95
722f308
%package        mozjs
722f308
Summary:        Plugin for %{name} and mozjs
15db149
Requires:       %{name}%{?_isa} = %{version}-%{release}
722f308
Provides:       %{name}-pac = %{version}-%{release}
9ee9b95
722f308
%description    mozjs
722f308
The %{name}-mozjs package contains the %{name} plugin for mozjs.
9ee9b95
880b20c
%package        networkmanager
880b20c
Summary:        Plugin for %{name} and networkmanager
15db149
Requires:       %{name}%{?_isa} = %{version}-%{release}
880b20c
880b20c
%description    networkmanager
10d58e6
The %{name}-networkmanager package contains the %{name} plugin
10d58e6
for networkmanager.
880b20c
154ea3f
%package        webkitgtk4
77a37a0
Summary:        Plugin for %{name} and webkitgtk3
15db149
Requires:       %{name}%{?_isa} = %{version}-%{release}
77a37a0
Provides:       %{name}-pac = %{version}-%{release}
77a37a0
154ea3f
%description    webkitgtk4
154ea3f
The %{name}-webkitgtk4 package contains the %{name} plugin for
77a37a0
webkitgtk3.
77a37a0
David Woodhouse e0c342d
%package        pacrunner
David Woodhouse e0c342d
Summary:        Plugin for %{name} and PacRunner
15db149
Requires:       %{name}%{?_isa} = %{version}-%{release}
David Woodhouse e0c342d
Provides:       %{name}-pac = %{version}-%{release}
ded6f43
Requires:       pacrunner
David Woodhouse e0c342d
David Woodhouse e0c342d
%description    pacrunner
David Woodhouse e0c342d
The %{name}-pacrunner package contains the %{name} plugin for
David Woodhouse e0c342d
PacRunner.
df96441
%endif
David Woodhouse e0c342d
77a37a0
9ee9b95
%package        devel
9ee9b95
Summary:        Development files for %{name}
15db149
Requires:       %{name}%{?_isa} = %{version}-%{release}
9ee9b95
9ee9b95
%description    devel
9ee9b95
The %{name}-devel package contains libraries and header files for
9ee9b95
developing applications that use %{name}.
9ee9b95
9ee9b95
%prep
2c6df97
%autosetup -p1
kwizart ceb3a49
65f96bd
9ee9b95
%build
95da386
%{cmake} \
10d58e6
  -DMODULE_INSTALL_DIR=%{_libdir}/%{name}/%{version}/modules \
10d58e6
  -DWITH_PERL=OFF \
df96441
%if ! 0%{?bootstrap}
df96441
  -DWITH_GNOME3=ON \
c4fac33
  -DWITH_PYTHON2=OFF \
128e953
  -DWITH_PYTHON3=ON \
df96441
  -DWITH_WEBKIT3=ON \
df96441
  -DWITH_MOZJS=ON \
6b395ee
%else
128e953
  -DWITH_PYTHON2=OFF \
128e953
  -DWITH_PYTHON3=OFF \
df96441
%endif
95da386
   .
2c6df97
%make_build
95da386
303f20e
303f20e
%install
2c6df97
%make_install INSTALL="install -p"
303f20e
ac068aa
#In case all modules are disabled
46fbdf0
mkdir -p %{buildroot}%{_libdir}/%{name}/%{version}/modules
46fbdf0
46fbdf0
# Man page.
46fbdf0
install -Dpm 0644 %{SOURCE1} %{buildroot}/%{_mandir}/man1/proxy.1
ac068aa
6b395ee
10d58e6
%check
10d58e6
make test
9ee9b95
fd2ebe9
%ldconfig_scriptlets
9ee9b95
9ee9b95
9ee9b95
%files 
db51cfc
%doc AUTHORS README
db51cfc
%license COPYING
9ee9b95
%{_libdir}/*.so.*
9ee9b95
%dir %{_libdir}/%{name}
9ee9b95
%dir %{_libdir}/%{name}/%{version}
f82d6b0
%dir %{_libdir}/%{name}/%{version}/modules
9ee9b95
9ee9b95
%files bin
9ee9b95
%{_bindir}/proxy
46fbdf0
%{_mandir}/man1/proxy.1*
9ee9b95
df96441
%if ! 0%{?bootstrap}
6b395ee
%files -n python3-%{name}
6b395ee
%{python3_sitelib}/__pycache__/*
6b395ee
%{python3_sitelib}/%{name}.*
9ee9b95
9ee9b95
%files gnome
f871195
%{_libdir}/%{name}/%{version}/modules/config_gnome3.so
df96441
%{_libexecdir}/pxgsettings
9ee9b95
9ee9b95
%files kde
5c277ec
%{_libdir}/%{name}/%{version}/modules/config_kde.so
9ee9b95
722f308
%files mozjs
722f308
%{_libdir}/%{name}/%{version}/modules/pacrunner_mozjs.so
9ee9b95
73cfa4e
%files networkmanager
880b20c
%{_libdir}/%{name}/%{version}/modules/network_networkmanager.so
880b20c
154ea3f
%files webkitgtk4
77a37a0
%{_libdir}/%{name}/%{version}/modules/pacrunner_webkit.so
77a37a0
David Woodhouse e0c342d
%files pacrunner
David Woodhouse e0c342d
%{_libdir}/%{name}/%{version}/modules/config_pacrunner.so
df96441
%endif
David Woodhouse e0c342d
9ee9b95
%files devel
95da386
%{_includedir}/proxy.h
9ee9b95
%{_libdir}/*.so
9ee9b95
%{_libdir}/pkgconfig/libproxy-1.0.pc
10d58e6
%{_datadir}/cmake/Modules/Findlibproxy.cmake
9ee9b95
9ee9b95
9ee9b95
%changelog
e6090f6
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.15-17
e6090f6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
e6090f6
c5fc3a6
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.4.15-16
c5fc3a6
- Rebuilt for Python 3.8.0rc1 (#1748018)
c5fc3a6
bc6c42b
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.4.15-15
bc6c42b
- Rebuilt for Python 3.8
bc6c42b
762127b
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.15-14
762127b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
762127b
563ee01
* Fri Feb 08 2019 Kalev Lember <klember@redhat.com> - 0.4.15-13
563ee01
- Build with mozjs60
563ee01
78eea93
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.15-12
78eea93
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
78eea93
60450b8
* Thu Nov 22 2018 David King <amigadave@amigadave.com> - 0.4.15-11
60450b8
- Add Obsoletes on old Python 2 subpackage (#1634211)
60450b8
c4fac33
* Thu Sep 20 2018 David King <amigadave@amigadave.com> - 0.4.15-10
c4fac33
- Remove Python 2 subpackage (#1631331)
c4fac33
29d0658
* Sun Aug 26 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.4.15-9
29d0658
- Add patch and build against mozjs 52
29d0658
e5094a8
* Fri Jul 20 2018 David King <amigadave@amigadave.com> - 0.4.15-8
e5094a8
- Provide direct path to Python 2 (#1604646)
e5094a8
afcf802
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.15-8
afcf802
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
afcf802
2672500
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.4.15-7
2672500
- Rebuilt for Python 3.7
2672500
3c22017
* Fri May 04 2018 David King <amigadave@amigadave.com> - 0.4.15-6
3c22017
- Resurrect an old patch (#1459779)
54ebb18
- Add BuildRequires on gcc-c++
fd2ebe9
- Switch to %%ldconfig_scriptlets
1f4330e
- Remove obsolete Group tags
3c22017
bbad309
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.15-5
bbad309
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
bbad309
c0f689b
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.15-4
c0f689b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
c0f689b
14ba9ac
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.15-3
14ba9ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
14ba9ac
d70bb4f
* Thu Jul 13 2017 David King <amigadave@amigadave.com> - 0.4.15-2
d70bb4f
- Use pkgconfig for BuildRequires
3224214
- Fix crash in pacrunner module (#1459779)
d70bb4f
e446fd3
* Tue May 16 2017 Peter Robinson <pbrobinson@fedoraproject.org> 0.4.15-1
e446fd3
- Update to 0.4.15
e446fd3
da793c1
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.14-2
da793c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
da793c1
128e953
* Mon Jan 09 2017 David King <amigadave@amigadave.com> - 0.4.14-1
128e953
- Update to 0.4.14
128e953
65f96bd
* Sun Jan 01 2017 David King <amigadave@amigadave.com> - 0.4.13-1
2c6df97
- Update to 0.4.13
2c6df97
f1b4651
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.4.12-5
f1b4651
- Rebuild for Python 3.6
f1b4651
bc63a89
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.12-4
bc63a89
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
bc63a89
6b395ee
* Mon Apr 04 2016 David King <amigadave@amigadave.com> - 0.4.12-3
6b395ee
- Install bindings for both Python 2 and 3 (#1323251)
6b395ee
5c21081
* Fri Mar 04 2016 David King <amigadave@amigadave.com> - 0.4.12-2
5c21081
- Fix a Python bindings crash on 64-bit systems (#1296817)
5c21081
5c277ec
* Mon Feb 29 2016 David King <amigadave@amigadave.com> - 0.4.12-1
5c277ec
- Update to 0.4.12
df96441
- Simplify conditional macros
15db149
- Use isa macro when requiring base package
db51cfc
- Use license macro for COPYING
f066a85
- Use pkgconfig for BuildRequires
154ea3f
- Use javascriptcoregtk-4.0
2d23cf6
- Apply an upstream patch to pair new[] with delete[]
472ea3a
- Fix slowdown in KDE plugin
ded6f43
- Make the pacrunner subpackage depend on pacrunner (#1171679)
46fbdf0
- Install man page from Debian
5c277ec
79e6289
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.11-13
79e6289
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
79e6289
a284038
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.11-12
a284038
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
a284038
d803cd0
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.4.11-11
d803cd0
- Rebuilt for GCC 5 C++11 ABI change
d803cd0
643afd2
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.11-10
643afd2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
643afd2
0e0d602
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.11-9
0e0d602
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
0e0d602
Dan Winship 5c37fe7
* Mon Nov 11 2013 Dan Winship <danw@redhat.com> - 0.4.11-8
Dan Winship 5c37fe7
- Really fix the JS_AbortIfWrongThread crash (#998232)
Dan Winship 5c37fe7
Dan Winship 56b5a66
* Thu Sep 19 2013 Dan Winship <danw@redhat.com> - 0.4.11-7
Dan Winship 56b5a66
- Fix file descriptor leak (#911066)
Dan Winship 56b5a66
- Fix crash when pacrunner fails (probably because of EMFILE...) (#998232)
Dan Winship 56b5a66
564e5e5
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.11-6
564e5e5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
564e5e5
David Woodhouse e0c342d
* Thu Jul 18 2013 David Woodhouse <David.Woodhouse@intel.com> - 0.4.11-5
David Woodhouse e0c342d
- Add PacRunner module now that Fedora has PacRunner
David Woodhouse e0c342d
Dan Winship 2d54dc4
* Mon Jun 03 2013 Colin Walters <walters@redhat.com> - 0.4.11-4
Colin Walters 978c5b8
- Add patch to build with mozjs17, use it by default
Colin Walters 978c5b8
34c5af7
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.11-3
34c5af7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
34c5af7
97a07a0
* Thu Jan  3 2013 Dan Winship <danw@redhat.com> - 0.4.11-2
97a07a0
- Minor dependency fixes
97a07a0
8a6eee7
* Mon Dec 03 2012 Nicolas Chauvet <kwizart@gmail.com> - 0.4.11-1
8a6eee7
- Update to 0.4.11 -  CVE-2012-5580
8a6eee7
e756441
* Tue Oct 16 2012 Nicolas Chauvet <kwizart@gmail.com> - 0.4.10-1
e756441
- Update to 0.4.10
e756441
- Fix CVE-2012-4504
e756441
562aa36
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.7-5
562aa36
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
562aa36
a677a0c
* Mon Feb 27 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.4.7-4
a677a0c
- Add upstream patches to use js rather than xulrunner
bc35396
- Add patch to fix FTBFS on gcc 4.7
a677a0c
- Cleanup spec for latest updates and remove obsolete bits
a677a0c
9c67eb0
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.7-3
9c67eb0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
9c67eb0
ade36ed
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 0.4.7-2
ade36ed
- Rebuild for new libpng
ade36ed
619f4b0
* Tue Jun 07 2011 Nicolas Chauvet <kwizart@gmail.com> - 0.4.7-1
619f4b0
- Update to 0.4.7
619f4b0
- libproxy-1.0.pc is now reliable starting with 0.4.7
619f4b0
77a37a0
* Tue Apr 12 2011 Nicolas Chauvet <kwizart@gmail.com> - 0.4.7-0.1svn20110412
77a37a0
- Update to 0.4.7 svn20110412
77a37a0
- Add support for webkitgtk3
77a37a0
- Add support for xulrunner 2.0
77a37a0
- fix #683015 - libproxy fails with autoconfiguration
77a37a0
- fix #683018 - libproxy needs BR: NetworkManager-glib-devel  (f14)
77a37a0
- Manually fix libproxy-1.0.pc version field - #664781 / #674854
cfb6864
kwizart 3e4f93b
* Wed Nov 24 2010 Nicolas Chauvet <kwizart@gmail.com> - 0.4.6-3
kwizart ceb3a49
- Fix mozjs/webkit obsoletion - rhbz#656849
kwizart ceb3a49
- Workaround unreliable Version field in pkg-config - rhbz#656484
kwizart ceb3a49
0bd2b86
* Sun Nov 07 2010 Nicolas Chauvet <kwizart@gmail.com> - 0.4.6-1
6dc09f7
- Update to 0.4.6
0bd2b86
- Fix python module not arch dependant
6dc09f7
edeab84
* Mon Sep 06 2010 Nicolas Chauvet <kwizart@gmail.com> - 0.4.5-2
20f1af4
- Update to 0.4.5
20f1af4
- Disable mozjs on fedora >= 15
543fe96
- Disable webkit
9970be7
- Add libproxy bootstrap option to disable modules.
1fb8fc6
cd75590
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.4.4-7
cd75590
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
cd75590
62de27d
* Tue Jul 13 2010 Nicolas Chauvet <kwizart@gmail.com> - 0.4.4-6
62de27d
- Fix libproxy-1.0.pc
62de27d
722f308
* Mon Jul 05 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 0.4.4-5
722f308
- Re-enable mozjs and webkit
722f308
0a9f046
* Mon Jul 05 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 0.4.4-4
0a9f046
- Disable mozjs to get around a build error temporarily
0a9f046
18886f2
* Mon Jul 05 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 0.4.4-3
18886f2
- Disable webkit subpackage in order to resolve circular dep
18886f2
c7c7d92
* Sat Jul 03 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 0.4.4-2
c7c7d92
- Fix missing BuildRequires: libmodman-devel
c7c7d92
10d58e6
* Sun Jun 13 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 0.4.4-1
10d58e6
- Update to 0.4.4
10d58e6
- Removed install workarounds (fixed upstream)
10d58e6
- Removed patches (fixed upstream)
10d58e6
- Moved -python to noarch
10d58e6
- Downgrade cmake requirement (upstream change)
10d58e6
- Disabled perl bindings
10d58e6
- Run tests
95da386
8ac700f
* Thu Mar 11 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 0.3.1-4
8ac700f
- Add missing libXmu-devel
8ac700f
7b5df6c
* Sun Feb 21 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 0.3.1-4
cc4141f
- Globalism and update gecko to 1.9.2
dd4ad08
- Avoid rpath on _libdir
7b5df6c
- Fix BR for kde4 to kdelibs-devel
cc4141f
880b20c
* Sun Dec 27 2009 Nicolas Chauvet <kwizart@fedoraproject.org> - 0.3.1-1
880b20c
- Update to 0.3.1
880b20c
- Avoid dependecies on -python and -bin subpackages
880b20c
- Create -networkmanager sub-package.
880b20c
37c6477
* Thu Sep 24 2009 kwizart < kwizart at gmail.com > - 0.3.0-1
37c6477
- Update to 0.3.0
37c6477
d746922
* Thu Sep 17 2009 kwizart < kwizart at gmail.com > - 0.2.3-12
d746922
- Remove Requirement of %%{name}-pac virtual provides 
d746922
  from the main package - #524043
d746922
a0e286e
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-11
a0e286e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a0e286e
583ef79
* Mon Mar  9 2009 kwizart < kwizart at gmail.com > - 0.2.3-10
583ef79
- Rebuild for webkit
583ef79
- Raise requirement for xulrunner to 1.9.1
583ef79
ee3e9cf
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-9
ee3e9cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
ee3e9cf
9ee9b95
* Thu Jan 22 2009 kwizart < kwizart at gmail.com > - 0.2.3-8
9ee9b95
- Merge NetworkManager module into the main libproxy package
9ee9b95
- Main Requires the -python and -bin subpackage 
9ee9b95
 (splitted for multilibs compliance).
9ee9b95
9ee9b95
* Fri Oct 24 2008 kwizart < kwizart at gmail.com > - 0.2.3-7
9ee9b95
- Disable Gnome/KDE default support via builtin modules.
9ee9b95
 (it needs to be integrated via Gconf2/neon instead).
9ee9b95
9ee9b95
* Tue Oct 21 2008 kwizart < kwizart at gmail.com > - 0.2.3-6
9ee9b95
- Disable Obsoletes.
9ee9b95
- Requires ev instead of evr for optionnals sub-packages.
9ee9b95
9ee9b95
* Tue Oct 21 2008 kwizart < kwizart at gmail.com > - 0.2.3-5
9ee9b95
- Use conditionals build.
9ee9b95
9ee9b95
* Mon Sep 15 2008 kwizart < kwizart at gmail.com > - 0.2.3-4
9ee9b95
- Remove plugin- in the name of the packages
9ee9b95
9ee9b95
* Mon Aug  4 2008 kwizart < kwizart at gmail.com > - 0.2.3-3
9ee9b95
- Move proxy.h to libproxy/proxy.h
9ee9b95
  This will prevent it to be included in the default include path
9ee9b95
- Split main to libs and util and use libproxy to install all
9ee9b95
9ee9b95
* Mon Aug  4 2008 kwizart < kwizart at gmail.com > - 0.2.3-2
9ee9b95
- Rename binding-python to python
9ee9b95
- Add Requires: gecko-libs >= %%{gecko_version}
9ee9b95
- Fix some descriptions
9ee9b95
- Add plugin-webkit package
9ee9b95
 
9ee9b95
* Fri Jul 11 2008 kwizart < kwizart at gmail.com > - 0.2.3-1
9ee9b95
- Convert to Fedora spec
9ee9b95
9ee9b95
* Fri Jun 6 2008 - dominique-rpm@leuenberger.net
9ee9b95
- Updated to version 0.2.3
9ee9b95
* Wed Jun 4 2008 - dominique-rpm@leuenberger.net
9ee9b95
- Extended spec file to build all available plugins
9ee9b95
* Tue Jun 3 2008 - dominique-rpm@leuenberger.net
9ee9b95
- Initial spec file for Version 0.2.2
9ee9b95