From 821268c9f2bffdf3f580dc534a1ee09b2439bf29 Mon Sep 17 00:00:00 2001 From: blekot Date: Wed, 9 Feb 2005 22:32:03 +0000 Subject: [PATCH] =?utf8?q?-=20new=20(Maciej=20'mco'=20=C5=9Awi=C4=99tochow?= =?utf8?q?ski=20=20mco=20{at}=20mco=20{dot}=20hdtv=20{dot}=20pl)=20-=20NFY?= =?utf8?q?=20(waiting=20for=20diff=20from=20mco)=20-=20rel=200.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Changed files: eclipse-plugin-phpeclipse.spec -> 1.1 --- eclipse-plugin-phpeclipse.spec | 43 ++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 eclipse-plugin-phpeclipse.spec diff --git a/eclipse-plugin-phpeclipse.spec b/eclipse-plugin-phpeclipse.spec new file mode 100644 index 0000000..d1f557e --- /dev/null +++ b/eclipse-plugin-phpeclipse.spec @@ -0,0 +1,43 @@ +Summary: PHPeclipse - PHP/SQL/HTML Eclipse-Plugin +Summary(pl): PHPeclipse - Wtyczka do Eclipse obs³uguj±ca PHP/SQL/HTML +Name: eclipse-plugin-phpeclipse +%define _ver_major 1.1 +%define _ver_minor 3 +Version: %{_ver_major}.%{_ver_minor} +Release: 0.1 +License: CPL v1.0 +Group: Development/Languages +Source0: http://dl.sourceforge.net/sourceforge/phpeclipse/PHPEclipse1.1.3-2005-01-29.zip +# Source0-md5: +URL: http://www.phpeclipse.de +BuildRequires: unzip +Requires: eclipse >= 3.0 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define _eclipsedir %{_libdir}/eclipse + +%description +PHP, SQL, HTML - Support for the Eclipse IDE Framework +(www.eclipse.org); Some Features are PHP parser, debugger, +code formatter, outline view, templates. +%description -l pl +Wtyczka do obs³ugi PHP, SQL, HTML dla ¶rodowiska Eclipse +(www.eclipse.org); Zawiera parser PHP, debugger, formatowanie +kodu, podgl±d szkicu, szablony. + +%prep +%setup -q -c + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_eclipsedir}/{features,plugins} + +cp -r plugins features $RPM_BUILD_ROOT%{_eclipsedir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%{_eclipsedir}/features/* +%{_eclipsedir}/plugins/* -- 2.43.0