mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-30 19:28:18 +00:00
fix license tags
This commit is contained in:
parent
a2e4a2fe04
commit
2d471bef0b
1 changed files with 6 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
Name: llvm
|
Name: llvm
|
||||||
Version: 2.2
|
Version: 2.2
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
License: NCSA
|
License: NCSA
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
|
@ -76,7 +76,7 @@ Documentation for the LLVM compiler infrastructure.
|
||||||
|
|
||||||
%package gcc
|
%package gcc
|
||||||
Summary: C compiler for LLVM
|
Summary: C compiler for LLVM
|
||||||
License: GPL
|
License: GPL+
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@ C compiler for LLVM.
|
||||||
|
|
||||||
%package gcc-c++
|
%package gcc-c++
|
||||||
Summary: C++ compiler for LLVM
|
Summary: C++ compiler for LLVM
|
||||||
License: GPL
|
License: GPL+
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
Requires: %{name}-gcc = %{version}-%{release}
|
Requires: %{name}-gcc = %{version}-%{release}
|
||||||
|
|
||||||
|
@ -289,6 +289,9 @@ rm -rf %{buildroot}
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.2-4
|
||||||
|
- fix license tags
|
||||||
|
|
||||||
* Wed Mar 5 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.2-3
|
* Wed Mar 5 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.2-3
|
||||||
- Fix compilation problems with gcc 4.3
|
- Fix compilation problems with gcc 4.3
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue