[swt-chart/f21] Fix unowned directory

Mat Booth mbooth at fedoraproject.org
Thu Aug 14 14:48:28 UTC 2014


commit fa4ba565f5946b517f4d5f023a7537e6e488536a
Author: Mat Booth <mat.booth at redhat.com>
Date:   Thu Aug 14 15:06:54 2014 +0100

    Fix unowned directory

 .gitignore     |    8 ++++++--
 swt-chart.spec |    9 +++++----
 2 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4de69c9..d19cc39 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,6 @@
-/swt-chart-0.8.0.tar.xz
-/swt-chart-0.9.0.tar.xz
+/swt-chart-*.tar.xz
+/swt-chart-*/
+/.project
+/.build-*.log
+/*.src.rpm
+/noarch/
diff --git a/swt-chart.spec b/swt-chart.spec
index 3745da9..cb68ff2 100644
--- a/swt-chart.spec
+++ b/swt-chart.spec
@@ -1,6 +1,6 @@
 Name:           swt-chart
 Version:        0.9.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        SWTChart Feature
 
 Group:          Development/Tools
@@ -27,8 +27,6 @@ SWTChart is a light-weight charting component for SWT.
 Summary:        Javadoc for %{name}
 Group:          Documentation
 
-Requires:       jpackage-utils
-
 %description    javadoc
 %{summary}.
 
@@ -46,12 +44,15 @@ xmvn -o org.eclipse.tycho:tycho-pomgenerator-plugin:generate-poms -DgroupId=org.
 %install
 %mvn_install
 
-
 %files -f .mfiles
+%dir %{_javadir}/%{name}
 
 %files javadoc -f .mfiles-javadoc
 
 %changelog
+* Thu Aug 14 2014 Mat Booth <mat.booth at redhat.com> - 0.9.0-3
+- Fix unowned directory
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list