SPECS: crossmingw32-atk.spec, crossmingw32-cairomm.spec, crossming...

qboosh qboosh at pld-linux.org
Tue Aug 28 19:15:16 CEST 2007


Author: qboosh                       Date: Tue Aug 28 17:15:16 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- for crosscompiling use PKG_CONFIG_LIBDIR instead of PKG_CONFIG_PATH

---- Files affected:
SPECS:
   crossmingw32-atk.spec (1.6 -> 1.7) , crossmingw32-cairomm.spec (1.5 -> 1.6) , crossmingw32-cairo.spec (1.8 -> 1.9) , crossmingw32-fontconfig.spec (1.5 -> 1.6) , crossmingw32-glib2.spec (1.23 -> 1.24) , crossmingw32-glibmm.spec (1.9 -> 1.10) , crossmingw32-gtk+2.spec (1.16 -> 1.17) , crossmingw32-gtkmm.spec (1.5 -> 1.6) , crossmingw32-libglade2.spec (1.6 -> 1.7) , crossmingw32-libglademm.spec (1.4 -> 1.5) , crossmingw32-libvorbis.spec (1.4 -> 1.5) , crossmingw32-libxml2.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/crossmingw32-atk.spec
diff -u SPECS/crossmingw32-atk.spec:1.6 SPECS/crossmingw32-atk.spec:1.7
--- SPECS/crossmingw32-atk.spec:1.6	Sun Aug 26 19:08:28 2007
+++ SPECS/crossmingw32-atk.spec	Tue Aug 28 19:15:10 2007
@@ -16,7 +16,7 @@
 BuildRequires:	crossmingw32-glib2 >= 2.12.11
 BuildRequires:	libtool >= 2:1.5.16
 BuildRequires:	perl-base
-BuildRequires:	pkgconfig
+BuildRequires:	pkgconfig >= 1:0.15
 BuildRequires:	rpmbuild(macros) >= 1.197
 Requires:	crossmingw32-glib2 >= 2.12.11
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -25,7 +25,6 @@
 
 %define		target			i386-mingw32
 %define		target_platform 	i386-pc-mingw32
-%define		arch			%{_prefix}/%{target}
 
 %define		_sysprefix		/usr
 %define		_prefix			%{_sysprefix}/%{target}
@@ -82,7 +81,7 @@
 %setup -q -n %{_realname}-%{version}
 
 %build
-export PKG_CONFIG_PATH=%{_prefix}/lib/pkgconfig
+export PKG_CONFIG_LIBDIR=%{_prefix}/lib/pkgconfig
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
@@ -140,6 +139,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2007/08/28 17:15:10  qboosh
+- for crosscompiling use PKG_CONFIG_LIBDIR instead of PKG_CONFIG_PATH
+
 Revision 1.6  2007/08/26 17:08:28  qboosh
 - unified gnome source URL
 

================================================================
Index: SPECS/crossmingw32-cairomm.spec
diff -u SPECS/crossmingw32-cairomm.spec:1.5 SPECS/crossmingw32-cairomm.spec:1.6
--- SPECS/crossmingw32-cairomm.spec:1.5	Mon Jul 30 21:50:12 2007
+++ SPECS/crossmingw32-cairomm.spec	Tue Aug 28 19:15:10 2007
@@ -15,7 +15,7 @@
 BuildRequires:	crossmingw32-cairo >= 1.4.0
 BuildRequires:	crossmingw32-gcc-c++
 BuildRequires:	libtool >= 2:1.5
-BuildRequires:	pkgconfig
+BuildRequires:	pkgconfig >= 1:0.15
 Requires:	crossmingw32-cairo >= 1.4.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -23,7 +23,6 @@
 
 %define		target			i386-mingw32
 %define		target_platform 	i386-pc-mingw32
-%define		arch			%{_prefix}/%{target}
 
 %define		_sysprefix		/usr
 %define		_prefix			%{_sysprefix}/%{target}
@@ -66,7 +65,7 @@
 %setup -q -n %{_realname}-%{version}
 
 %build
-export PKG_CONFIG_PATH=%{_prefix}/lib/pkgconfig
+export PKG_CONFIG_LIBDIR=%{_prefix}/lib/pkgconfig
 %{__libtoolize}
 %{__aclocal} -I m4
 %{__automake}
