[netbeans-svnclientadapter] Require java-headless

Omair Majid omajid at fedoraproject.org
Mon Feb 24 17:44:48 UTC 2014


commit 850b2c985084479433251519d2c99903c70c16f7
Author: Omair Majid <omajid at redhat.com>
Date:   Mon Feb 24 12:45:28 2014 -0500

    Require java-headless

 netbeans-svnclientadapter.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/netbeans-svnclientadapter.spec b/netbeans-svnclientadapter.spec
index 99176b7..e6397c9 100644
--- a/netbeans-svnclientadapter.spec
+++ b/netbeans-svnclientadapter.spec
@@ -11,7 +11,7 @@
 
 Name:           %{nb_}-svnclientadapter
 Version:        %{nb_ver}
-Release:        0.1.%{subclipse_ver}%{?dist}
+Release:        0.2.%{subclipse_ver}%{?dist}
 Summary:        Subversion Client Adapter
 License:        ASL 2.0
 Url:            http://subclipse.tigris.org/svnClientAdapter.html
@@ -47,7 +47,7 @@ BuildRequires:  svnkit-cli
 BuildRequires:  trilead-ssh2
 %endif
 
-Requires:       java >= 1:1.6.0
+Requires:       java-headless
 Requires:       jpackage-utils
 Requires:       subversion
 
@@ -141,6 +141,9 @@ cp -pr build/javadoc/* %{buildroot}%{_javadocdir}/%{name}
 %doc license.txt
 
 %changelog
+* Mon Feb 24 2013 Omair Majid <omajid at redhat.com> 7.3.1-0.1.2.8.22
+- Require java-headless
+
 * Sat Sep 07 2013 gil cattaneo <puntogil at libero.it> 7.3.1-0.1.1.8.22
 - adapt version 1.7.0/1.8.22 to NetBeans 7.3.1
 - adapt to current guideline
@@ -167,4 +170,4 @@ cp -pr build/javadoc/* %{buildroot}%{_javadocdir}/%{name}
 * Tue Aug 11 2009 Victor G. Vasilyev <victor.vasilyev at sun.com> 6.7.1-2
 - Fix the svn-javahl.jar name and its location
 * Tue Aug 11 2009 Victor G. Vasilyev <victor.vasilyev at sun.com> 6.7.1-1
-- Adapt version 1.6.0 to NetBeans 6.7.1
\ No newline at end of file
+- Adapt version 1.6.0 to NetBeans 6.7.1


More information about the scm-commits mailing list