[clojure/f16] Spec clean-up including having a direct dep to jpackage-utils not rebuilding as this is not a signif

Michel Alexandre Salim salimma at fedoraproject.org
Thu Jun 7 17:52:52 UTC 2012


commit eb3abb8c3f2291b1731e752eb8ee6270e1f9132b
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Fri Jun 8 00:51:37 2012 +0700

    Spec clean-up including having a direct dep to jpackage-utils
    not rebuilding as this is not a significant enough update

 clojure.spec |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)
---
diff --git a/clojure.spec b/clojure.spec
index ab54e80..f0b9c6d 100644
--- a/clojure.spec
+++ b/clojure.spec
@@ -5,8 +5,8 @@
 %global commit_hash 0ba3ff1
 
 Name:           clojure
-Epoch:		1
-Version:     	1.4.0
+Epoch:          1
+Version:        1.4.0
 Release:        2%{?dist}
 Summary:        A dynamic programming language that targets the Java Virtual Machine
 
@@ -26,6 +26,7 @@ BuildRequires:  jpackage-utils >= 1.5
 BuildRequires:  objectweb-asm
 BuildRequires:  java-devel >= 1:1.6.0
 
+Requires:       jpackage-utils
 Requires:       java >= 1:1.6
 Requires:       objectweb-asm
 
@@ -48,12 +49,6 @@ can avoid reflection.
 ant
 
 %install
-# EDIT this section does not seem to make any sense, it's all source files!
-# prefix install
-#install -d -m 755 %{buildroot}%{_datadir}/%{name}
-#cp -ar src/clj/clojure/*  %{buildroot}%{_datadir}/%{name}/
-#rm -f %{buildroot}%{_datadir}/%{name}/xml/\#*
-
 # jar - link to prefix'd jar so that java stuff knows where to look
 install -d -m 755 %{buildroot}%{_javadir}
 install -d -m 755 %{buildroot}%{_mavenpomdir}


More information about the scm-commits mailing list