Use .mfiles generated during build

f38
Mikolaj Izdebski 11 years ago
parent 999da95474
commit b99ff6f001

@ -34,7 +34,7 @@
Name: java_cup
Version: 0.11a
Release: 16%{?dist}
Release: 17%{?dist}
Epoch: 1
Summary: Java source interpreter
License: MIT
@ -137,11 +137,9 @@ install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
cp -pr dist/javadoc/* %{buildroot}%{_javadocdir}/%{name}
%files
%files -f .mfiles
%doc changelog.txt LICENSE.txt
%{_javadir}/*
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*
%files manual
%doc manual.html LICENSE.txt
@ -151,6 +149,9 @@ cp -pr dist/javadoc/* %{buildroot}%{_javadocdir}/%{name}
%{_javadocdir}/%{name}
%changelog
* Thu May 29 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:0.11a-17
- Use .mfiles generated during build
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1:0.11a-16
- Use Requires: java-headless rebuild (#1067528)

Loading…
Cancel
Save