Move the patch into better place.

This commit is contained in:
Krzysztof Daniel 2013-03-18 15:37:16 +01:00
parent acd4f1bbbc
commit 8d0154f9bb

View File

@ -8,7 +8,7 @@
Name: tycho
Version: 0.17.0
Release: 0.8.git3351b1%{?dist}
Release: 0.9.git3351b1%{?dist}
Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
Group: Development/Libraries
@ -131,6 +131,7 @@ This package contains the API documentation for %{name}.
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch8 -p1
find tycho-core -iname '*html' -delete
@ -180,8 +181,6 @@ mvn-rpmbuild -Dmaven.local.depmap.file=%{SOURCE2} -DskipTychoVersionCheck -Dmave
%patch5 -p1
fi
%patch8 -p1
%endif
%build
@ -270,6 +269,9 @@ install -m 644 $osgiJarPath $RPM_BUILD_ROOT%{_javadir}/%{name}/osgi.jar
%{_javadocdir}/%{name}
%changelog
* Mon Mar 18 2013 Krzysztof Daniel <kdaniel@redhat.com> 0.17.0-0.9.git3351b1
- Move the patch into better place.
* Mon Mar 18 2013 Krzysztof Daniel <kdaniel@redhat.com> 0.17.0-0.8.git3351b1
- Non-bootstrap build.