packages: polyglot/polyglot.spec - disabled eclipse plugin with a TODO

baggins baggins at pld-linux.org
Thu Jul 7 11:00:12 CEST 2011


Author: baggins                      Date: Thu Jul  7 09:00:12 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- disabled eclipse plugin with a TODO

---- Files affected:
packages/polyglot:
   polyglot.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: packages/polyglot/polyglot.spec
diff -u packages/polyglot/polyglot.spec:1.6 packages/polyglot/polyglot.spec:1.7
--- packages/polyglot/polyglot.spec:1.6	Wed Jul  6 23:14:19 2011
+++ packages/polyglot/polyglot.spec	Thu Jul  7 11:00:06 2011
@@ -1,9 +1,13 @@
 # $Revision$, $Date$
+# 
+# TODO:
+#	- eclipse plugin is missing some files vital to packaging
+#
 Summary:	A compiler front end framework for building Java extensions
 Summary(pl.UTF-8):	Szkielet frontendu kompilatora do tworzenia rozszerzeń Javy
 Name:		polyglot
 Version:	2.4.0
-Release:	0.1
+Release:	0.2
 License:	Apache v1.1
 Group:		Development/Languages/Java
 Source0:	http://www.cs.cornell.edu/Projects/polyglot/src/%{name}-%{version}-src.tar.gz
@@ -85,7 +89,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_javadir}/%{name},%{_bindir}} \
-	$RPM_BUILD_ROOT%{_eclipseplugindir}/plugins
+	$RPM_BUILD_ROOT%{_eclipseplugindir}/features
 
 sed -e "s|TOP=.*|TOP='%{_javadir}'|" bin/jlc > $RPM_BUILD_ROOT%{_bindir}/jlc
 sed -e "s|TOP=.*|TOP='%{_javadir}'|" bin/pth > $RPM_BUILD_ROOT%{_bindir}/pth
@@ -94,7 +98,7 @@
 install examples/coffer/lib/coffer.jar $RPM_BUILD_ROOT%{_javadir}/%{name}
 install examples/pao/lib/pao.jar $RPM_BUILD_ROOT%{_javadir}/%{name}
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_eclipseplugindir}/plugins
+install %{SOURCE1} $RPM_BUILD_ROOT%{_eclipseplugindir}/features
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -105,11 +109,13 @@
 %attr(755,root,root) %{_bindir}/*
 %{_javadir}/%{name}
 
+%if 0
 %files -n eclipse-polyglot
 %defattr(644,root,root,755)
 %dir %{_eclipseplugindir}
-%dir %{_eclipseplugindir}/plugins
-%{_eclipseplugindir}/plugins/*
+%dir %{_eclipseplugindir}/features
+%{_eclipseplugindir}/features/*
+%endif
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -117,6 +123,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2011/07/07 09:00:06  baggins
+- disabled eclipse plugin with a TODO
+
 Revision 1.6  2011/07/06 21:14:19  baggins
 - updated build and install
 - added eclipse plugin package
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/polyglot/polyglot.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list