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

Pavel Shevchuk (stalwart) fedora-extras-commits at redhat.com
Wed May 14 20:59:55 UTC 2008


Author: stalwart

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

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




Index: ecore.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ecore/F-8/ecore.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ecore.spec	4 May 2008 01:25:01 -0000	1.8
+++ ecore.spec	14 May 2008 20:59:18 -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 curl-devel chrpath doxygen pkgconfig
 
 %description
 Ecore is the event/X abstraction layer that makes doing selections,
@@ -25,8 +25,9 @@
 Summary:        Development files for %{name}
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release} 
-Requires:       directfb-devel libcurl-devel openssl-devel
+Requires:       directfb-devel curl-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 fedora-extras-commits mailing list