automatic version update by autodist [release 6.0.2-1mamba;Wed Mar 13 2024]
This commit is contained in:
parent
a0448edd50
commit
637c715f3d
@ -1,4 +1,4 @@
|
||||
# kwallet-pam
|
||||
|
||||
KDE Plasma 5 kwallet login integration with PAM.
|
||||
KDE Plasma kwallet login integration with PAM.
|
||||
|
||||
|
@ -1,15 +1,15 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
%define plasmaver %(echo %version | cut -d. -f1-3)
|
||||
Name: kwallet-pam
|
||||
Version: 5.27.10
|
||||
Version: 6.0.2
|
||||
Release: 1mamba
|
||||
Summary: KDE Plasma 5 kwallet login integration with PAM
|
||||
Summary: KDE Plasma kwallet login integration with PAM
|
||||
Group: Applications/Security
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://kde.org/
|
||||
Source: https://download.kde.org/stable/plasma/%{plasmaver}/kwallet-pam-%{version}.tar.xz
|
||||
URL: https://kde.org/it/plasma-desktop/
|
||||
Source: https://download.kde.org/%{stable_kf6}/plasma/%{plasmaver}/kwallet-pam-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -18,12 +18,12 @@ BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libpam-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRequires: rpm-macros-kde5
|
||||
BuildRequires: kf6-rpm-macros
|
||||
BuildRequires: extra-cmake-modules
|
||||
Requires: socat
|
||||
|
||||
%description
|
||||
KDE Plasma 5 kwallet login integration with PAM.
|
||||
KDE Plasma kwallet login integration with PAM.
|
||||
|
||||
%debug_package
|
||||
|
||||
@ -31,13 +31,13 @@ KDE Plasma 5 kwallet login integration with PAM.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kde5 -d build
|
||||
%cmake_kf6
|
||||
|
||||
%make
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
%cmake_install
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -51,6 +51,21 @@ KDE Plasma 5 kwallet login integration with PAM.
|
||||
%doc LICENSES
|
||||
|
||||
%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
|
||||
|
||||
* Fri Mar 01 2024 Automatic Build System <autodist@openmamba.org> 6.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 02 2024 Automatic Build System <autodist@openmamba.org> 5.93.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 30 2024 Automatic Build System <autodist@openmamba.org> 5.92.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 06 2023 Automatic Build System <autodist@mambasoft.it> 5.27.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user