[jcodings/f20] Fix unowned dir.

mbooth mbooth at fedoraproject.org
Thu Aug 29 21:29:17 UTC 2013


commit 865cd1d7d3fd2f5297e8deef61936c563baa1e22
Author: Mat Booth <fedora at matbooth.co.uk>
Date:   Thu Aug 29 22:28:31 2013 +0100

    Fix unowned dir.

 jcodings.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/jcodings.spec b/jcodings.spec
index c88e6b4..2705033 100644
--- a/jcodings.spec
+++ b/jcodings.spec
@@ -6,7 +6,7 @@
 
 Name:           jcodings
 Version:        1.0.9
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Java-based codings helper classes for Joni and JRuby
 
 Group:          Development/Libraries
@@ -28,6 +28,8 @@ Java-based codings helper classes for Joni and JRuby.
 find -name '*.class' -delete
 find -name '*.jar' -delete
 
+%mvn_file : %{name}
+
 %build
 echo "See %{url} for more info about the %{name} project." > README.txt
 
@@ -41,6 +43,9 @@ echo "See %{url} for more info about the %{name} project." > README.txt
 %doc README.txt
 
 %changelog
+* Thu Aug 29 2013 Mat Booth <fedora at matbooth.co.uk> - 1.0.9-5
+- Fix unowned dir.
+
 * Thu Aug 29 2013 Mat Booth <fedora at matbooth.co.uk> - 1.0.9-4
 - Update for latest guidelines, rhbz #992612
 


More information about the scm-commits mailing list