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