-# Note that this is NOT a relocatable package
-%define ver 0.7.0
-%define rel 1
-%define prefix /usr
-
-Summary: expedite
-Name: expedite
-Version: %ver
-Release: %rel
-License: BSD
-Group: TO_BE/FILLED_IN
-Source: ftp://ftp.enlightenment.org/pub/enlightenment/expedite-%{ver}.tar.gz
-BuildRoot: /var/tmp/expedite-root
-Packager: The Rasterman <raster@rasterman.com>
-URL: http://www.enlightenment.org/
-Requires(post): /sbin/ldconfig
+Summary: expedite
+Name: expedite
+Version: 1.0.0+svn.68445slp2+1
+Release: 1
+License: TO_BE/FILLED_IN
+Group: TO_BE/FILLED_IN
+Source: %{name}-%{version}.tar.gz
+Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
-BuildRequires: pkgconfig(evas)
-BuildRequires: pkgconfig(xrender)
-BuildRequires: pkgconfig(xext)
+BuildRequires: pkgconfig(evas)
+BuildRequires: pkgconfig(xrender)
+BuildRequires: pkgconfig(xext)
-%description
+%description
Expedite Evas benchmark/test suite
+
%prep
-%setup -q -n %{name}-%{version}
+%setup -q
%build
-
%autogen --disable-static
%configure --disable-static \
--with-eet-eet=eet --disable-xrender-x11 --disable-software-sdl
-
make %{?jobs:-j%jobs}
+
%install
rm -rf %{buildroot}
%make_install
+
%post -p /sbin/ldconfig
+
%postun -p /sbin/ldconfig
+
%files
%defattr(-,root,root,-)
/usr/bin/expedite*