Updated spec file with BuildRequires tag
This commit is contained in:
parent
f91d58b306
commit
9b0a430d72
@ -38,17 +38,18 @@
|
|||||||
|
|
||||||
Summary: Provides command line interface to CMT, MBM, CAT, CDP and MBA technologies
|
Summary: Provides command line interface to CMT, MBM, CAT, CDP and MBA technologies
|
||||||
Name: %{githubname}
|
Name: %{githubname}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Version: %{githubver}
|
Version: %{githubver}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
ExclusiveArch: x86_64 i686 i586
|
ExclusiveArch: x86_64 i686 i586
|
||||||
%if %{defined githubsubver}
|
%if %{defined githubsubver}
|
||||||
Source0: https://github.com/01org/%{githubname}/archive/v%{githubver}.%{githubsubver}.tar.gz
|
Source: https://github.com/01org/%{githubname}/archive/v%{githubver}.%{githubsubver}.tar.gz
|
||||||
%else
|
%else
|
||||||
Source0: https://github.com/01org/%{githubname}/archive/v%{githubver}.tar.gz
|
Source: https://github.com/01org/%{githubname}/archive/v%{githubver}.tar.gz
|
||||||
%endif
|
%endif
|
||||||
URL: https://github.com/01org/%{githubname}
|
URL: https://github.com/01org/%{githubname}
|
||||||
|
BuildRequires: gcc, make
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This software package provides basic support for
|
This software package provides basic support for
|
||||||
@ -168,6 +169,9 @@ install -m 0644 %{_builddir}/%{githubfull}/examples/c/CMT_MBM/monitor_app.c %{bu
|
|||||||
%doc %{_usrsrc}/%{githubfull}/LICENSE
|
%doc %{_usrsrc}/%{githubfull}/LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 08 2018 Marcel cornu <marcel.d.cornu@intel.com>, Michal Aleksinski <michalx.aleksinski@intel.com> - 1.2.0-3
|
||||||
|
- Updated spec file with BuildRequires tag
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user