spec: Drop needless version/release macros

This commit is contained in:
Cole Robinson 2014-03-07 09:57:04 -05:00
parent 7ef9d7fbfc
commit 907c9c4dec

View File

@ -19,10 +19,6 @@
# End local config
%define _version @VERSION@
%define _release 1
# This macro is used for the continuous automated builds. It just
# allows an extra fragment based on the timestamp to be appended
# to the release. This distinguishes automated builds, from formal
@ -30,8 +26,8 @@
%define _extra_release %{?dist:%{dist}}%{?extra_release:%{extra_release}}
Name: virt-manager
Version: %{_version}
Release: %{_release}%{_extra_release}
Version: @VERSION@
Release: 1%{_extra_release}
%define verrel %{version}-%{release}
Summary: Virtual Machine Manager