SPECS: eclipse-plugin-jigloo.spec (NEW) - new
grzegol
grzegol at pld-linux.org
Sat Dec 23 14:48:10 CET 2006
Author: grzegol Date: Sat Dec 23 13:48:10 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
eclipse-plugin-jigloo.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/eclipse-plugin-jigloo.spec
diff -u /dev/null SPECS/eclipse-plugin-jigloo.spec:1.1
--- /dev/null Sat Dec 23 14:48:10 2006
+++ SPECS/eclipse-plugin-jigloo.spec Sat Dec 23 14:48:05 2006
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+Summary: GUI builder plugin for Eclipse
+Name: eclipse-plugin-jigloo
+Version: 3.9.5
+Release: 1
+License: Free
+Group: Development/Languages
+Source0: http://cloudgarden1.com/jigloo_395.zip
+# Source0-md5: 339ee1024056913d04ec84040ad9efc8
+URL: http://www.cloudgarden.com/jigloo/
+BuildRequires: unzip
+Requires: eclipse >= 3.2
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define _eclipsedir %{_libdir}/eclipse
+
+%description
+Jigloo GUI Builder is a plugin for the Eclipse Java IDE and WebSphere
+Studio, which allows you to build and manage both Swing and SWT GUI
+classes.
+
+%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)
+%{_libdir}/eclipse/features/*
+%{_libdir}/eclipse/plugins/*
+
+%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 2006/12/23 13:48:05 grzegol
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list