automatic version update by autodist [release 0.2.0-1mamba;Wed Nov 06 2024]
This commit is contained in:
parent
19e0c3270a
commit
7be39f9cfa
@ -1,5 +1,5 @@
|
||||
Name: libdbusmenu-lxqt
|
||||
Version: 0.1.0
|
||||
Version: 0.2.0
|
||||
Release: 1mamba
|
||||
Summary: A Qt implementation of the DBusMenu protocol
|
||||
Group: System/Libraries
|
||||
@ -11,10 +11,13 @@ Source: https://github.com/lxqt/libdbusmenu-lxqt.git/%{version}/libdbusme
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt6Core
|
||||
BuildRequires: libQt6DBus
|
||||
BuildRequires: libQt6Gui
|
||||
BuildRequires: libQt6Widgets
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
|
||||
@ -45,9 +48,6 @@ This package contains libraries and header files for developing applications tha
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libdbusmenu-lxqt.so.*
|
||||
@ -61,8 +61,11 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_libdir}/cmake/dbusmenu-lxqt/dbusmenu-lxqt-*.cmake
|
||||
%{_libdir}/libdbusmenu-lxqt.so
|
||||
%{_libdir}/pkgconfig/dbusmenu-lxqt.pc
|
||||
%doc NEWS README
|
||||
%doc NEWS
|
||||
|
||||
%changelog
|
||||
* Wed Nov 06 2024 Automatic Build System <autodist@openmamba.org> 0.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 26 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.0-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user