New release 2.0.0
This commit is contained in:
parent
9b0a430d72
commit
d926997fc2
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/v1.0.1.tar.gz
|
||||
/v1.1.0.tar.gz
|
||||
/v1.2.0.tar.gz
|
||||
/v2.0.0.tar.gz
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2016-2017, Intel Corporation
|
||||
# Copyright (c) 2016-2018, Intel Corporation
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions are met:
|
||||
@ -24,7 +24,7 @@
|
||||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
%global githubname intel-cmt-cat
|
||||
%global githubver 1.2.0
|
||||
%global githubver 2.0.0
|
||||
|
||||
%if %{defined githubsubver}
|
||||
%global githubfull %{githubname}-%{githubver}.%{githubsubver}
|
||||
@ -38,7 +38,7 @@
|
||||
|
||||
Summary: Provides command line interface to CMT, MBM, CAT, CDP and MBA technologies
|
||||
Name: %{githubname}
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Version: %{githubver}
|
||||
License: BSD
|
||||
Group: Development/Tools
|
||||
@ -119,7 +119,7 @@ install -m 0644 %{_builddir}/%{githubfull}/LICENSE %{buildroot}/%{_licensedir}/%
|
||||
install -d %{buildroot}/%{_libdir}
|
||||
install -s %{_builddir}/%{githubfull}/lib/libpqos.so.* %{buildroot}/%{_libdir}
|
||||
cp -a %{_builddir}/%{githubfull}/lib/libpqos.so %{buildroot}/%{_libdir}
|
||||
cp -a %{_builddir}/%{githubfull}/lib/libpqos.so.1 %{buildroot}/%{_libdir}
|
||||
cp -a %{_builddir}/%{githubfull}/lib/libpqos.so.2 %{buildroot}/%{_libdir}
|
||||
|
||||
# Install the header file
|
||||
install -d %{buildroot}/%{_includedir}
|
||||
@ -158,7 +158,7 @@ install -m 0644 %{_builddir}/%{githubfull}/examples/c/CMT_MBM/monitor_app.c %{bu
|
||||
|
||||
%files -n intel-cmt-cat-devel
|
||||
%{_libdir}/libpqos.so
|
||||
%{_libdir}/libpqos.so.1
|
||||
%{_libdir}/libpqos.so.2
|
||||
%{_includedir}/pqos.h
|
||||
%{_usrsrc}/%{githubfull}/c/CAT/Makefile
|
||||
%{_usrsrc}/%{githubfull}/c/CAT/reset_app.c
|
||||
@ -169,6 +169,9 @@ install -m 0644 %{_builddir}/%{githubfull}/examples/c/CMT_MBM/monitor_app.c %{bu
|
||||
%doc %{_usrsrc}/%{githubfull}/LICENSE
|
||||
|
||||
%changelog
|
||||
* Thu Jun 28 2018 Marcel cornu <marcel.d.cornu@intel.com>, Michal Aleksinski <michalx.aleksinski@intel.com> - 2.0.0-1
|
||||
- New release 2.0.0
|
||||
|
||||
* 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
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v1.2.0.tar.gz) = 9e15d0f80734ecd8655874ac244beac85c4b17f634624890fcac59e10c13e896c5726c4a94b1c1ff6bc482157cbd941bb64696ba467353eb814c6d5fe75f0dc2
|
||||
SHA512 (v2.0.0.tar.gz) = 9590655ac068f21c2a890af3dc45ad98bc0b293a4ec4ddce7324d8e8d2351600b712827609ba71da5c7ed2c4bbbf94e25feb10c74ad480de1111fd6d9625add4
|
||||
|
Loading…
Reference in New Issue
Block a user