revise macros
This commit is contained in:
parent
69fc200b59
commit
74f2406cc2
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: %{vendor}-rpm-config
|
Name: %{vendor}-rpm-config
|
||||||
Version: 30
|
Version: 30
|
||||||
Release: 6
|
Release: 7
|
||||||
License: GPL+
|
License: GPL+
|
||||||
Summary: specific rpm configuration files
|
Summary: specific rpm configuration files
|
||||||
URL: https://gitee.com/src-openeuler/openEuler-rpm-config
|
URL: https://gitee.com/src-openeuler/openEuler-rpm-config
|
||||||
@ -104,6 +104,12 @@ mkdir -p %{buildroot}%{_fileattrsdir}
|
|||||||
%{_rpmconfigdir}/macros.d/*
|
%{_rpmconfigdir}/macros.d/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 19 2020 openEuler Buildteam <buildteam@openeuler.org> - 30-7
|
||||||
|
- Type:enhancement
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:revise macro file
|
||||||
|
|
||||||
* Tue Jan 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 30-6
|
* Tue Jan 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 30-6
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
2
macros
2
macros
@ -1,6 +1,6 @@
|
|||||||
# Per-platform rpm configuration file.
|
# Per-platform rpm configuration file.
|
||||||
|
|
||||||
%_vendor %{?_vendor:%{_vendor}}%{!?_vendor:openEuler}
|
%_vendor %{!?_vendor:openEuler}
|
||||||
%_os linux
|
%_os linux
|
||||||
%_target_platform %{_target_cpu}-%{_vendor}-%{_target_os}%{?_gnu}
|
%_target_platform %{_target_cpu}-%{_vendor}-%{_target_os}%{?_gnu}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user