@@ -120,6 +119,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2007/08/28 17:15:10  qboosh
+- for crosscompiling use PKG_CONFIG_LIBDIR instead of PKG_CONFIG_PATH
+
 Revision 1.5  2007/07/30 19:50:12  qboosh
 - updated to 1.4.4
 

================================================================
Index: SPECS/crossmingw32-cairo.spec
diff -u SPECS/crossmingw32-cairo.spec:1.8 SPECS/crossmingw32-cairo.spec:1.9
--- SPECS/crossmingw32-cairo.spec:1.8	Sun Jul  1 13:55:56 2007
+++ SPECS/crossmingw32-cairo.spec	Tue Aug 28 19:15:10 2007
@@ -22,7 +22,7 @@
 BuildRequires:	crossmingw32-libpng
 BuildRequires:	crossmingw32-zlib
 BuildRequires:	libtool
-BuildRequires:	pkgconfig
+BuildRequires:	pkgconfig >= 1:0.15
 Requires:	crossmingw32-fontconfig
 Requires:	crossmingw32-freetype >= 2.1.10
 %{?with_glitz:Requires:	crossmingw32-glitz >= 0.5.1}
@@ -33,7 +33,6 @@
 
 %define		target			i386-mingw32
 %define		target_platform 	i386-pc-mingw32
-%define		arch			%{_prefix}/%{target}
 
 %define		_sysprefix		/usr
 %define		_prefix			%{_sysprefix}/%{target}
@@ -105,7 +104,7 @@
 %setup -q -n %{realname}-%{version}
 
 %build
-export PKG_CONFIG_PATH=%{_prefix}/lib/pkgconfig
+export PKG_CONFIG_LIBDIR=%{_prefix}/lib/pkgconfig
 %{__libtoolize}
 %{__aclocal}
 %{__autoheader}
@@ -170,6 +169,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2007/08/28 17:15:10  qboosh
+- for crosscompiling use PKG_CONFIG_LIBDIR instead of PKG_CONFIG_PATH
+
 Revision 1.8  2007/07/01 11:55:56  qboosh
 - updated to 1.4.10
 

================================================================
Index: SPECS/crossmingw32-fontconfig.spec
diff -u SPECS/crossmingw32-fontconfig.spec:1.5 SPECS/crossmingw32-fontconfig.spec:1.6
--- SPECS/crossmingw32-fontconfig.spec:1.5	Tue Jul  3 09:15:17 2007
+++ SPECS/crossmingw32-fontconfig.spec	Tue Aug 28 19:15:10 2007
@@ -19,7 +19,7 @@
 BuildRequires:	crossmingw32-freetype >= 2.1.5
 BuildRequires:	crossmingw32-gcc
 BuildRequires:	libtool
-BuildRequires:	pkgconfig
+BuildRequires:	pkgconfig >= 1:0.15
 Requires:	crossmingw32-expat
 Requires:	crossmingw32-freetype >= 2.1.5
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -28,7 +28,6 @@
 
 %define		target			i386-mingw32
 %define		target_platform 	i386-pc-mingw32
-%define		arch			%{_prefix}/%{target}
 
 %define		_sysprefix		/usr
 %define		_prefix			%{_sysprefix}/%{target}
@@ -81,7 +80,7 @@
 %patch1 -p1
 
 %build
-export PKG_CONFIG_PATH=%{_prefix}/lib/pkgconfig
+export PKG_CONFIG_LIBDIR=%{_prefix}/lib/pkgconfig
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
@@ -140,6 +139,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2007/08/28 17:15:10  qboosh
+- for crosscompiling use PKG_CONFIG_LIBDIR instead of PKG_CONFIG_PATH
+
 Revision 1.5  2007/07/03 07:15:17  lkrotowski
 - removed obsolete --with bytecode
 

================================================================
Index: SPECS/crossmingw32-glib2.spec
diff -u SPECS/crossmingw32-glib2.spec:1.23 SPECS/crossmingw32-glib2.spec:1.24
--- SPECS/crossmingw32-glib2.spec:1.23	Tue Aug 21 19:56:42 2007
+++ SPECS/crossmingw32-glib2.spec	Tue Aug 28 19:15:10 2007
@@ -116,7 +116,7 @@
 %patch1 -p1
 
 %build
