Version the RPM according to distribution
This commit is contained in:
parent
f0ce8db546
commit
8b7e496eec
@ -3,10 +3,27 @@ ExcludeArch: s390 s390x
|
|||||||
%define dbus_version 0.22
|
%define dbus_version 0.22
|
||||||
%define hal_version 0.4
|
%define hal_version 0.4
|
||||||
|
|
||||||
|
%define build_fc3 0
|
||||||
|
%define build_rhel4 0
|
||||||
|
%define build_fc4 1
|
||||||
|
|
||||||
|
%if %{build_fc3}
|
||||||
|
%define release_extension 1.fc3
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %{build_rhel4}
|
||||||
|
%define release_extension 2.EL4
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %{build_fc4}
|
||||||
|
%define release_extension 3
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
Name: NetworkManager
|
Name: NetworkManager
|
||||||
Summary: Network link manager and user applications
|
Summary: Network link manager and user applications
|
||||||
Version: 0.3.3
|
Version: 0.3.3
|
||||||
Release: 1.cvs20050112
|
Release: 1.cvs20050112.%{release_extension}
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://people.redhat.com/dcbw/NetworkManager/
|
URL: http://people.redhat.com/dcbw/NetworkManager/
|
||||||
|
Loading…
Reference in New Issue
Block a user