Fix libproxy pkgconfig file
This commit is contained in:
parent
722f308c3a
commit
62de27da07
13
libproxy-0.4.4-fix_pkgconfig.patch
Normal file
13
libproxy-0.4.4-fix_pkgconfig.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
diff -up libproxy-0.4.4/libproxy/libproxy-1.0.pc.in.fix libproxy-0.4.4/libproxy/libproxy-1.0.pc.in
|
||||||
|
--- libproxy-0.4.4/libproxy/libproxy-1.0.pc.in.fix 2010-07-13 09:58:27.000000000 +0200
|
||||||
|
+++ libproxy-0.4.4/libproxy/libproxy-1.0.pc.in 2010-07-13 10:00:26.000000000 +0200
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
-prefix=@prefix@
|
||||||
|
-libdir=@libdir@
|
||||||
|
-includedir=@includedir@
|
||||||
|
+prefix=@CMAKE_INSTALL_PREFIX@
|
||||||
|
+libdir=@CMAKE_INSTALL_LIBDIR@
|
||||||
|
+includedir=@CMAKE_INSTALL_PREFIX@/include
|
||||||
|
|
||||||
|
Name: libproxy-1.0
|
||||||
|
Description: Proxy Configuration Library
|
@ -4,13 +4,14 @@
|
|||||||
|
|
||||||
Name: libproxy
|
Name: libproxy
|
||||||
Version: 0.4.4
|
Version: 0.4.4
|
||||||
Release: 5%{?dist}
|
Release: 6%{?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
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://code.google.com/p/libproxy/
|
URL: http://code.google.com/p/libproxy/
|
||||||
Source0: http://libproxy.googlecode.com/files/libproxy-%{version}.tar.gz
|
Source0: http://libproxy.googlecode.com/files/libproxy-%{version}.tar.gz
|
||||||
|
Patch0: libproxy-0.4.4-fix_pkgconfig.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
@ -118,6 +119,7 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1 -b .fix_pc
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{cmake} \
|
%{cmake} \
|
||||||
@ -188,6 +190,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 13 2010 Nicolas Chauvet <kwizart@gmail.com> - 0.4.4-6
|
||||||
|
- Fix libproxy-1.0.pc
|
||||||
|
|
||||||
* Mon Jul 05 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 0.4.4-5
|
* Mon Jul 05 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 0.4.4-5
|
||||||
- Re-enable mozjs and webkit
|
- Re-enable mozjs and webkit
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user