-export PKG_CONFIG_PATH=%{_prefix}/lib/pkgconfig
+export PKG_CONFIG_LIBDIR=%{_prefix}/lib/pkgconfig
 %{__libtoolize}
 %{__aclocal}
 %{__automake}
@@ -185,6 +185,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24  2007/08/28 17:15:10  qboosh
+- for crosscompiling use PKG_CONFIG_LIBDIR instead of PKG_CONFIG_PATH
+
 Revision 1.23  2007/08/21 17:56:42  qboosh
 - updated md5
 

================================================================
Index: SPECS/crossmingw32-glibmm.spec
diff -u SPECS/crossmingw32-glibmm.spec:1.9 SPECS/crossmingw32-glibmm.spec:1.10
--- SPECS/crossmingw32-glibmm.spec:1.9	Wed Jun 13 08:34:48 2007
+++ SPECS/crossmingw32-glibmm.spec	Tue Aug 28 19:15:10 2007
@@ -15,7 +15,7 @@
 BuildRequires:	crossmingw32-gcc-c++
 BuildRequires:	crossmingw32-glib2 >= 2.12.9
 BuildRequires:	crossmingw32-libsigc++ >= 2.0.17
-BuildRequires:	pkgconfig
+BuildRequires:	pkgconfig >= 1:0.15
 BuildRequires:	libtool >= 2:1.5
 BuildRequires:	perl-XML-Parser
 Requires:	crossmingw32-glib2 >= 2.12.9
@@ -26,7 +26,6 @@
 
 %define		target			i386-mingw32
 %define		target_platform 	i386-pc-mingw32
-%define		arch			%{_prefix}/%{target}
 
 %define		_sysprefix		/usr
 %define		_prefix			%{_sysprefix}/%{target}
@@ -71,7 +70,7 @@
 %setup -q -n %{realname}-%{version}
 
 %build
-export PKG_CONFIG_PATH=%{_prefix}/lib/pkgconfig
+export PKG_CONFIG_LIBDIR=%{_prefix}/lib/pkgconfig
 %{__libtoolize}
 %{__aclocal} -I scripts
 %{__autoconf}
@@ -134,6 +133,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2007/08/28 17:15:10  qboosh
+- for crosscompiling use PKG_CONFIG_LIBDIR instead of PKG_CONFIG_PATH
+
 Revision 1.9  2007/06/13 06:34:48  qboosh
 - updated to 2.12.10
 

================================================================
Index: SPECS/crossmingw32-gtk+2.spec
diff -u SPECS/crossmingw32-gtk+2.spec:1.16 SPECS/crossmingw32-gtk+2.spec:1.17
--- SPECS/crossmingw32-gtk+2.spec:1.16	Sun Aug 26 19:08:28 2007
+++ SPECS/crossmingw32-gtk+2.spec	Tue Aug 28 19:15:10 2007
@@ -17,6 +17,7 @@
 BuildRequires:	crossmingw32-libpng
 BuildRequires:	crossmingw32-libtiff
 BuildRequires:	crossmingw32-pango >= 1.16.2
+BuildRequires:	pkgconfig >= 1:0.15
 Requires:	crossmingw32-atk >= 1.18.0
 Requires:	crossmingw32-glib2 >= 2.12.12
 Requires:	crossmingw32-pango >= 1.16.2
@@ -28,7 +29,6 @@
 
 %define		target			i386-mingw32
 %define		target_platform 	i386-pc-mingw32
-%define		arch			%{_prefix}/%{target}
 
 %define		_sysprefix		/usr
 %define		_prefix			%{_sysprefix}/%{target}
@@ -82,7 +82,7 @@
 %patch0 -p1
 
 %build
-export PKG_CONFIG_PATH=%{_prefix}/lib/pkgconfig
+export PKG_CONFIG_LIBDIR=%{_prefix}/lib/pkgconfig
 %{__libtoolize}
 %{__aclocal}
 %{__autoheader}
@@ -144,6 +144,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2007/08/28 17:15:10  qboosh
+- for crosscompiling use PKG_CONFIG_LIBDIR instead of PKG_CONFIG_PATH
+
 Revision 1.16  2007/08/26 17:08:28  qboosh
 - unified gnome source URL
 

