Merge scripts into main package
This commit is contained in:
parent
6d776f19cc
commit
0db65d2949
25
ant.spec
25
ant.spec
@ -58,6 +58,11 @@ BuildRequires: xalan-j2
|
|||||||
|
|
||||||
Requires: jpackage-utils >= 0:1.7.5
|
Requires: jpackage-utils >= 0:1.7.5
|
||||||
Requires: java-devel >= 0:1.5.0
|
Requires: java-devel >= 0:1.5.0
|
||||||
|
Requires: perl
|
||||||
|
Requires: python
|
||||||
|
|
||||||
|
Obsoletes: %{name}-scripts < %{epoch}:%{version}-%{release}
|
||||||
|
Provides: %{name}-scripts = %{epoch}:%{version}-%{release}
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -287,19 +292,6 @@ Requires: junit
|
|||||||
%description testutil
|
%description testutil
|
||||||
Test utility tasks for %{name}.
|
Test utility tasks for %{name}.
|
||||||
|
|
||||||
%package scripts
|
|
||||||
Summary: Additional scripts for %{name}
|
|
||||||
AutoReqProv: no
|
|
||||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
||||||
Requires: %{_bindir}/perl
|
|
||||||
Requires: %{_bindir}/python
|
|
||||||
|
|
||||||
%description scripts
|
|
||||||
Additional Perl and Python scripts for %{name}.
|
|
||||||
|
|
||||||
%description scripts -l fr
|
|
||||||
Scripts additionels pour %{name}.
|
|
||||||
|
|
||||||
%package manual
|
%package manual
|
||||||
Summary: Manual for %{name}
|
Summary: Manual for %{name}
|
||||||
|
|
||||||
@ -461,6 +453,8 @@ cp -pr build/javadocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
|
|||||||
%config(noreplace) %{_sysconfdir}/%{name}.conf
|
%config(noreplace) %{_sysconfdir}/%{name}.conf
|
||||||
%attr(0755,root,root) %{_bindir}/ant
|
%attr(0755,root,root) %{_bindir}/ant
|
||||||
%attr(0755,root,root) %{_bindir}/antRun
|
%attr(0755,root,root) %{_bindir}/antRun
|
||||||
|
%attr(0755,root,root) %{_bindir}/*.pl
|
||||||
|
%attr(0755,root,root) %{_bindir}/*.py*
|
||||||
%{_javadir}/%{name}.jar
|
%{_javadir}/%{name}.jar
|
||||||
%{_javadir}/%{name}-launcher.jar
|
%{_javadir}/%{name}-launcher.jar
|
||||||
%{_javadir}/%{name}-bootstrap.jar
|
%{_javadir}/%{name}-bootstrap.jar
|
||||||
@ -589,10 +583,6 @@ cp -pr build/javadocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
|
|||||||
%{ant_home}/lib/%{name}-testutil.jar
|
%{ant_home}/lib/%{name}-testutil.jar
|
||||||
%config(noreplace) %{_sysconfdir}/%{name}.d/testutil
|
%config(noreplace) %{_sysconfdir}/%{name}.d/testutil
|
||||||
|
|
||||||
%files scripts
|
|
||||||
%attr(0755,root,root) %{_bindir}/*.pl
|
|
||||||
%attr(0755,root,root) %{_bindir}/*.py*
|
|
||||||
|
|
||||||
%files manual
|
%files manual
|
||||||
%doc LICENSE NOTICE
|
%doc LICENSE NOTICE
|
||||||
%doc manual/*
|
%doc manual/*
|
||||||
@ -617,6 +607,7 @@ cp -pr build/javadocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
|
|||||||
- Remove bootstrap code, resolves: rhbz#915437
|
- Remove bootstrap code, resolves: rhbz#915437
|
||||||
- Fail the build if any of JARs is empty
|
- Fail the build if any of JARs is empty
|
||||||
- Skip running tests that fail on Koji, resolves: rhbz#979496
|
- Skip running tests that fail on Koji, resolves: rhbz#979496
|
||||||
|
- Merge scripts into main package, resolves: rhbz#798975
|
||||||
|
|
||||||
* Mon Jun 03 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.9.1-2
|
* Mon Jun 03 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.9.1-2
|
||||||
- Enable unit tests
|
- Enable unit tests
|
||||||
|
Loading…
Reference in New Issue
Block a user