ovirt-engine-wildfly-overlay/ovirt-engine-wildfly-overlay.spec

50 lines
1.7 KiB
RPMSpec
Raw Normal View History

2020-03-06 14:03:20 +08:00
Name: ovirt-engine-wildfly-overlay
2022-04-02 11:01:06 +08:00
Version: 19.1.0
2024-04-01 13:54:44 +08:00
Release: 2
2020-03-06 14:03:20 +08:00
Summary: WildFly overlay for ovirt-engine
Group: Virtualization/Management
2024-04-01 13:54:44 +08:00
License: Apache-2.0
2020-03-06 14:03:20 +08:00
URL: http://www.ovirt.org
BuildArch: noarch
Source0: README
2022-04-02 11:01:06 +08:00
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}
2020-03-06 14:03:20 +08:00
%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"
2022-04-02 11:01:06 +08:00
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"
2020-03-06 14:03:20 +08:00
%files
%{_datadir}/%{name}/
%{_docdir}/%{name}/
2022-04-02 11:01:06 +08:00
2020-03-06 14:03:20 +08:00
%changelog
2024-04-01 13:54:44 +08:00
* Mon Apr 1 2024 yanjianqing <yanjianqing@kylinos.cn> - 19.1.0-2
- Correct the spec license
2022-04-02 11:01:06 +08:00
* Sat Apr 2 2022 liqiuyu <liqiuyu@kylinos.cn> - 19.1.0-1
- Sync 22.03 to master
2021-09-06 11:15:57 +08:00
* Mon Sep 6 2021 baizhonggui <baizhonggui@huawei.com> - 23.0.2-1
- Update version to 23.0.2
2021-07-06 16:53:54 +08:00
* Tue Jul 6 2021 lijunwei <lijunwei@kylinos.cn> - 22.0.0-1
- Update version
2021-09-06 11:15:57 +08:00
2020-03-06 14:03:20 +08:00
* Thu Mar 5 2020 changjie.fu <changjie.fu@cs2c.com.cn> - 17.0.1-1
- Package Initialization