Fix tar name in RPM packaging
authorMike McCormack <mj.mccormack@samsung.com>
Mon, 5 Sep 2011 05:51:33 +0000 (14:51 +0900)
committerMike McCormack <mj.mccormack@samsung.com>
Mon, 5 Sep 2011 06:09:49 +0000 (15:09 +0900)
packaging/edje.spec

index 9cb88b0..8049e19 100644 (file)
@@ -1,16 +1,11 @@
-# 
-# Do NOT Edit the Auto-generated Part!
-# Generated by: spectacle version 0.22
-# 
-
 Name:       edje
 Summary:    Complex Graphical Design/Layout Engine
-Version:    1.0.999
+Version:    1.0.999.svn60299
 Release:    1
 Group:      System/Libraries
 License:    BSD
 URL:        http://www.enlightenment.org/
-Source0:    edje-%{version}.svn60299.tar.gz
+Source0:    %{name}-%{version}.tar.gz
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 BuildRequires:  pkgconfig(ecore)
@@ -26,7 +21,7 @@ BuildRequires:  pkgconfig(lua)
 
 
 %description
-Various binaries for use with libedje 
+Various binaries for use with libedje
 Edje is a graphical layout and animation library for animated resizable,
  compressed and scalable themes. It is the theming engine behind
  Enlightenment DR 0.17.
@@ -36,8 +31,6 @@ Edje is a graphical layout and animation library for animated resizable,
   - edje_decc: Used to decompile compiled edje files.
   - edje_recc: A convenience script to recompile EDC files.
 
-
-
 %package devel
 Summary:    Complex Graphical Design/Layout Engine (devel)
 Group:      Development/Libraries
@@ -54,10 +47,8 @@ Requires:   %{name} = %{version}-%{release}
 %description bin
 Edje is a graphical layout and animation library (bin)
 
-
 %prep
-%setup -q -n %{name}
-
+%setup -q
 
 %build
 
@@ -69,31 +60,21 @@ make %{?jobs:-j%jobs}
 rm -rf %{buildroot}
 %make_install
 
-
-
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
-
-
-
-
-
-
-
 %files
 %defattr(-,root,root,-)
 %{_libdir}/libedje.so.*
 %{_datadir}/mime/packages/edje.xml
 
-
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/edje-1/*.h
 %{_libdir}/libedje.so
 %{_libdir}/pkgconfig/edje.pc
+%exclude /usr/share/edje/examples/*
 
 %files bin
 %defattr(-,root,root,-)