[clojure/f16: 12/12] Use %{name} when listing the launcher script; make the spec more interchangeable with clojure-compat

Michel Alexandre Salim salimma at fedoraproject.org
Thu Jun 7 10:26:16 UTC 2012


commit 167311847d40489cbe7399b8d3acdf70d45e7455
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Thu Jun 7 17:04:18 2012 +0700

    Use %{name} when listing the launcher script; make the spec more
    interchangeable with clojure-compat

 clojure.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/clojure.spec b/clojure.spec
index f3dcbe2..ab54e80 100644
--- a/clojure.spec
+++ b/clojure.spec
@@ -88,8 +88,7 @@ rm -rf %{buildroot}
 %{_mavenpomdir}/*
 %{_mavendepmapfragdir}/*
 %{_javadir}/%{name}.jar
-%{_bindir}/clojure
-#{_datadir}/%{name}
+%{_bindir}/%{name}
 
 %changelog
 * Wed Jun  6 2012 Michel Salim <salimma at fedoraproject.org> - 1:1.4.0-2


More information about the scm-commits mailing list