Organize patches.
This commit is contained in:
parent
25d9638d59
commit
0e3e7d0c06
11
tycho.spec
11
tycho.spec
@ -19,7 +19,7 @@
|
||||
|
||||
Name: tycho
|
||||
Version: 0.20.0
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -50,7 +50,7 @@ Patch4: %{name}-use-custom-resolver.patch
|
||||
# be cyclic dependencies.
|
||||
Patch5: %{name}-bootstrap.patch
|
||||
# Additional changes needed just for bootstrap build
|
||||
Patch7: %{name}-fix-bootstrap-build.patch
|
||||
Patch6: %{name}-fix-bootstrap-build.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -194,12 +194,12 @@ tar -xf %{SOURCE4}
|
||||
|
||||
%if %{tycho_bootstrap}
|
||||
|
||||
%patch7 -p1
|
||||
%patch6 -p1
|
||||
|
||||
# Perform the 'minimal' (bootstrap) build of Tycho
|
||||
%{SOURCE2} %{eclipse_bootstrap}
|
||||
|
||||
%patch7 -p1 -R
|
||||
%patch6 -p1 -R
|
||||
|
||||
# EXACT version in reactor cache to build against (%%{version}-SNAPSHOT)
|
||||
sed -i 's/<tychoBootstrapVersion>0.18.1<\/tychoBootstrapVersion>/<tychoBootstrapVersion>0.20.0-SNAPSHOT<\/tychoBootstrapVersion>/' pom.xml
|
||||
@ -350,6 +350,9 @@ install -m 644 $osgiStateJarPath $RPM_BUILD_ROOT%{_javadir}/%{name}/osgi.compati
|
||||
%{_javadocdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue Apr 29 2014 Alexander Kurtakov <akurtako@redhat.com> 0.20.0-4
|
||||
- Organize patches.
|
||||
|
||||
* Tue Apr 22 2014 Roland Grunberg <rgrunber@redhat.com> - 0.20.0-3
|
||||
- Add support for compact profiles (Bug 1090003).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user