[flexdock] Add the jcommons-logging dependency

Clément David davidcl at fedoraproject.org
Fri Jul 27 10:09:40 UTC 2012


commit 87d826e2745abbc6354a243f852dd7b08bbeaa50
Author: Clément DAVID <c.david86 at gmail.com>
Date:   Fri Jul 27 12:09:07 2012 +0200

    Add the jcommons-logging dependency

 0002-flexdock-build.patch |    3 ++-
 flexdock.spec             |    9 +++++++--
 2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/0002-flexdock-build.patch b/0002-flexdock-build.patch
index 0611d8f..fd50b30 100644
--- a/0002-flexdock-build.patch
+++ b/0002-flexdock-build.patch
@@ -11,12 +11,13 @@ diff --git a/build.xml b/build.xml
 index 7ae6c41..847a4dc 100644
 --- a/build.xml
 +++ b/build.xml
-@@ -49,7 +49,7 @@
+@@ -49,7 +49,8 @@
     </path>
     <path id="javac.classpath.demo">
        <path refid="javac.classpath" />
 -      <pathelement location="${lib.dir}/looks-2.1.1.jar" />
 +      <pathelement location="${lib.dir}/jgoodies-looks.jar" />
++      <pathelement location="${lib.dir}/jgoodies-common.jar" />
     </path>
     <path id="javac.classpath.test">
        <path refid="javac.classpath" />
diff --git a/flexdock.spec b/flexdock.spec
index 27c2018..dac2777 100644
--- a/flexdock.spec
+++ b/flexdock.spec
@@ -1,6 +1,6 @@
 Name:		    flexdock
 Version:	    1.2.0
-Release:	    1%{?dist}
+Release:	    2%{?dist}
 Summary:	    Docking framework for Java Swing GUI apps
 
 Group:		    Development/Libraries
@@ -19,11 +19,13 @@ Patch2:		    0002-flexdock-build.patch
 BuildRequires:	java-devel
 BuildRequires:	ant
 BuildRequires:	jpackage-utils
+BuildRequires:	jgoodies-common
 BuildRequires:	jgoodies-looks
 BuildRequires:	skinlf
 
 Requires:       java
 Requires:	    jpackage-utils
+Requires:	    jgoodies-common
 Requires:	    jgoodies-looks
 Requires:	    skinlf
 
@@ -44,7 +46,7 @@ echo "sdk.home=%{java_home}" > workingcopy.properties
 
 #JAR "dependency" handling
 find ./ -name \*.jar -exec rm {} \;
-build-jar-repository -s -p lib skinlf jgoodies-looks
+build-jar-repository -s -p lib skinlf jgoodies-looks jgoodies-common
 
 #Remove the jmf-using demo files
 rm src/java/demo/org/flexdock/demos/raw/jmf/MediaPanel.java
@@ -68,6 +70,9 @@ install -pm644 build/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
 %{_javadir}/*
 
 %changelog
+* Fri Jul 27 2012 Clément David <c.david86 at gmail.com> - 1.2.0-2
+- Add the jcommons-logging dependency
+
 * Wed Jul 25 2012 Clément David <c.david86 at gmail.com> - 1.2.0-1
 - Update version
 - Change website url


More information about the scm-commits mailing list