From 5cd393bacbdeba7827b74f2f6d79790735a4fc1f Mon Sep 17 00:00:00 2001 From: Inkyo Jung Date: Sat, 17 Mar 2012 00:41:56 +0900 Subject: [PATCH] update(add) packaging directory and spec file from OBSTF:Private, OBS --- packaging/expedite.spec | 41 ++++++++++++++++++----------------------- 1 file changed, 18 insertions(+), 23 deletions(-) diff --git a/packaging/expedite.spec b/packaging/expedite.spec index e27a472..76ce9c6 100644 --- a/packaging/expedite.spec +++ b/packaging/expedite.spec @@ -1,48 +1,43 @@ -# 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 -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* -- 2.7.4