Update to 0.4.7

This commit is contained in:
Nicolas Chauvet 2011-06-07 12:17:51 +02:00
parent 77a37a0b37
commit 619f4b0540

View File

@ -5,6 +5,7 @@
%if 0%{?fedora} > 14
%global gecko_version 2.0
%global _with_webkitgtk3 1
%global _with_gnome3 1
%else
%global gecko_version 1.9.2
%global _with_webkit 1
@ -16,11 +17,11 @@
%endif
%global _with_python 1
%global svn svn20110412
#global svn svn20110412
Name: libproxy
Version: 0.4.7
Release: 0.1%{?svn}%{?dist}
Release: 1%{?svn}%{?dist}
Summary: A library handling all the details of proxy configuration
Group: System Environment/Libraries
@ -188,14 +189,13 @@ developing applications that use %{name}.
%setup -q
%patch0 -p1 -b .xul2
#Fix version field in pkg-config
sed -i -e 's|@PROJECT_VERSION@|%{version}|' libproxy/libproxy-1.0.pc.in
%build
%{cmake} \
-DLIBEXEC_INSTALL_DIR=%{_libexecdir} \
-DMODULE_INSTALL_DIR=%{_libdir}/%{name}/%{version}/modules \
-DWITH_PERL=OFF \
%{!?_with_gnome3:-DWITH_GNOME3=OFF}\
%{?_with_webkitgtk3:-DWITH_WEBKIT3=ON}\
.
make VERBOSE=1 %{?_smp_mflags}
@ -284,6 +284,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Jun 07 2011 Nicolas Chauvet <kwizart@gmail.com> - 0.4.7-1
- Update to 0.4.7
- libproxy-1.0.pc is now reliable starting with 0.4.7
* Tue Apr 12 2011 Nicolas Chauvet <kwizart@gmail.com> - 0.4.7-0.1svn20110412
- Update to 0.4.7 svn20110412
- Add support for webkitgtk3