https://bugzilla.redhat.com/show_bug.cgi?id=2404632
--- Comment #3 from Simone Caronni <[email protected]> --- Sample diff: $ diff -Naur intel-metrics-discovery.spec intel-metrics-discovery.spec.new --- intel-metrics-discovery.spec 2025-10-16 23:14:52.000000000 +0200 +++ intel-metrics-discovery.spec.new 2025-10-17 13:30:48.810080928 +0200 @@ -4,8 +4,9 @@ Version: 1.14.182 Release: %autorelease Summary: Shared library for Intel Metrics Discovery API -Group: System Environment/Libraries License: MIT +ExclusiveArch: x86_64 + URL: https://github.com/intel/metrics-discovery Source0: %{url}/archive/%{upstream_name}-%{version}.tar.gz @@ -16,19 +17,17 @@ BuildRequires: libdrm-devel %description -Intel Metrics Discovery Application Programming Interface creates an -abstraction level between Intel graphics hardware and applications, providing -access to detailed GPU performance data. +Intel Metrics Discovery Application Programming Interface creates an abstraction +level between Intel graphics hardware and applications, providing access to +detailed GPU performance data. %package devel Summary: Development files for %{name} Requires: %{name} = %{version}-%{release} %description devel -Intel Metrics Discovery Application Programming Interface creates an -abstraction level between Intel graphics hardware and applications, providing -access to detailed GPU performance data. - +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. %prep %autosetup -n %{upstream_name}-%{upstream_name}-%{version} @@ -44,19 +43,17 @@ %cmake_install %files -%defattr(-,root,root,-) %config(noreplace) -%{_libdir}/libigdmd.so.* +%{_libdir}/libigdmd.so.%{version} +%{_libdir}/libigdmd.so.1 %license LICENSE.md %doc README.md %files devel -%defattr(-,root,root,-) %config(noreplace) %{_libdir}/libigdmd.so %{_includedir}/metrics_discovery_api.h %{_libdir}/pkgconfig/libigdmd.pc - %changelog %autochangelog -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2404632 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202404632%23c3 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
