rpms/ecore/F-9 ecore.spec,1.8,1.9

Pavel Shevchuk (stalwart) fedora-extras-commits at redhat.com
Wed May 14 21:01:01 UTC 2008


Author: stalwart

Update of /cvs/pkgs/rpms/ecore/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2582

Modified Files:
	ecore.spec 
Log Message:
pkgconfig was missing




Index: ecore.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ecore/F-9/ecore.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ecore.spec	4 May 2008 01:23:18 -0000	1.8
+++ ecore.spec	14 May 2008 21:00:24 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           ecore
 Version:        0.9.9.042
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Event/X abstraction layer
 
 Group:          System Environment/Libraries
@@ -14,7 +14,7 @@
 BuildRequires:  libXinerama-devel libXrandr-devel libXScrnSaver-devel 
 BuildRequires:  libXcomposite-devel libXfixes-devel libXdamage-devel 
 BuildRequires:  xorg-x11-proto-devel directfb-devel SDL-devel 
-BuildRequires:  openssl-devel libcurl-devel chrpath doxygen
+BuildRequires:  openssl-devel libcurl-devel chrpath doxygen pkgconfig
 
 %description
 Ecore is the event/X abstraction layer that makes doing selections,
@@ -27,6 +27,7 @@
 Requires:       %{name} = %{version}-%{release} 
 Requires:       directfb-devel libcurl-devel openssl-devel
 Requires:       evas-devel eet-devel
+Requires:       pkgconfig
 
 %description    devel
 The %{name}-devel package contains libraries and header files for
@@ -83,6 +84,9 @@
 
 
 %changelog
+* Wed May 14 2008 Pavel "Stalwart" Shevchuk <stlwrt at gmail.com> - 0.9.9.042-4
+- Added pkgconfig to buildrequires and ecore-devel requires
+
 * Sun May 04 2008 Pavel "Stalwart" Shevchuk <stlwrt at gmail.com> - 0.9.9.042-3
 - Fixed ecore-devel dependencies once again
 




More information about the scm-commits mailing list