================================================================
Index: SPECS/crossmingw32-gtkmm.spec
diff -u SPECS/crossmingw32-gtkmm.spec:1.5 SPECS/crossmingw32-gtkmm.spec:1.6
--- SPECS/crossmingw32-gtkmm.spec:1.5	Tue Aug 28 00:28:37 2007
+++ SPECS/crossmingw32-gtkmm.spec	Tue Aug 28 19:15:10 2007
@@ -20,7 +20,7 @@
 BuildRequires:	crossmingw32-pango >= 1.16.2
 BuildRequires:	libtool >= 2:1.5
 BuildRequires:	perl-base >= 1:5.6.0
-BuildRequires:	pkgconfig
+BuildRequires:	pkgconfig >= 1:0.15
 Requires:	%{name}-atk = %{version}-%{release}
 Requires:	%{name}-pango = %{version}-%{release}
 Requires:	crossmingw32-gtk+2 >= 2.10.11
@@ -166,7 +166,7 @@
 %setup -q -n %{realname}-%{version}
 
 %build
-export PKG_CONFIG_PATH=%{_prefix}/lib/pkgconfig
+export PKG_CONFIG_LIBDIR=%{_prefix}/lib/pkgconfig
 %{__libtoolize}
 %{__aclocal} -I scripts
 %{__autoconf}
@@ -254,6 +254,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2007/08/28 17:15:10  qboosh
+- for crosscompiling use PKG_CONFIG_LIBDIR instead of PKG_CONFIG_PATH
+
 Revision 1.5  2007/08/27 22:28:37  qboosh
 - updated to 2.10.11
 

================================================================
Index: SPECS/crossmingw32-libglade2.spec
diff -u SPECS/crossmingw32-libglade2.spec:1.6 SPECS/crossmingw32-libglade2.spec:1.7
--- SPECS/crossmingw32-libglade2.spec:1.6	Sun Aug 26 22:41:05 2007
+++ SPECS/crossmingw32-libglade2.spec	Tue Aug 28 19:15:10 2007
@@ -18,7 +18,7 @@
 BuildRequires:	crossmingw32-gtk+2 >= 2.10.13
 BuildRequires:	crossmingw32-libxml2 >= 2.6.29
 BuildRequires:	libtool
-BuildRequires:	pkgconfig
+BuildRequires:	pkgconfig >= 1:0.15
 BuildRequires:	python >= 2.0
 BuildRequires:	python-modules >= 2.0
 BuildRequires:	rpmbuild(macros) >= 1.197
@@ -91,7 +91,7 @@
 echo -e '\tglade_xml_construct_from_buffer' >> glade/glade.def
 
 %build
-export PKG_CONFIG_PATH=%{_prefix}/lib/pkgconfig
+export PKG_CONFIG_LIBDIR=%{_prefix}/lib/pkgconfig
 %{__libtoolize}
 %{__glib_gettextize}
 %{__aclocal} -I m4
@@ -146,6 +146,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2007/08/28 17:15:10  qboosh
+- for crosscompiling use PKG_CONFIG_LIBDIR instead of PKG_CONFIG_PATH
+
 Revision 1.6  2007/08/26 20:41:05  qboosh
 - updated to 2.6.2
 

================================================================
Index: SPECS/crossmingw32-libglademm.spec
diff -u SPECS/crossmingw32-libglademm.spec:1.4 SPECS/crossmingw32-libglademm.spec:1.5
--- SPECS/crossmingw32-libglademm.spec:1.4	Tue Jun 19 23:23:02 2007
+++ SPECS/crossmingw32-libglademm.spec	Tue Aug 28 19:15:10 2007
@@ -17,7 +17,7 @@
 BuildRequires:	crossmingw32-libglade2 >= 2.6.1
 BuildRequires:	libtool >= 2:1.4d
 BuildRequires:	perl-base
-BuildRequires:	pkgconfig
+BuildRequires:	pkgconfig >= 1:0.15
 Requires:	crossmingw32-gtkmm >= 2.10.0
 Requires:	crossmingw32-libglade2 >= 2.6.1
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -26,7 +26,6 @@
 
 %define		target			i386-mingw32
 %define		target_platform 	i386-pc-mingw32
-%define		arch			%{_prefix}/%{target}
 
 %define		_sysprefix		/usr
 %define		_prefix			%{_sysprefix}/%{target}
