SPECS: java-gcj-compat.spec - starting with 1.0.78 - added python package -...

blekot blekot at pld-linux.org
Mon Jul 28 09:50:07 CEST 2008


Author: blekot                       Date: Mon Jul 28 07:50:07 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- starting with 1.0.78
- added python package
- builds, not tested (NFY)

---- Files affected:
SPECS:
   java-gcj-compat.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/java-gcj-compat.spec
diff -u SPECS/java-gcj-compat.spec:1.11 SPECS/java-gcj-compat.spec:1.12
--- SPECS/java-gcj-compat.spec:1.11	Tue Oct  9 17:31:11 2007
+++ SPECS/java-gcj-compat.spec	Mon Jul 28 09:50:01 2008
@@ -6,12 +6,12 @@
 Summary:	Shell scripts and symbolic links to simulate a Java runtime environment with GCJ
 Summary(pl.UTF-8):	Skrypty powłoki i dowiązania do symulacji środowiska uruchomieniowego Javy przy użyciu GCJ
 Name:		java-gcj-compat
-Version:	1.0.28
-Release:	1.2
+Version:	1.0.78
+Release:	0.1
 License:	GPL v2
 Group:		Development/Languages/Java
 Source0:	ftp://sources.redhat.com/pub/rhug/%{name}-%{version}.tar.gz
-# Source0-md5:	37aafffb0d017608c4d850f4bd5c64b5
+# Source0-md5:	03d8e7e4a52608878600cd16f5c8454a
 %define		_gcc_ver	4.0.0
 %define		_gcc_rel	3
 BuildRequires:	gcc-java >= 5:%{_gcc_ver}-%{_gcc_rel}
@@ -24,7 +24,7 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		_jvmroot	%{_libdir}/java
-%define		_jvmdir		%{_jvmroot}/java-1.4.2-gcj-1.4.2.0
+%define		_jvmdir		%{_jvmroot}/java-1.5.0-gcj-1.5.0.0
 %define		_gccinc		%{_libdir}/gcc/%{_target_platform}/%{_gcc_ver}/include
 
 %description
@@ -57,6 +57,19 @@
 mający na celu dostarczenie podobnego do JDK interfejsu do zestawu
 narzędzi GCJ.
 
+%package -n python-java-gcj-compat
+Summary:        Python modules for java-gcj-compat
+Summary(pl.UTF-8):      Moduły języka Python dla java-gcj-compat
+Group:          Libraries/Python
+Requires:       %{name}-libs = %{version}-%{release}
+%pyrequires_eq  python-libs
+
+%description -n python-java-gcj-compat
+Python modules for java-gcj-compat.
+
+%description -n python-java-gcj-compat -l pl.UTF-8
+Moduły języka Python dla java-gcj-compat.
+
 %prep
 %setup -q
 
@@ -104,25 +117,28 @@
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README
 %attr(755,root,root) %{_bindir}/aot-compile
-%attr(755,root,root) %{_bindir}/find-and-aot-compile
+%attr(755,root,root) %{_bindir}/aot-compile-rpm
 %attr(754,root,root) %{_bindir}/rebuild-gcj-db
 %dir %{_jvmdir}
 %dir %{_jvmdir}/bin
 %attr(755,root,root) %{_jvmdir}/bin/java
+%attr(755,root,root) %{_jvmdir}/bin/keytool
 %attr(755,root,root) %{_jvmdir}/bin/rmiregistry
 %dir %{_jvmdir}/jre
 %dir %{_jvmdir}/jre/bin
 %attr(755,root,root) %{_jvmdir}/jre/bin/java
+%attr(755,root,root) %{_jvmdir}/jre/bin/keytool
 %attr(755,root,root) %{_jvmdir}/jre/bin/rmiregistry
 %dir %{_jvmdir}/jre/lib
 %dir %{_jvmdir}/jre/lib/%{_target_base_arch}
 %{_jvmdir}/jre/lib/*.jar
-%dir %{_jvmdir}/lib
 %{_javadir}/*.jar
 
 %files devel
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_jvmdir}/bin/appletviewer
 %attr(755,root,root) %{_jvmdir}/bin/jar
+%attr(755,root,root) %{_jvmdir}/bin/jarsigner
 %attr(755,root,root) %{_jvmdir}/bin/javac
 %attr(755,root,root) %{_jvmdir}/bin/javadoc
 %attr(755,root,root) %{_jvmdir}/bin/javah
@@ -132,12 +148,21 @@
 %dir %{_jvmdir}/include/linux
 %{_jvmdir}/include/linux/*.h
 
+%files -n python-java-gcj-compat
+%defattr(644,root,root,755)
+%{py_sitescriptdir}/*.py[co]
+
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2008/07/28 07:50:01  blekot
+- starting with 1.0.78
+- added python package
+- builds, not tested (NFY)
+
 Revision 1.11  2007/10/09 15:31:11  baggins
 - s/enviroment/environment/
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/java-gcj-compat.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list