Fix tar file name
authorMike McCormack <mj.mccormack@samsung.com>
Thu, 1 Sep 2011 02:04:26 +0000 (11:04 +0900)
committerMike McCormack <mj.mccormack@samsung.com>
Thu, 1 Sep 2011 02:04:26 +0000 (11:04 +0900)
packaging/ecore.spec

index 4cf8914..8debdf5 100644 (file)
@@ -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