Incorrect license tag in spec file (#820334)

This commit is contained in:
Rex Dieter 2012-05-10 08:13:20 -05:00
parent 09d2864df0
commit 5d94a100b3

View File

@ -8,11 +8,15 @@
Name: cmake Name: cmake
Version: 2.8.8 Version: 2.8.8
Release: 2%{?dist} Release: 3%{?dist}
Summary: Cross-platform make system Summary: Cross-platform make system
Group: Development/Tools Group: Development/Tools
License: BSD # most sources are BSD
# Source/CursesDialog/form/ a bunch is MIT
# Source/kwsys/MD5.c is zlib
# some GPL-licensed bison-generated files, these all include an exception granting redistribution under terms of your choice
License: BSD and MIT and zlib
URL: http://www.cmake.org URL: http://www.cmake.org
Source0: http://www.cmake.org/files/v2.8/cmake-%{version}%{?rcver}.tar.gz Source0: http://www.cmake.org/files/v2.8/cmake-%{version}%{?rcver}.tar.gz
Source2: macros.cmake Source2: macros.cmake
@ -20,8 +24,6 @@ Source2: macros.cmake
Patch0: cmake-dcmtk.patch Patch0: cmake-dcmtk.patch
# (modified) Upstream patch to fix setting PKG_CONFIG_FOUND (bug #812188) # (modified) Upstream patch to fix setting PKG_CONFIG_FOUND (bug #812188)
Patch1: cmake-pkgconfig.patch Patch1: cmake-pkgconfig.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gcc-gfortran BuildRequires: gcc-gfortran
@ -39,12 +41,17 @@ BuildRequires: emacs
BuildRequires: qt4-devel, desktop-file-utils BuildRequires: qt4-devel, desktop-file-utils
%define qt_gui --qt-gui %define qt_gui --qt-gui
%endif %endif
Requires: rpm Requires: rpm
%if (0%{?fedora} >= 16) %if (0%{?fedora} >= 16)
Requires: emacs-filesystem >= %{_emacs_version} Requires: emacs-filesystem >= %{_emacs_version}
%endif %endif
# Source/kwsys/MD5.c
# see https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries
Provides: bundled(md5-deutsch)
%description %description
CMake is used to control the software compilation process using simple CMake is used to control the software compilation process using simple
platform and compiler independent configuration files. CMake generates platform and compiler independent configuration files. CMake generates
@ -163,6 +170,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
%changelog %changelog
* Thu May 10 2012 Rex Dieter <rdieter@fedoraproject.org> 2.8.8-3
- Incorrect license tag in spec file (#820334)
* Thu May 3 2012 Orion Poplawski <orion@cora.nwra.com> - 2.8.8-2 * Thu May 3 2012 Orion Poplawski <orion@cora.nwra.com> - 2.8.8-2
- Comply with Emacs packaging guidlines (bug #818658) - Comply with Emacs packaging guidlines (bug #818658)