From 1d7e152027849a51478f8a03b00f25932422a5b6 Mon Sep 17 00:00:00 2001 From: mej Date: Thu, 16 Jun 2011 20:36:43 +0000 Subject: [PATCH] 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: http://svn.enlightenment.org/svn/e/trunk/edje@60407 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- edje.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edje.spec.in b/edje.spec.in index b2bf0b0..23f869b 100644 --- a/edje.spec.in +++ b/edje.spec.in @@ -1,6 +1,6 @@ %define _missing_doc_files_terminate_build 0 -%{!?_rel:%{expand:%%global _rel 0.r%(svnversion | sed 's/[^0-9].*$//' || echo 0000)}} +%{!?_rel:%{expand:%%global _rel 0.enl%{?dist}}} Summary: Complex Graphical Design/Layout Engine Name: @PACKAGE@ -- 2.7.4