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 - 1.0.9-5 +- Fix unowned dir. + * Thu Aug 29 2013 Mat Booth - 1.0.9-4 - Update for latest guidelines, rhbz #992612