From 64dc7347d5979f43785980e5181990ba438eda31 Mon Sep 17 00:00:00 2001 From: rui Date: Wed, 21 Apr 2010 20:55:23 +0000 Subject: [PATCH] Apply the same fix MEJ did ( http://marc.info/?l=enlightenment-svn&m=127157420508183&w=3 ) to more specs git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@48213 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- edje.spec.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/edje.spec.in b/edje.spec.in index bb6781e..c28ac02 100644 --- a/edje.spec.in +++ b/edje.spec.in @@ -1,9 +1,11 @@ %define _missing_doc_files_terminate_build 0 +%{!?_rel:%{expand:%%global _rel 0.r%(svnversion | sed 's/[^0-9].*$//' || echo 0000)}} + Summary: Complex Graphical Design/Layout Engine Name: @PACKAGE@ Version: @VERSION@ -Release: 0.%(date '+%Y%m%d') +Release: %{_rel} License: BSD Group: System Environment/Libraries URL: http://www.enlightenment.org/ -- 2.7.4