Updating to rev 91d653c

epel9
bioinfornatics 12 years ago
parent 1b8f07a0d6
commit b294d76ef7

@ -1,8 +1,8 @@
# debug info seem not works with D compiler # debug info seem not works with D compiler
%global snapdate 20121007 %global snapdate 20130510
%global ldc_rev 0777102 %global ldc_rev 91d653c
%global phobos_rev db08c0c %global phobos_rev 3d7211f
%global druntime_rev c38aad3 %global druntime_rev 239453f
%global alphatag %{snapdate}git%{ldc_rev} %global alphatag %{snapdate}git%{ldc_rev}
%global phobostag %{snapdate}git%{phobos_rev} %global phobostag %{snapdate}git%{phobos_rev}
%global druntimetag %{snapdate}git%{druntime_rev} %global druntimetag %{snapdate}git%{druntime_rev}
@ -21,7 +21,7 @@
Name: ldc Name: ldc
Version: 2 Version: 2
Release: 32.%{alphatag}%{?dist} Release: 35.%{alphatag}%{?dist}
Summary: A compiler for the D programming language Summary: A compiler for the D programming language
Group: Development/Languages Group: Development/Languages
@ -161,7 +161,7 @@ mkdir geany_config
%build %build
%cmake -DMULTILIB:BOOL=OFF -DBUILD_SHARED_LIBS:BOOL=ON -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/d . %cmake -DMULTILIB:BOOL=OFF -DBUILD_SHARED_LIBS:BOOL=ON -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/d .
make %{?_smp_mflags} VERBOSE=2 phobos2 make %{?_smp_mflags} VERBOSE=2
# generate geany tags # generate geany tags
geany -c geany_config -g phobos.d.tags $(find runtime/phobos/std -name "*.d") geany -c geany_config -g phobos.d.tags $(find runtime/phobos/std -name "*.d")
@ -176,9 +176,6 @@ mkdir -p %{buildroot}/%{_datadir}/geany/tags/
make %{?_smp_mflags} install DESTDIR=%{buildroot} make %{?_smp_mflags} install DESTDIR=%{buildroot}
find %{buildroot}/%{_includedir}/d/core -name "*.di" | xargs sed -i "s|\(// D import file generated from \)'/.*/%{name}-%{alphatag}/runtime/druntime/src/\(.*\)'|\1'\2'|" find %{buildroot}/%{_includedir}/d/core -name "*.di" | xargs sed -i "s|\(// D import file generated from \)'/.*/%{name}-%{alphatag}/runtime/druntime/src/\(.*\)'|\1'\2'|"
sed -i "s/D_Ddoc/CoreDDoc/g" %{buildroot}/%{_includedir}/d/core/atomic.di # fix a bug will be fixed with dmdfe 2.060
# macros for D package # macros for D package
install --mode=0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/rpm/macros.ldc install --mode=0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/rpm/macros.ldc
# geany tags # geany tags
@ -200,31 +197,46 @@ install -m0644 phobos.d.tags %{buildroot}/%{_datadir}/geany/tags/
%files druntime %files druntime
%doc runtime/druntime/LICENSE runtime/druntime/README %doc runtime/druntime/LICENSE runtime/druntime/README
%{_libdir}/libdruntime-ldc.so.2.0.60 %{_libdir}/libdruntime-ldc.so.2.0.62
%{_libdir}/libdruntime-ldc.so.60 %{_libdir}/libdruntime-ldc.so.62
%{_libdir}/libdruntime-ldc-debug.so.2.0.62
%{_libdir}/libdruntime-ldc-debug.so.62
%files druntime-devel %files druntime-devel
%{_includedir}/d/ldc %{_includedir}/d/ldc
%{_includedir}/d/core %{_includedir}/d/core
%{_libdir}/libdruntime-ldc.so %{_libdir}/libdruntime-ldc.so
%{_libdir}/libdruntime-ldc-debug.so
%files phobos %files phobos
%doc runtime/phobos/LICENSE_1_0.txt %doc runtime/phobos/LICENSE_1_0.txt
%{_libdir}/libphobos-ldc.so.2.0.60 %{_libdir}/libphobos-ldc.so.2.0.62
%{_libdir}/libphobos-ldc.so.60 %{_libdir}/libphobos-ldc.so.62
%{_libdir}/libphobos-ldc-debug.so.2.0.62
%{_libdir}/libphobos-ldc-debug.so.62
%files phobos-devel %files phobos-devel
%{_includedir}/d %dir %{_includedir}/d
%{_includedir}/d/crc32.d %{_includedir}/d/crc32.d
%{_includedir}/d/std %{_includedir}/d/std
%{_includedir}/d/etc %{_includedir}/d/etc
%{_libdir}/libphobos-ldc.so %{_libdir}/libphobos-ldc.so
%{_libdir}/libphobos-ldc-debug.so
%files phobos-geany-tags %files phobos-geany-tags
%{_datadir}/geany/tags/phobos.d.tags %{_datadir}/geany/tags/phobos.d.tags
%changelog %changelog
* Fri May 10 2013 Jonathan MERCIER <bioinfornatics at gmail.com> - 2-35.20130510git91d653c
- Update to rev 91d653c
* Thu May 09 2013 Jonathan MERCIER <bioinfornatics at gmail.com> - 2-34.20130509git8f26877
- Update to rev 8f26877
* Thu May 09 2013 Jonathan MERCIER <bioinfornatics at gmail.com> - 2-33.20130506git51e1a6c
- Update to rev 51e1a6c
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2-32.20121007git0777102 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2-32.20121007git0777102
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

Loading…
Cancel
Save