[eclipse-filesystem] Initial commit of package.

Mat Booth mbooth at fedoraproject.org
Mon Sep 8 13:19:00 UTC 2014


commit c73390c7c9f063cf1b151fa7e9d9dbc5e401e34c
Author: Mat Booth <mat.booth at redhat.com>
Date:   Mon Sep 8 14:18:40 2014 +0100

    Initial commit of package.

 eclipse-filesystem.spec |   44 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 44 insertions(+), 0 deletions(-)
---
diff --git a/eclipse-filesystem.spec b/eclipse-filesystem.spec
new file mode 100644
index 0000000..6ec7392
--- /dev/null
+++ b/eclipse-filesystem.spec
@@ -0,0 +1,44 @@
+%global debug_package %{nil}
+
+Name:           eclipse-filesystem
+Version:        1.0
+Release:        2%{?dist}
+Summary:        Eclipse Platform Filesystem Layout
+License:        EPL
+URL:            http://www.eclipse.org/
+
+%description
+This package provides directories needed by the Eclipse platform and other
+Eclipse plug-ins. This is abstracted out of the main Eclipse package due to
+the need to build some Eclipse plug-ins before the Eclipse platform itself
+without introducing circular dependencies.
+
+%prep
+%setup -c -T
+
+%build
+# Nothing to do
+
+%install
+# Platform bundles
+install -m 755 -d %{buildroot}%{_libdir}/eclipse/features
+install -m 755 -d %{buildroot}%{_libdir}/eclipse/plugins
+# Archful dropins
+install -m 755 -d %{buildroot}%{_libdir}/eclipse/dropins
+# Noarch dropins
+install -m 755 -d %{buildroot}%{_datadir}/eclipse/dropins
+
+%files
+%dir %{_libdir}/eclipse
+%dir %{_libdir}/eclipse/features
+%dir %{_libdir}/eclipse/plugins
+%dir %{_libdir}/eclipse/dropins
+%dir %{_datadir}/eclipse
+%dir %{_datadir}/eclipse/dropins
+
+%changelog
+* Mon Sep 08 2014 Mat Booth <mat.booth at redhat.com> - 1.0-2
+- Suppress debuginfo package generation
+
+* Tue Aug 26 2014 Mat Booth <mat.booth at redhat.com> - 1.0-1
+- Initial package


More information about the scm-commits mailing list