Hello community,

here is the log from the commit of package jrosetta for openSUSE:Factory 
checked in at 2014-05-06 17:38:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jrosetta (Old)
 and      /work/SRC/openSUSE:Factory/.jrosetta.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jrosetta"

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

--- /dev/null   2014-04-28 00:21:37.460033756 +0200
+++ /work/SRC/openSUSE:Factory/.jrosetta.new/jrosetta.changes   2014-05-06 
17:38:56.000000000 +0200
@@ -0,0 +1,34 @@
+-------------------------------------------------------------------
+Fri May  2 16:56:14 UTC 2014 - [email protected]
+
+- Use original source archive
+- Repack ant build files as jrosetta-build-ant-1.0.4.tar.gz
+
+-------------------------------------------------------------------
+Thu Aug  1 04:04:09 UTC 2013 - [email protected]
+
+- Update to version 1.0.4
+- Repack as ant project
+
+-------------------------------------------------------------------
+Sat Nov 28 22:55:45 UTC 2009 - [email protected]
+
+- update to 1.0.2
+
+-------------------------------------------------------------------
+Wed Dec 24 2008 Andrea Florio - <[email protected]>
+
+- OpenSUSE-EDU porting
+
+-------------------------------------------------------------------
+Tue Dec 09 2008 Andrea Florio - <[email protected]> 1.0.1
+
+- packman porting
+
+-------------------------------------------------------------------
+Sun Nov 09 2008 Tomasz Pawel Gajc <[email protected]> 1.0.1-0.0.1mdv2009.1
+
+- Revision: 301435
+  + add source and spec files
+  + Created package structure for jrosetta.
+

New:
----
  jrosetta-1.0.4-sources.jar
  jrosetta-build-ant-1.0.4.tar.gz
  jrosetta.changes
  jrosetta.spec

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

Other differences:
------------------
++++++ jrosetta.spec ++++++
#
# spec file for package jrosetta
#
# Copyright (c) 2013 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/
#


Summary:        API and graphical components for console
License:        GPL-2.0
Group:          Development/Libraries/Java
Name:           jrosetta
Version:        1.0.4
Release:        0
Url:            http://dev.artenum.com/projects/JRosetta
Source0:        
http://maven.artenum.com/content/groups/public/com/artenum/jrosetta/%{version}/jrosetta-%{version}-sources.jar
Source1:        jrosetta-build-ant-1.0.4.tar.gz
BuildRequires:  ant
BuildRequires:  ant-junit 
BuildRequires:  java-devel >= 1.6
BuildRequires:  jpackage-utils >= 1.5
BuildRequires:  junit4
BuildRequires:  unzip

Requires:       java >= 1.6
Requires:       jpackage-utils >= 1.5
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
JRosetta provides a common base for graphical component that could be used
to build a graphical console in Swing with the latest requirements, such as
command history, completion and so on for instance for scripting language
or command line.


%prep
%setup -q -c -n %{name}-%{version}-sources -a1
cp -r %{name}-%{version}/modules/* .
rm -r %{name}-%{version}/
rm -r META-INF
rm %{name}-*/pom.xml

%build
cd jrosetta-api
ant build-jar

cd ../jrosetta-engine
ant     -Djava.encoding=UTF-8 \
        build-jar

%install
mkdir -p %{buildroot}%{_javadir}

mkdir -p $RPM_BUILD_ROOT%{_javadir}

cp -p %{name}-api/build/%{name}-API-%{version}.jar \
        $RPM_BUILD_ROOT%{_javadir}/%{name}-API-%{version}.jar
ln -s %{name}-API-%{version}.jar \
        $RPM_BUILD_ROOT%{_javadir}/%{name}-API.jar
cp -p %{name}-engine/build/%{name}-engine-%{version}.jar \
        $RPM_BUILD_ROOT%{_javadir}/%{name}-engine-%{version}.jar
ln -s %{name}-engine-%{version}.jar \
        $RPM_BUILD_ROOT%{_javadir}/%{name}-engine.jar

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
# %doc CHANGE.txt COPYRIGHT LICENSE.txt
%{_javadir}/jrosetta*.jar

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

Reply via email to