automatic version update by autodist [release 11.0.1-1mamba;Mon Jan 11 2021]
This commit is contained in:
parent
3123e814d0
commit
f47fe1dcba
15
clang.spec
15
clang.spec
@ -1,7 +1,7 @@
|
|||||||
%define gccver %(gcc -dumpversion)
|
%define gccver %(gcc -dumpversion)
|
||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: clang
|
Name: clang
|
||||||
Version: 11.0.0
|
Version: 11.0.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: C language family frontend for LLVM
|
Summary: C language family frontend for LLVM
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -22,7 +22,7 @@ BuildRequires: libstdc++6-devel
|
|||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: llvm
|
BuildRequires: llvm = %{version}
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -59,9 +59,9 @@ This package includes the lib%{name} API documentation.
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -a1 -n %{name}-%{version}.src
|
#% setup -q -a1 -n %{name}-%{version}.src
|
||||||
#% setup -q -n %{name}-%{version}.src -D -T
|
%setup -q -n %{name}-%{version}.src -D -T
|
||||||
#:<< _EOF
|
:<< _EOF
|
||||||
|
|
||||||
mv clang-tools-extra-%{version}.src tools/extra
|
mv clang-tools-extra-%{version}.src tools/extra
|
||||||
|
|
||||||
@ -88,7 +88,7 @@ cmake .. -G Ninja \
|
|||||||
|
|
||||||
#-DLLVM_MAIN_SRC_DIR="$srcdir/llvm-$pkgver.src"
|
#-DLLVM_MAIN_SRC_DIR="$srcdir/llvm-$pkgver.src"
|
||||||
|
|
||||||
ninja
|
ninja %{_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -169,6 +169,9 @@ rm -f %{buildroot}%{_datadir}/doc/clang/html/.buildinfo
|
|||||||
%{_docdir}/clang-tools/*
|
%{_docdir}/clang-tools/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 11 2021 Automatic Build System <autodist@mambasoft.it> 11.0.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Oct 13 2020 Automatic Build System <autodist@mambasoft.it> 11.0.0-1mamba
|
* Tue Oct 13 2020 Automatic Build System <autodist@mambasoft.it> 11.0.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user