Name: takari-tycho-support Version: 0.16.0 Release: 2%{?dist} Summary: Takari Tycho Base License: EPL URL: https://github.com/takari/tycho-support/ BuildArch: noarch Source0: https://github.com/takari/tycho-support/archive/tycho-support-%{version}.tar.gz # Requested upstream to include license text: # https://github.com/takari/tycho-support/pull/1 Source1: http://www.eclipse.org/legal/epl-v10.html BuildRequires: maven-local BuildRequires: mvn(io.takari:takari:pom:) BuildRequires: mvn(org.eclipse.tycho:target-platform-configuration) BuildRequires: mvn(org.eclipse.tycho:tycho-maven-plugin) Obsoletes: tesla-tycho-support < 0.16.0-2 %description Takari is a next generation development infrastructure framework. This package provides Maven POM file which serves as the base of Tycho projects which have plugins, tests, and deployable features. Everything that is required is provided and parameterized by specifying properties in the host POM. %prep %setup -q -n tycho-support-tycho-support-%{version} cp -p %{SOURCE1} . # Remove plugins which are not useful in Fedora. %pom_remove_plugin :maven-upload-plugin %mvn_alias : io.tesla.tycho: %build %mvn_build %install %mvn_install %files -f .mfiles %doc epl-v10.html %changelog * Mon Jul 13 2015 Mikolaj Izdebski - 0.16.0-2 - Rename to takari-tycho-support * Mon Jul 13 2015 Mikolaj Izdebski - 0.16.0-1 - Update to upstream version 0.16.0 * Fri Jun 19 2015 Fedora Release Engineering - 0.0.7-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Tue Jan 27 2015 Mikolaj Izdebski - 0.0.7-4 - Add alias io.takari.tycho:tycho-support * Tue Sep 9 2014 Mikolaj Izdebski - 0.0.7-3 - Don't inject feclipse-maven-plugin any longer * Sun Jun 08 2014 Fedora Release Engineering - 0.0.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Tue Jan 28 2014 Mikolaj Izdebski - 0.0.7-1 - Initial packaging