[java-sig-commits] [eclipse-color-theme] Initial import

mef mef at fedoraproject.org
Mon May 28 10:11:09 UTC 2012


commit ca7b48b8c418cce8b9727b4ac1053521158f401a
Author: Mary Ellen Foster <mefoster at gmail.com>
Date:   Mon May 28 11:10:54 2012 +0100

    Initial import

 eclipse-color-theme.spec |   50 ++++++++++++++++++++++++++++++++++++++++++++++
 sources                  |    1 +
 2 files changed, 51 insertions(+), 0 deletions(-)
---
diff --git a/eclipse-color-theme.spec b/eclipse-color-theme.spec
new file mode 100644
index 0000000..122df04
--- /dev/null
+++ b/eclipse-color-theme.spec
@@ -0,0 +1,50 @@
+%global install_loc     %{_datadir}/eclipse/dropins/%{name}
+%global git_tag         598b755
+
+Summary:        An Eclipse plugin which permits color theme switching
+Name:           eclipse-color-theme
+Version:        0.11.1
+Release:        3%{?dist}
+License:        EPL
+Group:          Development/Tools
+URL:            http://www.eclipsecolorthemes.org/
+# http://github.com/eclipse-color-theme/eclipse-color-theme/tarball/v%{version}
+Source0:        %{name}-%{name}-v%{version}-0-g%{git_tag}.tar.gz
+
+BuildRequires: eclipse-pde >= 1:3.4.0
+
+Requires: eclipse-platform >= 3.4.0
+
+BuildArch:     noarch
+
+%description
+The Eclipse Color Theme plugin makes it possible to switch color themes
+conveniently and without side effects. It includes the most popular themes
+from eclipsecolorthemes.org, but you can add any theme created on the site
+by exporting it as XML.
+
+%prep
+%setup -q -n %{name}-%{name}-%{git_tag}
+
+%build
+/usr/bin/eclipse-pdebuild
+
+%install
+%{__rm} -rf $RPM_BUILD_ROOT
+install -d -m 755 $RPM_BUILD_ROOT%{install_loc}
+%{__unzip} -q -d $RPM_BUILD_ROOT%{install_loc} \
+     build/rpmBuild/com.github.eclipsecolortheme.feature.zip
+
+%files
+%doc README.md CHANGES.md COPYING
+%{install_loc}
+
+%changelog
+* Wed May  2 2012 Mary Ellen Foster <mefoster at gmail.com> - 0.11.1-3
+- Use /usr/bin/eclipse-pdebuild
+
+* Tue Feb 28 2012 Mary Ellen Foster <mefoster at gmail.com> - 0.11.1-2
+- Get correct tag from git instead of master
+
+* Fri Feb 24 2012 Mary Ellen Foster <mefoster at gmail.com> - 0.11.1-2
+- Initial package
diff --git a/sources b/sources
index e69de29..78e1984 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+7d6172b4ed9f7b03822f85930e483d68  eclipse-color-theme-eclipse-color-theme-v0.11.1-0-g598b755.tar.gz


More information about the java-sig-commits mailing list