Update to 0.4.13
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
6d0dfe987d
commit
2c6df979ee
@ -3,24 +3,18 @@
|
||||
%{!?_with_bootstrap: %global bootstrap 0}
|
||||
|
||||
Name: libproxy
|
||||
Version: 0.4.12
|
||||
Version: 0.4.13
|
||||
Release: 5%{?dist}
|
||||
Summary: A library handling all the details of proxy configuration
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
URL: https://libproxy.github.io/libproxy/
|
||||
Source0: https://github.com/libproxy/%{name}/archive/%{version}.tar.gz
|
||||
Source0: https://github.com/libproxy/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
# Taken from the Debian package.
|
||||
Source1: proxy.1
|
||||
# http://code.google.com/p/libproxy/issues/detail?id=152
|
||||
Patch0: 0001-Add-config-module-for-querying-PacRunner-d-mon.patch
|
||||
# Taken from upstream git.
|
||||
Patch1: libproxy-0.4.12-javascriptcoregtk4.patch
|
||||
Patch2: libproxy-0.4.12-use-correct-delete.patch
|
||||
Patch3: libproxy-0.4.12-fix-kde-slowdown.patch
|
||||
# Fix a Python bindings crash on 64-bit systems.
|
||||
Patch4: libproxy-0.4.12-fix-python-crash.patch
|
||||
|
||||
BuildRequires: libmodman-devel >= 2.0.1
|
||||
BuildRequires: cmake >= 2.6.0
|
||||
@ -165,12 +159,7 @@ The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%{cmake} \
|
||||
@ -185,11 +174,11 @@ developing applications that use %{name}.
|
||||
-DWITH_PYTHON=OFF \
|
||||
%endif
|
||||
.
|
||||
make VERBOSE=1 %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot} INSTALL="install -p"
|
||||
%make_install INSTALL="install -p"
|
||||
|
||||
#In case all modules are disabled
|
||||
mkdir -p %{buildroot}%{_libdir}/%{name}/%{version}/modules
|
||||
@ -260,6 +249,9 @@ make test
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jan 01 2017 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.4.13-5
|
||||
- Update to 0.4.13
|
||||
|
||||
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.4.12-5
|
||||
- Rebuild for Python 3.6
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (0.4.13.tar.gz) = babbe5e9326cb2bfdf4504662533b314f72c3475687f8b57c235614698cb18e0ed31752b834cb1d33cc94ecd3af6589684b2846e73830f0be3557c465a1f1c42
|
||||
SHA512 (libproxy-0.4.13.tar.gz) = babbe5e9326cb2bfdf4504662533b314f72c3475687f8b57c235614698cb18e0ed31752b834cb1d33cc94ecd3af6589684b2846e73830f0be3557c465a1f1c42
|
||||
|
Loading…
Reference in New Issue
Block a user