Name: eeze Version: 1.7.4 Release: 1%{?dist} License: MIT Summary: Device abstraction library Url: http://enlightenment.org Group: System Environment/Libraries Source: http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2 BuildRequires: autoconf automake libtool pkgconfig BuildRequires: ecore-devel libeina-devel systemd-devel %description Eeze is a library for manipulating devices through udev with a simple and fast api. It interfaces directly with libudev, avoiding such middleman daemons as udisks/upower or hal, to immediately gather device information the instant it becomes known to the system. %package devel Summary: Eeze headers, documentation and test programs Group: Development/Libraries BuildRequires: ecore-devel libeina-devel systemd-devel %description devel Headers, test programs and documentation for eeze %prep %setup -q %build %configure --disable-static --disable-silent-rules make %{?_smp_mflags} %install %make_install utildir=%{buildroot}%{_libdir}/enlightenment/utils find %{buildroot} -name '*.la' -delete %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %doc README COPYING NEWS AUTHORS %{_libdir}/libeeze.so.1* %{_libdir}/libeeze.so %files devel %{_includedir}/eeze-1/ %{_libdir}/pkgconfig/eeze.pc %changelog * Wed Jan 02 2013 Rahul Sundaram - 1.7.4-1 - initial spec