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
|
||||
Name: ldc
|
||||
Version: 1.23.0
|
||||
Version: 1.28.0
|
||||
Release: 1mamba
|
||||
Summary: The LLVM-based D Compiler
|
||||
Group: Applications/Development
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
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
|
||||
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
|
||||
@ -15,7 +15,6 @@ Patch0: ldc-1.23.0-llvm-11.patch
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libllvm-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
@ -23,7 +22,6 @@ BuildRequires: libstdc++6-devel
|
||||
BuildRequires: cmake
|
||||
BuildRequires: libllvm-devel >= 11.0.0
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
The LLVM-based D Compiler.
|
||||
@ -43,7 +41,6 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
@ -57,7 +54,7 @@ This package contains libraries and header files for developing applications tha
|
||||
%else
|
||||
%setup -q
|
||||
%endif
|
||||
%patch0 -p1
|
||||
#%patch0 -p1
|
||||
|
||||
%build
|
||||
%cmake -d build \
|
||||
@ -98,7 +95,7 @@ This package contains libraries and header files for developing applications tha
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libdruntime-ldc-debug-shared.so.*
|
||||
%{_libdir}/libdruntime-ldc-shared.so.*
|
||||
%{_libdir}/libldc-jit.so.*
|
||||
#%{_libdir}/libldc-jit.so.*
|
||||
%{_libdir}/libphobos2-ldc-debug-shared.so.*
|
||||
%{_libdir}/libphobos2-ldc-shared.so.*
|
||||
%doc LICENSE
|
||||
@ -117,13 +114,31 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_includedir}/d/std/*
|
||||
%{_libdir}/libdruntime-ldc-debug-shared.so
|
||||
%{_libdir}/libdruntime-ldc-shared.so
|
||||
%{_libdir}/libldc-jit-rt.a
|
||||
%{_libdir}/libldc-jit.so
|
||||
#%{_libdir}/libldc-jit-rt.a
|
||||
#%{_libdir}/libldc-jit.so
|
||||
%{_libdir}/libphobos2-ldc-debug-shared.so
|
||||
%{_libdir}/libphobos2-ldc-shared.so
|
||||
%doc README.md
|
||||
|
||||
%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
|
||||
- update to 1.23.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user