From: mej Date: Thu, 16 Jun 2011 20:36:43 +0000 (+0000) Subject: Since the SVN revision is now included in %{version}, it's redundant X-Git-Tag: 2.0_alpha~43^2~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=371fa2377347ae9abfc041061859e26604d5eecf;p=framework%2Fuifw%2Feet.git Since the SVN revision is now included in %{version}, it's redundant to have it in %{release} also. So let's just tag the package as ours and try to make sure it doesn't interfere with vendor releases. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@60407 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/eet.spec.in b/eet.spec.in index 119266b..898fd7a 100644 --- a/eet.spec.in +++ b/eet.spec.in @@ -1,4 +1,4 @@ -%{!?_rel:%{expand:%%global _rel 0.r%(svnversion | sed 's/[^0-9].*$//' || echo 0000)}} +%{!?_rel:%{expand:%%global _rel 0.enl%{?dist}}} %define _missing_doc_files_terminate_build 0 Summary: Library for speedy data storage, retrieval, and compression.