diff options
author | Martin Sivak <msivak@redhat.com> | 2008-04-25 14:43:54 +0200 |
---|---|---|
committer | Martin Sivak <msivak@redhat.com> | 2008-04-25 14:43:54 +0200 |
commit | 95efaa95df0fb361f59a57cae8ab8e4312b65c31 (patch) | |
tree | 71ee5ae6e0787601968fc5783850ed58498384b1 | |
parent | 280a2c606fef9fcc932988e47b9b6966d0d65604 (diff) | |
download | firstaidkit-95efaa95df0fb361f59a57cae8ab8e4312b65c31.tar.gz firstaidkit-95efaa95df0fb361f59a57cae8ab8e4312b65c31.tar.xz firstaidkit-95efaa95df0fb361f59a57cae8ab8e4312b65c31.zip |
Use only version in the about conf file
-rw-r--r-- | firstaidkit.spec | 2 |
1 files changed, 1 insertions, 1 deletions
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 |