rpms/jrosetta/EL-5 import.log, NONE, 1.1 jrosetta.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chauvet Nicolas kwizart at fedoraproject.org
Thu Jan 22 09:27:29 UTC 2009


Author: kwizart

Update of /cvs/pkgs/rpms/jrosetta/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8845/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	import.log jrosetta.spec 
Log Message:
Import for EL-5



--- NEW FILE import.log ---
jrosetta-1_0_2-1_fc10:EL-5:jrosetta-1.0.2-1.fc10.src.rpm:1232616360


--- NEW FILE jrosetta.spec ---
Name:           jrosetta
Version:        1.0.2
Release:        1%{?dist}
Summary:        A common base to build a graphical console

Group:          Development/Libraries
License:        GPLv2
URL:            http://dev.artenum.com/projects/JRosetta/
#http://dev.artenum.com/projects/JRosetta/download/JRosetta-1-0-2/data/src-gpl?action=download&nodecorator
Source0:        %{name}-%{version}-gpl.zip
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch

BuildRequires:  java-devel >= 0:1.5
BuildRequires:  jpackage-utils >= 0:1.5
BuildRequires:  ant
Requires:       java >= 0:1.5
Requires:       jpackage-utils >= 0:1.5


%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 -n %{name}-%{version}-gpl
#wrong-file-end-of-line-encoding
cp -p CHANGE.txt CHANGE.txt.CRLF
sed -i -e 's/\r//' CHANGE.txt
touch -r CHANGE.txt.CRLF CHANGE.txt
rm CHANGE.txt.CRLF



%build
%ant make


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_javadir}

for j in jrosetta-API jrosetta-engine ; do
  install -pm 0644 dist/${j}.jar $RPM_BUILD_ROOT%{_javadir}/${j}-%{version}.jar
  ln -fs ${j}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/${j}.jar
done


%clean
rm -rf $RPM_BUILD_ROOT


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


%changelog
* Fri Jan 16 2009 kwizart < kwizart at gmail.com > - 1.0.2-1
- Fix License (GPLv2 only)
- Fix Summary
- Update to 1.0.2 - previous patch merged upstream

* Mon Oct 27 2008 kwizart < kwizart at gmail.com > - 1.0.1-1
- Initial Package 



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/jrosetta/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Jan 2009 21:19:53 -0000	1.1
+++ .cvsignore	22 Jan 2009 09:26:59 -0000	1.2
@@ -0,0 +1 @@
+jrosetta-1.0.2-gpl.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/jrosetta/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Jan 2009 21:19:53 -0000	1.1
+++ sources	22 Jan 2009 09:26:59 -0000	1.2
@@ -0,0 +1 @@
+3a618078c118216eb2351e5db6e14a7d  jrosetta-1.0.2-gpl.zip




More information about the fedora-extras-commits mailing list