Added missing copyright and license text. Also corrected the summary.
This commit is contained in:
parent
c33244b5fa
commit
6a7489a16e
@ -1,3 +1,23 @@
|
|||||||
|
################################################################################
|
||||||
|
### Copyright 2013 VMware, Inc. All rights reserved.
|
||||||
|
###
|
||||||
|
### RPM SPEC file for building open-vm-tools packages.
|
||||||
|
###
|
||||||
|
###
|
||||||
|
### This program is free software; you can redistribute it and/or modify
|
||||||
|
### it under the terms of version 2 of the GNU General Public License as
|
||||||
|
### published by the Free Software Foundation.
|
||||||
|
###
|
||||||
|
### This program is distributed in the hope that it will be useful,
|
||||||
|
### but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
### GNU General Public License for more details.
|
||||||
|
###
|
||||||
|
### You should have received a copy of the GNU General Public License
|
||||||
|
### along with this program; if not, write to the Free Software
|
||||||
|
### Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
################################################################################
|
||||||
|
|
||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
%global majorversion 9.2
|
%global majorversion 9.2
|
||||||
%global minorversion 3
|
%global minorversion 3
|
||||||
@ -8,7 +28,7 @@
|
|||||||
Name: open-vm-tools
|
Name: open-vm-tools
|
||||||
Version: %{toolsversion}
|
Version: %{toolsversion}
|
||||||
Release: 10%{?dist}
|
Release: 10%{?dist}
|
||||||
Summary: Open VMware Tools for virtual machines hosted on VMware
|
Summary: Open Virtual Machine Tools for virtual machines hosted on VMware
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://%{name}.sourceforge.net/
|
URL: http://%{name}.sourceforge.net/
|
||||||
@ -48,7 +68,7 @@ This package contains only the core user-space programs and libraries of
|
|||||||
%{name}.
|
%{name}.
|
||||||
|
|
||||||
%package desktop
|
%package desktop
|
||||||
Summary: User experience components for Open VMware Tools
|
Summary: User experience components for Open Virtual Machine Tools
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
@ -58,7 +78,7 @@ This package contains only the user-space programs and libraries of
|
|||||||
machines.
|
machines.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development libraries for Open VMware Tools
|
Summary: Development libraries for Open Virtual Machine Tools
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user