SPECS: eclipse-plugin-epic.spec (NEW) - initial, needs a perl user...
prism
prism at pld-linux.org
Fri Jun 24 11:10:24 CEST 2005
Author: prism Date: Fri Jun 24 09:10:24 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial, needs a perl user to test if everything works
---- Files affected:
SPECS:
eclipse-plugin-epic.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/eclipse-plugin-epic.spec
diff -u /dev/null SPECS/eclipse-plugin-epic.spec:1.1
--- /dev/null Fri Jun 24 11:10:24 2005
+++ SPECS/eclipse-plugin-epic.spec Fri Jun 24 11:10:19 2005
@@ -0,0 +1,67 @@
+# $Revision$, $Date$
+
+%define _plug_name epic
+%define _rel_ver 0.3.0
+%define _rel_date 20040711
+
+Summary: EPIC - Eclipse Perl Integration
+Summary(pl): EPIC - wtyczka do środowiska Eclipse ułatwiająca programowanie w Perlu
+Name: eclipse-plugin-%{_plug_name}
+Version: %{_rel_ver}
+Release: 0.1
+License: CPL v1.0
+Group: Development/Languages
+Source0: http://dl.sourceforge.net/e-p-i-c/org.%{_plug_name}.updatesite_%{version}_%{_rel_date}.zip
+# Source0-md5: 5ab8b866c599bd41f8dcb57564d5bc2d
+URL: http://e-p-i-c.sourceforge.net/
+BuildRequires: unzip
+Requires: eclipse >= 3.0
+ExclusiveArch: %{ix86} ppc ia64
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define _eclipse_arch %(echo %{_target_cpu} | sed 's/i.86/x86/;s/athlon/x86/;s/pentium./x86/')
+%define _eclipsedir %{_libdir}/eclipse
+
+%description
+EPIC is an opensource Perl IDE for the Eclipse platform. Features
+supported are syntax highlighting, on the fly syntax check, content
+assist, perldoc support, source formatter, templating support and a
+Perl debugger. A regular expression plugin and support for the eSpell
+spellchecker are also available.
+
+%description -l pl
+EPIC to opensource'owe IDE dla Perla zbudowane na bazie środowiska
+Eclipse. Oferuje podświetlanie składni, sprawdzanie poprawności
+podczas pisania, wsparcie dla stosowania szablonów oraz debugger
+Perla. Zawiera także wtyczkę do obsługi wyrażeń regularnych oraz
+wsparcie dla eSpell-a.
+
+%prep
+%setup -q -c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_eclipsedir}/{features,plugins}
+
+mv org.epic.updatesite/plugins/* $RPM_BUILD_ROOT%{_eclipsedir}/plugins/
+mv org.epic.updatesite/features/* $RPM_BUILD_ROOT%{_eclipsedir}/features/
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%dir %{_eclipsedir}/features
+%{_eclipsedir}/features/org.epic.*.jar
+%dir %{_eclipsedir}/plugins
+%{_eclipsedir}/plugins/org.epic.*.jar
+
+%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.1 2005/06/24 09:10:19 prism
+- initial, needs a perl user to test if everything works
+
================================================================
More information about the pld-cvs-commit
mailing list