diff --git a/eclipse-mylyn.spec b/eclipse-mylyn.spec index 4865601..fccb741 100644 --- a/eclipse-mylyn.spec +++ b/eclipse-mylyn.spec @@ -4,7 +4,7 @@ Name: eclipse-mylyn Summary: Mylyn is a task-focused UI for Eclipse Version: 2.0.0 -Release: 8%{?dist} +Release: 9%{?dist} License: Eclipse Public License URL: http://www.eclipse.org/mylyn @@ -167,9 +167,10 @@ pushd org.eclipse.mylyn.bugzilla-feature %patch6 popd -#sed --in-place "s///" org.eclipse.mylyn-feature/feature.xml # remove references to mylar in feature sed --in-place -e "304,456d" org.eclipse.mylyn-feature/feature.xml +sed --in-place "s///" org.eclipse.mylyn-feature/feature.xml +%{__grep} mylar org.eclipse.mylyn-feature/feature.xml && exit 1 %build SDK=$(cd SDK > /dev/null && pwd) @@ -456,6 +457,10 @@ fi %endif %changelog +* Fri Sep 21 2007 Andrew Overholt 2.0.0-9 +- Really remove all mylar references in mylyn feature - courtesy + Mandriva package. + * Wed Sep 19 2007 Andrew Overholt 2.0.0-8 - Add patch and source to have common bugzilla servers by default.