@@ -71,7 +70,7 @@
 %setup -q -n %{realname}-%{version}
 
 %build
-export PKG_CONFIG_PATH=%{_prefix}/lib/pkgconfig
+export PKG_CONFIG_LIBDIR=%{_prefix}/lib/pkgconfig
 %{__libtoolize}
 %{__aclocal} -I scripts
 %{__autoconf}
@@ -126,6 +125,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2007/08/28 17:15:10  qboosh
+- for crosscompiling use PKG_CONFIG_LIBDIR instead of PKG_CONFIG_PATH
+
 Revision 1.4  2007/06/19 21:23:02  qboosh
 - updated to 2.6.4
 

================================================================
Index: SPECS/crossmingw32-libvorbis.spec
diff -u SPECS/crossmingw32-libvorbis.spec:1.4 SPECS/crossmingw32-libvorbis.spec:1.5
--- SPECS/crossmingw32-libvorbis.spec:1.4	Sun Aug  5 20:01:46 2007
+++ SPECS/crossmingw32-libvorbis.spec	Tue Aug 28 19:15:10 2007
@@ -16,7 +16,7 @@
 BuildRequires:	crossmingw32-gcc
 BuildRequires:	crossmingw32-libogg
 BuildRequires:	crossmingw32-w32api
-BuildRequires:	pkgconfig
+BuildRequires:	pkgconfig >= 1:0.15
 Requires:	crossmingw32-libogg
 Requires:	crossmingw32-runtime
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -25,7 +25,6 @@
 
 %define		target			i386-mingw32
 %define		target_platform		%{target}
-%define		arch			%{_prefix}/%{target}
 
 %define		_sysprefix		/usr
 %define		_prefix			%{_sysprefix}/%{target}
@@ -84,7 +83,7 @@
 %patch2 -p1
 
 %build
-export PKG_CONFIG_PATH=%{_prefix}/lib/pkgconfig
+export PKG_CONFIG_LIBDIR=%{_prefix}/lib/pkgconfig
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
@@ -148,6 +147,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2007/08/28 17:15:10  qboosh
+- for crosscompiling use PKG_CONFIG_LIBDIR instead of PKG_CONFIG_PATH
+
 Revision 1.4  2007/08/05 18:01:46  qboosh
 - updated to 1.2.0 (fixes CVE-2007-3106 CVE-2007-4029)
 - added libtool patch, unified build, added -static

================================================================
Index: SPECS/crossmingw32-libxml2.spec
diff -u SPECS/crossmingw32-libxml2.spec:1.4 SPECS/crossmingw32-libxml2.spec:1.5
--- SPECS/crossmingw32-libxml2.spec:1.4	Sun Jun 17 21:38:48 2007
+++ SPECS/crossmingw32-libxml2.spec	Tue Aug 28 19:15:10 2007
@@ -27,7 +27,6 @@
 
 %define		target			i386-mingw32
 %define		target_platform 	i386-pc-mingw32
-%define		arch			%{_prefix}/%{target}
 
 %define		_sysprefix		/usr
 %define		_prefix			%{_sysprefix}/%{target}
@@ -78,7 +77,7 @@
 %patch2 -p1
 
 %build
-export PKG_CONFIG_PATH=%{_prefix}/lib/pkgconfig
+export PKG_CONFIG_LIBDIR=%{_prefix}/lib/pkgconfig
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
@@ -132,6 +131,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2007/08/28 17:15:10  qboosh
+- for crosscompiling use PKG_CONFIG_LIBDIR instead of PKG_CONFIG_PATH
+
 Revision 1.4  2007/06/17 19:38:48  qboosh
 - updated to 2.6.29
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/crossmingw32-atk.spec?r1=1.6&r2=1.7&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/crossmingw32-cairomm.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/crossmingw32-cairo.spec?r1=1.8&r2=1.9&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/crossmingw32-fontconfig.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/crossmingw32-glib2.spec?r1=1.23&r2=1.24&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/crossmingw32-glibmm.spec?r1=1.9&r2=1.10&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/crossmingw32-gtk+2.spec?r1=1.16&r2=1.17&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/crossmingw32-gtkmm.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/crossmingw32-libglade2.spec?r1=1.6&r2=1.7&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/crossmingw32-libglademm.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/crossmingw32-libvorbis.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/crossmingw32-libxml2.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list