Use .mfiles generated during build

This commit is contained in:
Mikolaj Izdebski 2014-05-21 18:45:20 +02:00
parent 1b9dc3e4f6
commit a26004588f

View File

@ -30,7 +30,7 @@
Name: velocity
Version: 1.7
Release: 10%{?dist}
Release: 11%{?dist}
Epoch: 0
Summary: Java-based template engine
License: ASL 2.0
@ -192,11 +192,8 @@ install -pD -T -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
%add_maven_depmap -a "%{name}:%{name}"
%files
%files -f .mfiles
%doc LICENSE NOTICE README.txt
%{_javadir}/*.jar
%{_mavendepmapfragdir}/%{name}
%{_mavenpomdir}/JPP-%{name}.pom
%files manual
%doc LICENSE NOTICE
@ -211,6 +208,9 @@ install -pD -T -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
%{_datadir}/%{name}
%changelog
* Wed May 21 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7-11
- Use .mfiles generated during build
* Sat Sep 21 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7-10
- Port from werken-xpath to jdom
- Resolves: rhbz#875817