move gir file to devel package to avoid a conflict with current libgtop [release 2.36.0-3mamba;Mon Mar 18 2019]

This commit is contained in:
Silvan Calarco 2024-01-06 04:33:06 +01:00
parent b6948b76e2
commit 6d026a1069

View File

@ -3,7 +3,7 @@
Name: libgtop10 Name: libgtop10
Version: 2.36.0 Version: 2.36.0
Release: 2mamba Release: 3mamba
Summary: A library that fetches information about the running system Summary: A library that fetches information about the running system
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -49,20 +49,9 @@ Install this package if you wish to develop applications that access information
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post
/sbin/ldconfig
%install_info %{name}2.info
:
%preun
/sbin/ldconfig
%uninstall_info %{name}2.info
:
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/*.so.* %{_libdir}/*.so.*
%{_libdir}/girepository-1.0/GTop-2.0.typelib
%doc AUTHORS COPYING %doc AUTHORS COPYING
%files devel -f libgtop.lang %files devel -f libgtop.lang
@ -74,6 +63,7 @@ Install this package if you wish to develop applications that access information
%{_libdir}/*.a %{_libdir}/*.a
%{_libdir}/*.la %{_libdir}/*.la
%{_libdir}/*.so %{_libdir}/*.so
%{_libdir}/girepository-1.0/GTop-2.0.typelib
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%{_datadir}/gtk-doc/html/libgtop/* %{_datadir}/gtk-doc/html/libgtop/*
%{_datadir}/gir-1.0/GTop-2.0.gir %{_datadir}/gir-1.0/GTop-2.0.gir
@ -81,6 +71,9 @@ Install this package if you wish to develop applications that access information
%doc ChangeLog NEWS README %doc ChangeLog NEWS README
%changelog %changelog
* Mon Mar 18 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.36.0-3mamba
- move gir file to devel package to avoid a conflict with current libgtop
* Mon Aug 27 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.36.0-2mamba * Mon Aug 27 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.36.0-2mamba
- legacy package - legacy package