From 8d0154f9bb933074819897f121a23a2828927832 Mon Sep 17 00:00:00 2001 From: Krzysztof Daniel Date: Mon, 18 Mar 2013 15:37:16 +0100 Subject: [PATCH] Move the patch into better place. --- tycho.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tycho.spec b/tycho.spec index f90a000..ad7a7d7 100644 --- a/tycho.spec +++ b/tycho.spec @@ -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 0.17.0-0.9.git3351b1 +- Move the patch into better place. + * Mon Mar 18 2013 Krzysztof Daniel 0.17.0-0.8.git3351b1 - Non-bootstrap build.