[libproxy] Update to 0.4.7

Nicolas Chauvet kwizart at fedoraproject.org
Tue Jun 7 10:25:44 UTC 2011


commit 619f4b05409160f06f95f9959165feeb1697ccce
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Tue Jun 7 12:17:51 2011 +0200

    Update to 0.4.7

 libproxy.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/libproxy.spec b/libproxy.spec
index 5eb59df..52bb825 100644
--- a/libproxy.spec
+++ b/libproxy.spec
@@ -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 at 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 at gmail.com> - 0.4.7-0.1svn20110412
 - Update to 0.4.7 svn20110412
 - Add support for webkitgtk3


More information about the scm-commits mailing list