Blob Blame History Raw
%global git_tag 01bfa62a4d3c7d36b7af1662ab0c421e1be3db04
%global pkg_name eclipse-launchbar 
Name:           %{pkg_name}
Version:        1.0.0
Release:        0.2.git01bfa62%{?dist}
Summary:        Eclipse Launchbar plug-in
License:        EPL
URL:            https://wiki.eclipse.org/CDT/LaunchBar

Source0:        http://git.eclipse.org/c/cdt/org.eclipse.launchbar.git/snapshot/org.eclipse.launchbar-%{git_tag}.tar.gz

Patch0: %{pkg_name}-annotation.patch

BuildArch:      noarch

BuildRequires: tycho
BuildRequires: tycho-extras
BuildRequires: eclipse-pde
BuildRequires: eclipse-license
BuildRequires: eclipse-remote

%description
An alternative to the default launcher toolbar in Eclipse

%prep
%setup -q -n org.eclipse.launchbar-%{git_tag}
%patch0 -p1
find -name *.jar -exec rm -rf {} \;
find -name *.class -exec rm -rf {} \;

%pom_disable_module repo
%pom_disable_module tests/org.eclipse.launchbar.core.tests

%build
%mvn_build -j

%install
%mvn_install

%files -f .mfiles

%changelog
* Tue Jun 16 2015 Alexander Kurtakov <akurtako@redhat.com> 1.0.0-0.2.git01bfa62
- New snapshot

* Wed Jun 3 2015 Sopot Cela <scela@redhat.com> - 1.0.0-0.1.gite1ac200
- Initial packaging