automatic version update by autodist [release 0.15.0-1mamba;Fri Jan 17 2025]
This commit is contained in:
parent
47f775edd6
commit
cab1778e76
@ -1,5 +1,5 @@
|
|||||||
Name: qtkeychain
|
Name: qtkeychain
|
||||||
Version: 0.14.3
|
Version: 0.15.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Platform-independent Qt API for storing passwords securely
|
Summary: Platform-independent Qt API for storing passwords securely
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -11,12 +11,14 @@ Source: https://github.com/frankosterfeld/qtkeychain.git/%{version}/qtkey
|
|||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libQt5Core
|
||||||
|
BuildRequires: libQt5DBus
|
||||||
|
BuildRequires: libQt6Core
|
||||||
|
BuildRequires: libQt6DBus
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libsecret-devel
|
BuildRequires: libsecret-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: qt5-qtbase-devel
|
|
||||||
BuildRequires: qt6-qtbase-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
@ -56,7 +58,6 @@ Requires: lib%{name}-qt6 = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description -n lib%{name}-qt6-devel
|
%description -n lib%{name}-qt6-devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -82,8 +83,6 @@ cd ..
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n lib%{name} -p /sbin/ldconfig
|
|
||||||
%postun -n lib%{name} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -127,6 +126,9 @@ cd ..
|
|||||||
%{_libdir}/cmake/Qt6Keychain/Qt6Keychain*.cmake
|
%{_libdir}/cmake/Qt6Keychain/Qt6Keychain*.cmake
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 17 2025 Automatic Build System <autodist@openmamba.org> 0.15.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat May 04 2024 Automatic Build System <autodist@openmamba.org> 0.14.3-1mamba
|
* Sat May 04 2024 Automatic Build System <autodist@openmamba.org> 0.14.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user