automatic version update by autodist [release 1.28.0-1mamba;Sat Oct 23 2021]
This commit is contained in:
parent
76a6e71173
commit
a6f6509e8c
33
ldc.spec
33
ldc.spec
@ -1,13 +1,13 @@
|
|||||||
%define bootstrap 1
|
%define bootstrap 1
|
||||||
Name: ldc
|
Name: ldc
|
||||||
Version: 1.23.0
|
Version: 1.28.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: The LLVM-based D Compiler
|
Summary: The LLVM-based D Compiler
|
||||||
Group: Applications/Development
|
Group: Applications/Development
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://wiki.dlang.org/LDC
|
URL: https://wiki.dlang.org/LDC
|
||||||
Source: https://github.com/ldc-developers/ldc.git/v%{version}/ldc-%{version}.tar.bz2
|
Source: https://github.com/ldc-developers/ldc.git/v%{version}/ldc-%{version}.tar.bz2
|
||||||
Source1: https://github.com/ldc-developers/ldc/releases/download/v%{version}/ldc2-%{version}-linux-x86_64.tar.xz
|
Source1: https://github.com/ldc-developers/ldc/releases/download/v%{version}/ldc2-%{version}-linux-x86_64.tar.xz
|
||||||
Source2: https://github.com/ldc-developers/ldc/releases/download/v1.2.0/ldc2-1.2.0-linux-x86.tar.xz
|
Source2: https://github.com/ldc-developers/ldc/releases/download/v1.2.0/ldc2-1.2.0-linux-x86.tar.xz
|
||||||
@ -15,7 +15,6 @@ Patch0: ldc-1.23.0-llvm-11.patch
|
|||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libllvm-devel
|
BuildRequires: libllvm-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
@ -23,7 +22,6 @@ BuildRequires: libstdc++6-devel
|
|||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: libllvm-devel >= 11.0.0
|
BuildRequires: libllvm-devel >= 11.0.0
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The LLVM-based D Compiler.
|
The LLVM-based D Compiler.
|
||||||
@ -43,7 +41,6 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -57,7 +54,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%else
|
%else
|
||||||
%setup -q
|
%setup -q
|
||||||
%endif
|
%endif
|
||||||
%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
@ -98,7 +95,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libdruntime-ldc-debug-shared.so.*
|
%{_libdir}/libdruntime-ldc-debug-shared.so.*
|
||||||
%{_libdir}/libdruntime-ldc-shared.so.*
|
%{_libdir}/libdruntime-ldc-shared.so.*
|
||||||
%{_libdir}/libldc-jit.so.*
|
#%{_libdir}/libldc-jit.so.*
|
||||||
%{_libdir}/libphobos2-ldc-debug-shared.so.*
|
%{_libdir}/libphobos2-ldc-debug-shared.so.*
|
||||||
%{_libdir}/libphobos2-ldc-shared.so.*
|
%{_libdir}/libphobos2-ldc-shared.so.*
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
@ -117,13 +114,31 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_includedir}/d/std/*
|
%{_includedir}/d/std/*
|
||||||
%{_libdir}/libdruntime-ldc-debug-shared.so
|
%{_libdir}/libdruntime-ldc-debug-shared.so
|
||||||
%{_libdir}/libdruntime-ldc-shared.so
|
%{_libdir}/libdruntime-ldc-shared.so
|
||||||
%{_libdir}/libldc-jit-rt.a
|
#%{_libdir}/libldc-jit-rt.a
|
||||||
%{_libdir}/libldc-jit.so
|
#%{_libdir}/libldc-jit.so
|
||||||
%{_libdir}/libphobos2-ldc-debug-shared.so
|
%{_libdir}/libphobos2-ldc-debug-shared.so
|
||||||
%{_libdir}/libphobos2-ldc-shared.so
|
%{_libdir}/libphobos2-ldc-shared.so
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 23 2021 Automatic Build System <autodist@mambasoft.it> 1.28.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Aug 18 2021 Automatic Build System <autodist@mambasoft.it> 1.27.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue May 04 2021 Automatic Build System <autodist@mambasoft.it> 1.26.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Mar 01 2021 Automatic Build System <autodist@mambasoft.it> 1.25.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Feb 22 2021 Automatic Build System <autodist@mambasoft.it> 1.25.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Nov 14 2020 Automatic Build System <autodist@mambasoft.it> 1.24.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Oct 22 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.23.0-1mamba
|
* Thu Oct 22 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.23.0-1mamba
|
||||||
- update to 1.23.0
|
- update to 1.23.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user