automatic version update by autodist [release 6.0.2-1mamba;Wed Mar 13 2024]
This commit is contained in:
parent
3fd47a583b
commit
965c13ad02
99
plasma5support.spec
Normal file
99
plasma5support.spec
Normal file
@ -0,0 +1,99 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
%define plasmaver %(echo %version | cut -d. -f1-3)
|
||||
|
||||
Name: plasma5support
|
||||
Version: 6.0.2
|
||||
Release: 1mamba
|
||||
Summary: KDE Plasma support for Plasma
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://kde.org/it/plasma-desktop/
|
||||
Source: https://download.kde.org/%{stable_kf6}/plasma/%{plasmaver}/plasma5support-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libkf6-kconfig-devel
|
||||
BuildRequires: libkf6-kcoreaddons-devel
|
||||
BuildRequires: libkf6-ki18n-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: qt6-qtdeclarative-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRequires: kf6-rpm-macros
|
||||
BuildRequires: extra-cmake-modules
|
||||
|
||||
%description
|
||||
KDE Plasma support for Plasma.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kf6
|
||||
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%cmake_install
|
||||
|
||||
%find_lang %{name} --with-qt --with-man --with-html --all-name || touch %{name}.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libPlasma5Support.so.*
|
||||
%{_qt6_qmldir}/org/kde/plasma/plasma5support/*
|
||||
%{_datadir}/plasma5support/services/dataengineservice.operations
|
||||
%{_datadir}/plasma5support/services/plasmoidservice.operations
|
||||
%{_datadir}/plasma5support/services/storage.operations
|
||||
%{_datadir}/qlogging-categories6/plasma5support.categories
|
||||
%{_datadir}/qlogging-categories6/plasma5support.renamecategories
|
||||
%doc LICENSES
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/Plasma5Support
|
||||
%{_includedir}/Plasma5Support/*
|
||||
%{_libdir}/libPlasma5Support.so
|
||||
%dir %{_libdir}/cmake/Plasma5Support
|
||||
%{_libdir}/cmake/Plasma5Support/Plasma5Support*.cmake
|
||||
%dir %{_qt6_qmldir}/org/kde/plasma/plasma5support
|
||||
%{_qt6_docdir}/Plasma5Support.*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 13 2024 Automatic Build System <autodist@openmamba.org> 6.0.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 06 2024 Automatic Build System <autodist@openmamba.org> 6.0.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Mar 04 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 6.0.0-1mamba
|
||||
- update to 6.0.0
|
||||
|
||||
* Fri Feb 02 2024 Automatic Build System <autodist@openmamba.org> 5.93.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 31 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 5.92.0-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user