From: Mike McCormack Date: Thu, 1 Sep 2011 02:04:26 +0000 (+0900) Subject: Fix tar file name X-Git-Tag: accepted/2.0/20130306.224007~173 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea9622d9389454d51edba554a9f2da6a99aea5d3;p=profile%2Fivi%2Fecore.git Fix tar file name --- diff --git a/packaging/ecore.spec b/packaging/ecore.spec index 4cf8914..8debdf5 100644 --- a/packaging/ecore.spec +++ b/packaging/ecore.spec @@ -3,9 +3,9 @@ Summary: Enlightened Core X interface library Version: 1.0.999.svn61874 Release: 1 Group: TO_BE/FILLED_IN -License: TO BE FILLED IN +License: BSD URL: http://www.enlightenment.org -Source0: ecore-%{version}.tar.bz2 +Source0: %{name}-%{version}.tar.bz2 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: pkgconfig(eina) @@ -154,7 +154,7 @@ Core abstraction layer for enlightenment (fb) %prep -%setup -q -n %{name} +%setup -q %build