|
|
@ -1,12 +1,12 @@
|
|
|
|
%global dmdfe_major 2
|
|
|
|
%global dmdfe_major 2
|
|
|
|
%global dmdfe_minor 0
|
|
|
|
%global dmdfe_minor 0
|
|
|
|
%global dmdfe_bump 66
|
|
|
|
%global dmdfe_bump 67
|
|
|
|
%global dmdfe %dmdfe_major.%dmdfe_minor.%dmdfe_bump
|
|
|
|
%global dmdfe %dmdfe_major.%dmdfe_minor.%dmdfe_bump
|
|
|
|
%global ldc_version 0.15.2
|
|
|
|
%global ldc_version 0.16.0
|
|
|
|
|
|
|
|
|
|
|
|
Name: ldc
|
|
|
|
Name: ldc
|
|
|
|
Version: %ldc_version.beta2
|
|
|
|
Version: %ldc_version.alpha3
|
|
|
|
Release: 72%{?dist}
|
|
|
|
Release: 76%{?dist}
|
|
|
|
Epoch: 1
|
|
|
|
Epoch: 1
|
|
|
|
Summary: A compiler for the D programming language
|
|
|
|
Summary: A compiler for the D programming language
|
|
|
|
|
|
|
|
|
|
|
@ -15,7 +15,7 @@ Group: Development/Languages
|
|
|
|
# The files gen/asmstmt.cpp and gen/asm-*.hG PL version 2+ or artistic license
|
|
|
|
# The files gen/asmstmt.cpp and gen/asm-*.hG PL version 2+ or artistic license
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
|
URL: https://github.com/ldc-developers/ldc
|
|
|
|
URL: https://github.com/ldc-developers/ldc
|
|
|
|
Source0: https://github.com/ldc-developers/ldc/releases/download/v%ldc_version-beta2/%{name}-%ldc_version-beta2-src.tar.gz
|
|
|
|
Source0: https://github.com/ldc-developers/ldc/releases/download/v%ldc_version-alpha2/%{name}-%ldc_version-alpha3-src.tar.gz
|
|
|
|
Source3: macros.%{name}
|
|
|
|
Source3: macros.%{name}
|
|
|
|
|
|
|
|
|
|
|
|
# https://github.com/ldc-developers/ldc/issues/613
|
|
|
|
# https://github.com/ldc-developers/ldc/issues/613
|
|
|
@ -161,7 +161,7 @@ Enable autocompletion for phobos library in geany (IDE)
|
|
|
|
Active l'autocompletion pour pour la bibliothèque phobos dans geany (IDE)
|
|
|
|
Active l'autocompletion pour pour la bibliothèque phobos dans geany (IDE)
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%ldc_version-beta2-src
|
|
|
|
%setup -q -n %{name}-%ldc_version-alpha3-src
|
|
|
|
# temp geany config directory for allow geany to generate tags
|
|
|
|
# temp geany config directory for allow geany to generate tags
|
|
|
|
mkdir geany_config
|
|
|
|
mkdir geany_config
|
|
|
|
|
|
|
|
|
|
|
@ -239,6 +239,18 @@ install -m0644 phobos.d.tags %{buildroot}/%{_datadir}/geany/tags/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Sep 18 2015 Jonathan MERCIER <bioinfornatics@gmail.com> - 1:0.16.0.alpha2-76
|
|
|
|
|
|
|
|
- update to beta release 0.16.0-alpha3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Sep 18 2015 Jonathan MERCIER <bioinfornatics@gmail.com>
|
|
|
|
|
|
|
|
- update to beta release 0.16.0-alpha3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Sep 18 2015 Jonathan MERCIER <bioinfornatics@gmail.com>
|
|
|
|
|
|
|
|
- update to beta release 0.16.0-alpha3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Sep 06 2015 Jonathan MERCIER <bioinfornatics@gmail.com> - 1:0.16.0.alpha2-73
|
|
|
|
|
|
|
|
- update to release 0.16.2-alpha2
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 30 2015 Jonathan MERCIER <bioinfornatics@gmail.com> - 1:0.15.2.beta2-72
|
|
|
|
* Thu Jul 30 2015 Jonathan MERCIER <bioinfornatics@gmail.com> - 1:0.15.2.beta2-72
|
|
|
|
- add bash-completion as required
|
|
|
|
- add bash-completion as required
|
|
|
|
|
|
|
|
|
|
|
|