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:
parent
b6948b76e2
commit
6d026a1069
@ -3,7 +3,7 @@
|
||||
|
||||
Name: libgtop10
|
||||
Version: 2.36.0
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: A library that fetches information about the running system
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -49,20 +49,9 @@ Install this package if you wish to develop applications that access information
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
%install_info %{name}2.info
|
||||
:
|
||||
|
||||
%preun
|
||||
/sbin/ldconfig
|
||||
%uninstall_info %{name}2.info
|
||||
:
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/girepository-1.0/GTop-2.0.typelib
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel -f libgtop.lang
|
||||
@ -74,6 +63,7 @@ Install this package if you wish to develop applications that access information
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.la
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/girepository-1.0/GTop-2.0.typelib
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_datadir}/gtk-doc/html/libgtop/*
|
||||
%{_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
|
||||
|
||||
%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
|
||||
- legacy package
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user