Hello community,

here is the log from the commit of package jgraphx for openSUSE:Factory checked 
in at 2014-05-20 14:22:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jgraphx (Old)
 and      /work/SRC/openSUSE:Factory/.jgraphx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jgraphx"

Changes:
--------
New Changes file:

--- /dev/null   2014-05-19 01:51:27.372033255 +0200
+++ /work/SRC/openSUSE:Factory/.jgraphx.new/jgraphx.changes     2014-05-20 
14:22:21.000000000 +0200
@@ -0,0 +1,58 @@
+-------------------------------------------------------------------
+Sat May 17 19:13:03 UTC 2014 - [email protected]
+
+- Remove documentation with problematic license
+
+-------------------------------------------------------------------
+Fri May  2 14:42:24 UTC 2014 - [email protected]
+
+- Fix link to source archive
+
+-------------------------------------------------------------------
+Sun Mar  9 04:43:31 UTC 2014 - [email protected]
+
+- Update to version 2.5.0.2
+  + Lots of changes to list, see
+    http://www.jgraph.com/mxchangelog.html for a list.
+- Remove conditionals pertaining to EOL openSUSE versions.
+
+-------------------------------------------------------------------
+Fri Nov 30 21:13:04 UTC 2012 - [email protected]
+
+- Update to version 1.10.4.0
+
+-------------------------------------------------------------------
+Fri Sep  7 09:59:34 UTC 2012 - [email protected]
+
+- Update to version 1.10.3.1
+
+-------------------------------------------------------------------
+Sat Jul  7 13:17:04 UTC 2012 - [email protected]
+
+- fix build for SLE 11 
+
+-------------------------------------------------------------------
+Fri Sep 24 14:17:50 UTC 2010 - [email protected]
+
+- update to 1.4.1.0
+
+-------------------------------------------------------------------
+Sat Jun 26 19:03:01 UTC 2010 - [email protected]
+
+- update to 1.4.0.4 
+
+-------------------------------------------------------------------
+Sun Jun 13 21:48:19 UTC 2010 - [email protected]
+
+- update to 1.4.0.3
+
+-------------------------------------------------------------------
+Thu Mar 11 20:09:23 UTC 2010 - [email protected]
+
+- simplify spec 
+
+-------------------------------------------------------------------
+Sat Feb 13 09:54:57 UTC 2010 - [email protected]
+
+- new package 
+

New:
----
  jgraphx-2_5_0_2.zip
  jgraphx.changes
  jgraphx.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ jgraphx.spec ++++++
#
# spec file for package jgraphx
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

#%define src_ver %( echo %{version} | tr . _ )
%define src_ver 2_5_0_2

Name:           jgraphx
Version:        2.5.0.2
Release:        0
License:        BSD-3-Clause
Summary:        Java-based Diagram Component and Editor
Url:            http://www.jgraph.com/
Group:          Development/Libraries/Java
Source0:        
http://downloads.jgraph.com/downloads/jgraphx/archive/jgraphx-%{src_ver}.zip
BuildRequires:  ant
BuildRequires:  java-devel
BuildRequires:  jpackage-utils
BuildRequires:  unzip
Requires:       java
Requires:       jpackage-utils
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
Jgraphx is the a lightweight and feature-rich graph component for Java,
and the successor to jgraph. It provides automatic 2D layout and routing
for diagrams. Object and relations can be displayed in any Swing UI
via provided zoomable component.

%prep
%setup -q -n %{name}

# fix executable permissions
chmod 644 docs/manual/images/mx_man_graph_analysis.jpg

# remove all binary libs
find -type f -name "*.jar" | xargs -t rm

%build
%ant

# Remove copies of source so that we don't confuse
# the debuginfo finder
rm -rf build/src dist/%{name}-%{version}-src

%install

# jars
mkdir -p %{buildroot}%{_javadir}
cp -p lib/jgraphx.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
pushd  %{buildroot}%{_javadir}
    #create symlink
    ln -s %{name}-%{version}.jar %{name}.jar
popd

%files
%defattr(-,root,root)
%doc license.txt
%{_javadir}/%{name}.jar
%{_javadir}/%{name}-%{version}.jar


%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to