Sophie

Sophie

distrib > Mageia > 6 > armv7hl > by-pkgid > fcf6705fae4e36e98af61b0a9c9386b9 > files > 1

eclipse-filesystem-1.0-8.mga6.src.rpm

%global debug_package %{nil}

Name:           eclipse-filesystem
Version:        1.0
Release:        %mkrel 8
Group:          Development/Java
Summary:        Eclipse Platform Filesystem Layout
License:        EPL
URL:            http://www.eclipse.org/

# javapackages-tools defines %%{_javaconfdir} macro and owns that directory
BuildRequires:  javapackages-tools
Requires:       javapackages-tools

%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 -q -c -T

%build
# Generate Eclipse configuration file
cat <<EOCONF >eclipse.conf
# Eclipse platform root directory
eclipse.root=%{_libdir}/eclipse
# Location of architecture-independant dropins
eclipse.dropins.noarch=%{_datadir}/eclipse/dropins
# Location of architecture-independant droplets
eclipse.droplets.noarch=%{_datadir}/eclipse/droplets
# Location of architecture-dependant dropins
eclipse.dropins.archful=%{_libdir}/eclipse/dropins
# Location of architecture-dependant droplets
eclipse.droplets.archful=%{_libdir}/eclipse/droplets
# Comma-separated list of directories searched for external bundles
eclipse.bundles=%{_javadir},%{_jnidir},%{_javadir}-1.8.0,%{_jnidir}-1.8.0,%{_javadir}-1.7.0,%{_jnidir}-1.7.0,%{_javadir}-1.6.0,%{_jnidir}-1.6.0,%{_javadir}-1.5.0,%{_jnidir}-1.5.0
# Software collection ID (empty if not SCL)
scl.namespace=%{?scl}
# Software collection root directory (empty if not SCL)
scl.root=%{?_scl_root}
EOCONF

%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
# Archful droplets
install -m 755 -d %{buildroot}%{_libdir}/eclipse/droplets
# Noarch dropins
install -m 755 -d %{buildroot}%{_datadir}/eclipse/dropins
# Noarch droplets
install -m 755 -d %{buildroot}%{_datadir}/eclipse/droplets
# eclipse.conf
install -m 755 -d %{buildroot}%{_javaconfdir}
install -m 644 -p eclipse.conf %{buildroot}%{_javaconfdir}/

%files
%dir %{_libdir}/eclipse
%dir %{_libdir}/eclipse/features
%dir %{_libdir}/eclipse/plugins
%dir %{_libdir}/eclipse/dropins
%dir %{_libdir}/eclipse/droplets
%dir %{_datadir}/eclipse
%dir %{_datadir}/eclipse/dropins
%dir %{_datadir}/eclipse/droplets
%config(noreplace) %{_javaconfdir}/eclipse.conf



%changelog
* Wed Mar 02 2016 neoclust <neoclust> 1.0-8.mga6
+ Revision: 981811
- Second rebuild of the java stack

* Sun Feb 21 2016 neoclust <neoclust> 1.0-7.mga6
+ Revision: 975806
- First rebuild of the java stack
- sync package eclipse-filesystem with fedora
- imported package eclipse-filesystem


* Thu Aug 27 2015 Roland Grunberg <rgrunber@redhat.com> - 1.0-6
- Add support for p2 Droplets.

* Tue Aug 25 2015 Mat Booth <mat.booth@redhat.com> - 1.0-5
- Don't use EOF since it may conflict with SCL-isation

* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

* Fri Nov 28 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0-3
- Generate and install eclipse.conf

* Mon Sep 08 2014 Mat Booth <mat.booth@redhat.com> - 1.0-2
- Suppress debuginfo package generation

* Tue Aug 26 2014 Mat Booth <mat.booth@redhat.com> - 1.0-1
- Initial package