SHA256
1
0
forked from pool/apache-ivy
Fridrich Strba 2019-02-07 15:09:57 +00:00 committed by Git OBS Bridge
parent e5dc1685fb
commit d2ffdc9c05

View File

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