[findbugs] Properly quote "eclipse findbugs plugin features.sxw" filename

richardfearn richardfearn at fedoraproject.org
Sun Feb 24 16:47:14 UTC 2013


commit 24d82aa1b8253f855d4220a02dc5e86b5d3ba082
Author: Richard Fearn <richardfearn at gmail.com>
Date:   Sun Feb 24 16:47:03 2013 +0000

    Properly quote "eclipse findbugs plugin features.sxw" filename

 findbugs.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/findbugs.spec b/findbugs.spec
index 13d391d..bd33074 100644
--- a/findbugs.spec
+++ b/findbugs.spec
@@ -5,7 +5,7 @@
 
 Name:           findbugs
 Version:        1.3.9
-Release:        14%{?dist}
+Release:        15%{?dist}
 Summary:        Find bugs in Java code
 
 Group:          Development/Languages
@@ -201,7 +201,7 @@ cp annotations.pom $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}-annotations.pom
 
 %files
 %doc LICENSE.txt design/DecouplingFromBCEL.txt design/VisitingAndCaching.txt
-%doc README.txt design/eclipse\ findbugs\ plugin\ features.sxw
+%doc README.txt "design/eclipse findbugs plugin features.sxw"
 %doc design/architecture/architecture.pdf doc
 %{_bindir}/*
 %{_datadir}/%{name}
@@ -224,6 +224,9 @@ cp annotations.pom $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}-annotations.pom
 %{_javadir}/findbugs-tools*
 
 %changelog
+* Sun Feb 24 2013 Richard Fearn <richardfearn at gmail.com> - 1.3.9-15
+- Properly quote "eclipse findbugs plugin features.sxw" filename
+
 * Sun Feb 24 2013 Richard Fearn <richardfearn at gmail.com> - 1.3.9-14
 - Add BR for texlive-preprint, needed to build architecture PDF
 


More information about the scm-commits mailing list