diff --git a/apache-ivy.spec b/apache-ivy.spec index c37e1a7..7363699 100644 --- a/apache-ivy.spec +++ b/apache-ivy.spec @@ -114,16 +114,13 @@ echo "ivy" > %{buildroot}%{_sysconfdir}/ant.d/%{name} install -d %{buildroot}%{_mandir}/man1 install %{SOURCE1} %{buildroot}%{_mandir}/man1/ivy.1 -%files +%files -f .mfiles %license LICENSE %doc NOTICE README %config %{_sysconfdir}/ant.d/%{name} -%{_javadir}/ivy.jar %{_javadir}/%{name} %attr(755,root,root) %{_bindir}/* %attr(644,root,root) %{_mandir}/man1/* -%{_mavenpomdir}/JPP-ivy.pom -%{_datadir}/maven-metadata/%{name}.xml %files javadoc %{_javadocdir}/*