44 lines
1.6 KiB
RPMSpec
44 lines
1.6 KiB
RPMSpec
Name: ovirt-engine-wildfly-overlay
|
|
Version: 19.1.0
|
|
Release: 2
|
|
Summary: WildFly overlay for ovirt-engine
|
|
Group: Virtualization/Management
|
|
License: Apache 2.0
|
|
URL: http://www.ovirt.org
|
|
BuildArch: noarch
|
|
Source0: README
|
|
Source1: org.apache.httpcomponents.core-module.xml
|
|
Source2: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.jar
|
|
Source3: https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar
|
|
|
|
Requires: ovirt-engine-wildfly = %{version}
|
|
|
|
|
|
%description
|
|
WildFly overlay for ovirt-engine
|
|
|
|
%install
|
|
install -d -m 0755 "%{buildroot}%{_docdir}/%{name}"
|
|
install -m 0644 "%{SOURCE0}" "%{buildroot}%{_docdir}/%{name}/README"
|
|
install -d -m 0755 "%{buildroot}%{_datadir}/%{name}/modules"
|
|
install -d -m 0755 "%{buildroot}%{_datadir}/%{name}/modules/org/apache/httpcomponents/core/main"
|
|
install -m 0644 "%{SOURCE1}" "%{buildroot}%{_datadir}/%{name}/modules/org/apache/httpcomponents/core/main/module.xml"
|
|
install -m 0644 "%{SOURCE2}" "%{buildroot}%{_datadir}/%{name}/modules/org/apache/httpcomponents/core/main/httpclient-4.5.12.jar"
|
|
install -m 0644 "%{SOURCE3}" "%{buildroot}%{_datadir}/%{name}/modules/org/apache/httpcomponents/core/main/httpcore-4.4.13.jar"
|
|
|
|
|
|
%files
|
|
%{_datadir}/%{name}/
|
|
%{_docdir}/%{name}/
|
|
|
|
|
|
%changelog
|
|
* Fri Oct 22 2021 Ge Wang <wangge20@huawei.com> 19.1.0-2
|
|
- Remove version coupling with package ovirt-engine-wildfly
|
|
|
|
* Mon Sep 27 2021 Ge Wang <wangge20@huawei.com> 19.1.0-1
|
|
- Update version to 19.1.0
|
|
|
|
* Thu Mar 5 2020 changjie.fu <changjie.fu@cs2c.com.cn> - 17.0.1-1
|
|
- Package Initialization
|