summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrzegol2006-12-23 13:48:05 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commite655366258a06be2d87c941fa7599e1312c290c0 (patch)
tree6755b0cecfd731cfc0311a68e45f0e0d4302fa86
downloadeclipse-plugin-jigloo-e655366258a06be2d87c941fa7599e1312c290c0.zip
eclipse-plugin-jigloo-e655366258a06be2d87c941fa7599e1312c290c0.tar.gz
- new
Changed files: eclipse-plugin-jigloo.spec -> 1.1
-rw-r--r--eclipse-plugin-jigloo.spec37
1 files changed, 37 insertions, 0 deletions
diff --git a/eclipse-plugin-jigloo.spec b/eclipse-plugin-jigloo.spec
new file mode 100644
index 0000000..bfff770
--- /dev/null
+++ b/eclipse-plugin-jigloo.spec
@@ -0,0 +1,37 @@
+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/*