[httpunit] Fix FTBFS due to xmvn changes (#1106777)

Michal Srb msrb at fedoraproject.org
Fri Jun 27 04:20:32 UTC 2014


commit c7f604dbf21fcd8bcfebeb197217103273e5561d
Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Thu Jun 26 19:23:06 2014 -0500

    Fix FTBFS due to xmvn changes (#1106777)

 httpunit.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/httpunit.spec b/httpunit.spec
index bcfad77..0edd1f7 100644
--- a/httpunit.spec
+++ b/httpunit.spec
@@ -30,7 +30,7 @@
 
 Name:           httpunit
 Version:        1.7
-Release:        14%{?dist}
+Release:        15%{?dist}
 Epoch:          0
 Summary:        Automated web site testing toolkit
 License:        MIT and ASL 2.0
@@ -149,11 +149,8 @@ pushd doc
 ln -sf %{_javadocdir}/%{name} api
 popd
 
-%files
+%files -f .mfiles
 %doc LICENSE-ASL
-%{_javadir}/*
-%{_mavenpomdir}/JPP-%{name}.pom
-%{_mavendepmapfragdir}/%{name}
 
 %files javadoc
 %doc LICENSE-ASL
@@ -163,6 +160,9 @@ popd
 %doc doc/*
 
 %changelog
+* Fri Jun 27 2014 Yaakov Selkowitz <yselkowi at redhat.com> - 0:1.7-15
+- Fix FTBFS due to xmvn changes (#1106777)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0:1.7-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list