[InsightToolkit] Fixed _libdir/name inclusion

mrceresa mrceresa at fedoraproject.org
Sat Apr 27 09:01:39 UTC 2013


commit 73deb75672e827a3c06288d677a49ab8215feab7
Author: Mario Ceresa <mrceresa at gmail.com>
Date:   Sat Apr 27 11:01:22 2013 +0200

    Fixed _libdir/name inclusion

 InsightToolkit.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/InsightToolkit.spec b/InsightToolkit.spec
index 5632561..0205e41 100644
--- a/InsightToolkit.spec
+++ b/InsightToolkit.spec
@@ -163,7 +163,7 @@ make test -C %{_target_platform} || exit 0
 
 %files
 %dir %{_datadir}/%{name}
-%dir %{_libdir}/%{name}
+#%dir %{_libdir}/%{name}
 #In order to recognize /usr/lib64/InsightToolkit we need to ship a proper file for /etc/ld.so.conf.d/
 #%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}.conf
 %{_libdir}/*.so.*


More information about the scm-commits mailing list