automatic version update by autodist [release 5.60.0-1mamba;Sun Jul 21 2019]

This commit is contained in:
Automatic Build System 2024-01-06 03:20:50 +01:00
parent 7e44e23e23
commit d740b66a4c

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
Name: kwallet Name: kwallet
Version: 5.59.0 Version: 5.60.0
Release: 1mamba Release: 1mamba
Summary: Safe desktop-wide storage for passwords Summary: Safe desktop-wide storage for passwords
Group: System/Libraries Group: System/Libraries
@ -34,7 +34,6 @@ BuildRequires: libqt5-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: cmake BuildRequires: cmake
#BuildRequires: libgpgmepp-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
@ -66,7 +65,7 @@ This package contains libraries and header files for developing applications tha
%patch0 -p1 %patch0 -p1
%build %build
%cmake -d build %cmake_kde5 -d build
%make %make
%install %install
@ -83,7 +82,6 @@ This package contains libraries and header files for developing applications tha
%files -f %{name}5_qt.lang %files -f %{name}5_qt.lang
%defattr(-,root,root) %defattr(-,root,root)
%{_sysconfdir}/xdg/kwallet.categories
%{_bindir}/kwalletd5 %{_bindir}/kwalletd5
%{_bindir}/kwallet-query %{_bindir}/kwallet-query
%{_datadir}/dbus-1/interfaces/kf5_org.kde.KWallet.xml %{_datadir}/dbus-1/interfaces/kf5_org.kde.KWallet.xml
@ -91,6 +89,7 @@ This package contains libraries and header files for developing applications tha
%{_datadir}/dbus-1/services/org.kde.kwalletd5.service %{_datadir}/dbus-1/services/org.kde.kwalletd5.service
%{_datadir}/knotifications5/kwalletd.notifyrc %{_datadir}/knotifications5/kwalletd.notifyrc
%{_datadir}/kservices5/kwalletd5.desktop %{_datadir}/kservices5/kwalletd5.desktop
%{_datadir}/qlogging-categories5/kwallet.categories
%{_mandir}/man1/kwallet-query.1* %{_mandir}/man1/kwallet-query.1*
%files -n lib%{name} %files -n lib%{name}
@ -108,10 +107,13 @@ This package contains libraries and header files for developing applications tha
%{_libdir}/cmake/KF5Wallet/KF5Wallet*.cmake %{_libdir}/cmake/KF5Wallet/KF5Wallet*.cmake
%{_libdir}/libKF5Wallet.so %{_libdir}/libKF5Wallet.so
%{_libdir}/libkwalletbackend5.so %{_libdir}/libkwalletbackend5.so
/usr/mkspecs/modules/qt_KWallet.pri %{_kde5_mkspecsdir}/qt_KWallet.pri
%doc README.md %doc README.md
%changelog %changelog
* Sun Jul 21 2019 Automatic Build System <autodist@mambasoft.it> 5.60.0-1mamba
- automatic version update by autodist
* Thu Jun 13 2019 Automatic Build System <autodist@mambasoft.it> 5.59.0-1mamba * Thu Jun 13 2019 Automatic Build System <autodist@mambasoft.it> 5.59.0-1mamba
- automatic version update by autodist - automatic version update by autodist