automatic version update by autodist [release 5.22.1-1mamba;Tue Jun 15 2021]

This commit is contained in:
Automatic Build System 2024-01-06 03:33:41 +01:00
parent 2e69bc8af2
commit 57fc821f10
2 changed files with 88 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# layer-shell-qt
This component is meant for applications to be able to easily use clients based on wlr-layer-shell.

86
layer-shell-qt.spec Normal file
View File

@ -0,0 +1,86 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: layer-shell-qt
Version: 5.22.1
Release: 1mamba
Summary: KDE Plasma component meant for applications to be able to easily use clients based on wlr-layer-shell
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://kde.org
Source: https://download.kde.org/stable/plasma/%{version}/layer-shell-qt-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libglvnd-devel
BuildRequires: libqt5-devel
BuildRequires: libstdc++6-devel
BuildRequires: libwayland-devel
BuildRequires: libxkbcommon-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
BuildRequires: rpm-macros-kde5
BuildRequires: extra-cmake-modules
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description
This component is meant for applications to be able to easily use clients based on wlr-layer-shell.
%package -n lib%{name}
Group: System/Libraries
Summary: KDE Plasma component meant for applications to be able to easily use clients based on wlr-layer-shell
%description -n lib%{name}
This component is meant for applications to be able to easily use clients based on wlr-layer-shell.
This package contains shared libraries for %{name}.
%package -n lib%{name}-devel
Group: Development/Libraries
Summary: Development files for %{name}
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep
%setup -q
%build
%cmake_kde5 -d build
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -n lib%{name} -p /sbin/ldconfig
%postun -n lib%{name} -p /sbin/ldconfig
%files -n lib%{name}
%defattr(-,root,root)
%{_libdir}/libLayerShellQtInterface.so.*
%{_libdir}/qt5/plugins/wayland-shell-integration/liblayer-shell.so
%doc LICENSES
%files -n lib%{name}-devel
%defattr(-,root,root)
%dir %{_includedir}/LayerShellQt
%{_includedir}/LayerShellQt/*
%dir %{_libdir}/cmake/LayerShellQt
%{_libdir}/cmake/LayerShellQt/LayerShellQt*.cmake
%{_libdir}/libLayerShellQtInterface.so
%changelog
* Tue Jun 15 2021 Automatic Build System <autodist@mambasoft.it> 5.22.1-1mamba
- automatic version update by autodist
* Thu Jun 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.22.0-1mamba
- package created using the webbuild interface