forked from pool/apache-ivy
This commit is contained in:
parent
e5dc1685fb
commit
d2ffdc9c05
@ -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}/*
|
||||||
|
Loading…
Reference in New Issue
Block a user