[ldc/f18] Fix build

MERCIER Jonathan bioinfornatics at fedoraproject.org
Sun Jan 6 02:13:59 UTC 2013


commit 98194f2472168e36b970d56c633ed031daef7e8c
Author: Jonathan MERCIER <bioinfornatics at gmail.com>
Date:   Sun Jan 6 03:13:20 2013 +0100

    Fix build

 ldc.spec |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/ldc.spec b/ldc.spec
index 4b22349..069bd41 100644
--- a/ldc.spec
+++ b/ldc.spec
@@ -217,25 +217,25 @@ install -m0644 phobos.d.tags %{buildroot}/%{_datadir}/geany/tags/
 
 %files druntime
 %doc runtime/druntime/LICENSE runtime/druntime/README
-%{_libdir}/libdruntime-ldc.so.2.0.60
-%{_libdir}/libdruntime-ldc.so.60
+%{_libdir}/libdruntime-ldc-debug.so.2.0.60
+%{_libdir}/libdruntime-ldc-debug.so.60
 
 %files druntime-devel
 %{_includedir}/d/ldc
 %{_includedir}/d/core
-%{_libdir}/libdruntime-ldc-debug.so
+%{_libdir}/libdruntime-ldc.so
 
 %files phobos
 %doc runtime/phobos/LICENSE_1_0.txt
-%{_libdir}/libphobos-ldc-debug.so.2.0.60
-%{_libdir}/libphobos-ldc-debug.so.60
+%{_libdir}/libphobos-ldc.so.2.0.60
+%{_libdir}/libphobos-ldc.so.60
 
 %files phobos-devel
 %{_includedir}/d
 %{_includedir}/d/crc32.d
 %{_includedir}/d/std
 %{_includedir}/d/etc
-%{_libdir}/libphobos-ldc-debug.so
+%{_libdir}/libphobos-ldc.so
 
 %files phobos-geany-tags
 %{_datadir}/geany/tags/phobos.d.tags


More information about the scm-commits mailing list