rpms/redland/devel redland-1.0.10-pkgconfig_requires_private.patch, NONE, 1.1 redland.spec, 1.23, 1.24

Rex Dieter rdieter at fedoraproject.org
Mon Jan 4 00:00:17 UTC 2010


Author: rdieter

Update of /cvs/pkgs/rpms/redland/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14081

Modified Files:
	redland.spec 
Added Files:
	redland-1.0.10-pkgconfig_requires_private.patch 
Log Message:
* Sun Jan 03 2010 Rex Dieter <rdieter at fedoraproject.org> - 1.0.10-2
- pkgconfig_requires_private patch


redland-1.0.10-pkgconfig_requires_private.patch:
 redland.pc.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE redland-1.0.10-pkgconfig_requires_private.patch ---
diff -up redland-1.0.10/redland-config.in.libs redland-1.0.10/redland-config.in
diff -up redland-1.0.10/redland.pc.in.libs redland-1.0.10/redland.pc.in
--- redland-1.0.10/redland.pc.in.libs	2009-04-12 20:01:30.000000000 -0500
+++ redland-1.0.10/redland.pc.in	2010-01-03 17:55:23.791897828 -0600
@@ -9,7 +9,7 @@ swig=${prefix}/share/redland/Redland.i
 
 Name: Redland RDF API Library
 Description: Redland RDF API and triple store library
-Requires: raptor >= @RAPTOR_MIN_VERSION@, rasqal >= @RASQAL_MIN_VERSION@, rasqal <= @RASQAL_MAX_VERSION@
+Requires.private: raptor >= @RAPTOR_MIN_VERSION@, rasqal >= @RASQAL_MIN_VERSION@, rasqal <= @RASQAL_MAX_VERSION@
 Version: @VERSION@
 Libs: -L${libdir} -lrdf
 Libs.private: @LIBRDF_LDFLAGS@ @LIBRDF_PKGCONFIG_PRIVATE_LIBS@


Index: redland.spec
===================================================================
RCS file: /cvs/pkgs/rpms/redland/devel/redland.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- redland.spec	3 Jan 2010 22:45:04 -0000	1.23
+++ redland.spec	4 Jan 2010 00:00:16 -0000	1.24
@@ -1,6 +1,6 @@
 Name:           redland
 Version:        1.0.10
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        RDF Application Framework
 
 Group:          System Environment/Libraries
@@ -9,6 +9,8 @@ URL:            http://librdf.org/
 Source0:        http://download.librdf.org/source/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+Patch50: redland-1.0.10-pkgconfig_requires_private.patch
+
 BuildRequires:  curl-devel
 BuildRequires:  db4-devel
 BuildRequires:  libiodbc-devel
@@ -42,6 +44,8 @@ Header files for development with Redlan
 %prep
 %setup -q
 
+%patch50 -p1 -b .pkgconfig_requires_private
+
 # hack to nuke rpaths
 %if "%{_libdir}" != "/usr/lib"
 sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
@@ -112,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jan 03 2010 Rex Dieter <rdieter at fedoraproject.org> - 1.0.10-2
+- pkgconfig_requires_private patch
+
 * Sun Jan 03 2010 Rex Dieter <rdieter at fedoraproject.org> - 1.0.10-1
 - redland-1.0.10
 




More information about the fedora-extras-commits mailing list