From 95efaa95df0fb361f59a57cae8ab8e4312b65c31 Mon Sep 17 00:00:00 2001 From: Martin Sivak Date: Fri, 25 Apr 2008 14:43:54 +0200 Subject: Use only version in the about conf file --- firstaidkit.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firstaidkit.spec b/firstaidkit.spec index ac15c1e..b253a72 100644 --- a/firstaidkit.spec +++ b/firstaidkit.spec @@ -115,7 +115,7 @@ This package contains the Gtk based FirstAidKit GUI %prep %setup -q #generate the about file with version and license path -echo "version=%{version}-%{release}" >> etc/firstaidkit/about +echo "version=%{version}" >> etc/firstaidkit/about echo "copying=%{_docdir}/COPYING" >> etc/firstaidkit/about %build -- cgit