automatic version update by autodist [release 24.02.1-1mamba;Fri Mar 22 2024]
This commit is contained in:
parent
57c5834f41
commit
4e615a94e2
39
kpmcore.spec
39
kpmcore.spec
@ -1,26 +1,27 @@
|
||||
Name: kpmcore
|
||||
Version: 24.01.75
|
||||
Version: 24.02.1
|
||||
Release: 1mamba
|
||||
Summary: Library for managing partitions
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/KDE/kpmcore
|
||||
Source: https://github.com/KDE/kpmcore.git/v%{version}/kpmcore-%{version}.tar.bz2
|
||||
URL: https://kde.org/
|
||||
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/kpmcore-%{version}.tar.xz
|
||||
Patch0: kpmcore-4.0.0-dbusdir.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libblkid-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libki18n-devel
|
||||
BuildRequires: libkwidgetsaddons-devel
|
||||
BuildRequires: libpolkit-qt5-1-devel
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libkf6-kcoreaddons-devel
|
||||
BuildRequires: libkf6-ki18n-devel
|
||||
BuildRequires: libkf6-kwidgetsaddons-devel
|
||||
BuildRequires: libpolkit-qt6-1-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
@ -47,17 +48,17 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch0 -p1
|
||||
|
||||
%build
|
||||
%cmake_kde5 -d build
|
||||
%make
|
||||
%cmake_kf6
|
||||
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
%cmake_install
|
||||
|
||||
%find_lang %{name}5_qt --with-qt --with-man --with-html --all-name || touch %{name}5_qt.lang
|
||||
%find_lang %{name} --with-qt --with-man --with-html --all-name || touch %{name}.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -65,11 +66,11 @@ This package contains libraries and header files for developing applications tha
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files -n lib%{name} -f %{name}5_qt.lang
|
||||
%files -n lib%{name} -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libkpmcore.so.*
|
||||
%dir %{_libdir}/qt5/plugins/kpmcore
|
||||
%{_libdir}/qt5/plugins/kpmcore/pm*.so
|
||||
%{_qt6_plugindir}/kpmcore/pmdummybackendplugin.so
|
||||
%{_qt6_plugindir}/kpmcore/pmsfdiskbackendplugin.so
|
||||
%{_libexecdir}/kpmcore_externalcommand
|
||||
%{_datadir}/dbus-1/system.d/org.kde.kpmcore.*.conf
|
||||
%{_datadir}/dbus-1/system-services/org.kde.kpmcore.helperinterface.service
|
||||
@ -85,6 +86,12 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_libdir}/libkpmcore.so
|
||||
|
||||
%changelog
|
||||
* Fri Mar 22 2024 Automatic Build System <autodist@openmamba.org> 24.02.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 02 2024 Automatic Build System <autodist@openmamba.org> 24.02.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 14 2023 Automatic Build System <autodist@mambasoft.it> 24.01.75-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user