Fix spec file
authorTae-Hwan Kim <the81.kim@samsung.com>
Thu, 14 Jun 2012 10:17:42 +0000 (19:17 +0900)
committerTae-Hwan Kim <the81.kim@samsung.com>
Thu, 14 Jun 2012 10:17:42 +0000 (19:17 +0900)
* Use rpm dependecy instead of pkg-config

Change-Id: I42568573999f389ad00afd0587cbdc644e2030c6

packaging/efreet.spec

index 5da549d..10b4b53 100644 (file)
@@ -2,15 +2,16 @@
 Name:       efreet
 Summary:    FreeDesktop.Org Compatibility Library
 Version:    1.2.0+svn.70375slp2+build02
-Release:    1
+Release:    2
 Group:      System/Libraries
 License:    BSD
 URL:        http://www.enlightenment.org/
 Source0:    %{name}-%{version}.tar.gz
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
-BuildRequires:  pkgconfig(ecore)
-BuildRequires:  pkgconfig(eina)
+BuildRequires:  eina-devel
+BuildRequires:  eet-devel
+BuildRequires:  ecore-devel
 
 
 %description