libkaccounts-integration5: remove translations conflicting with libkaccounts-integration [release 23.08.5-3mamba;Wed Mar 20 2024]
This commit is contained in:
parent
622e55d3a9
commit
79b6ae37f8
@ -1,2 +1,4 @@
|
||||
# kaccounts-integration5
|
||||
|
||||
Accounts-SSO is the framework we are using to store secrets (tokens, passwords) and for storing Accounts (small pieces of information containing a name, a provider, etc).
|
||||
|
||||
|
395
kaccounts-integration5.spec
Normal file
395
kaccounts-integration5.spec
Normal file
@ -0,0 +1,395 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: kaccounts-integration5
|
||||
Version: 23.08.5
|
||||
Release: 3mamba
|
||||
Summary: KDE Frameworks 5 framework to store secrets
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://kde.org/
|
||||
Source: http://download.kde.org/stable/release-service/%{version}/src/kaccounts-integration-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libaccounts-qt5-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libkconfig-devel
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libkdbusaddons-devel
|
||||
BuildRequires: libkdeclarative-devel
|
||||
BuildRequires: libki18n-devel
|
||||
BuildRequires: libkio-devel
|
||||
BuildRequires: libkservice-devel
|
||||
BuildRequires: libkwallet-devel
|
||||
BuildRequires: libqcoro-qt5-devel
|
||||
BuildRequires: libsignon-qt5-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt5-qtdeclarative-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRequires: rpm-macros-kde5
|
||||
BuildRequires: extra-cmake-modules
|
||||
|
||||
%description
|
||||
Accounts-SSO is the framework we are using to store secrets (tokens, passwords) and for storing Accounts (small pieces of information containing a name, a provider, etc).
|
||||
|
||||
%package -n lib%{name}
|
||||
Group: System/Libraries
|
||||
Summary: Shared libraries for %{name}
|
||||
|
||||
%description -n lib%{name}
|
||||
This package contains shared libraries for %{name}.
|
||||
|
||||
%package -n lib%{name}-devel
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n kaccounts-integration-%{version}
|
||||
|
||||
%build
|
||||
%cmake_kde5 -d build
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
rm %{buildroot}%{_datadir}/applications/kcm_kaccounts.desktop
|
||||
rm -r %{buildroot}%{_datadir}/locale
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libkaccounts.so.*
|
||||
%{_libdir}/qt5/plugins/kf5/kded/kded_accounts.so
|
||||
%{_libdir}/qt5/plugins/kaccounts/daemonplugins/kaccounts_kio_webdav_plugin.so
|
||||
%{_libdir}/qt5/plugins/plasma/kcms/systemsettings/kcm_kaccounts.so
|
||||
%dir %{_libdir}/qt5/qml/org/kde/kaccounts
|
||||
%{_libdir}/qt5/qml/org/kde/kaccounts/*
|
||||
%dir %{_datadir}/kpackage/kcms/kcm_kaccounts
|
||||
%{_datadir}/kpackage/kcms/kcm_kaccounts/*
|
||||
%doc LICENSES
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/KAccounts
|
||||
%{_includedir}/KAccounts/*
|
||||
%dir %{_libdir}/cmake/KAccounts
|
||||
%{_libdir}/cmake/KAccounts/*.cmake
|
||||
%{_libdir}/libkaccounts.so
|
||||
|
||||
%changelog
|
||||
* Wed Mar 20 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 23.08.5-3mamba
|
||||
- libkaccounts-integration5: remove translations conflicting with libkaccounts-integration
|
||||
|
||||
* Sat Mar 09 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 23.08.5-2mamba
|
||||
- legacy package
|
||||
|
||||
* Fri Feb 16 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 08 2023 Automatic Build System <autodist@mambasoft.it> 23.08.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 09 2023 Automatic Build System <autodist@mambasoft.it> 23.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 12 2023 Automatic Build System <autodist@mambasoft.it> 23.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 14 2023 Automatic Build System <autodist@mambasoft.it> 23.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 25 2023 Automatic Build System <autodist@mambasoft.it> 23.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 07 2023 Automatic Build System <autodist@mambasoft.it> 23.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 09 2023 Automatic Build System <autodist@mambasoft.it> 23.04.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 11 2023 Automatic Build System <autodist@mambasoft.it> 23.04.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 27 2023 Automatic Build System <autodist@mambasoft.it> 23.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 03 2023 Automatic Build System <autodist@mambasoft.it> 22.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 03 2023 Automatic Build System <autodist@mambasoft.it> 22.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 05 2023 Automatic Build System <autodist@mambasoft.it> 22.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 09 2022 Automatic Build System <autodist@mambasoft.it> 22.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 04 2022 Automatic Build System <autodist@mambasoft.it> 22.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 14 2022 Automatic Build System <autodist@mambasoft.it> 22.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 08 2022 Automatic Build System <autodist@mambasoft.it> 22.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 18 2022 Automatic Build System <autodist@mambasoft.it> 22.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 08 2022 Automatic Build System <autodist@mambasoft.it> 22.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 10 2022 Automatic Build System <autodist@mambasoft.it> 22.04.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 12 2022 Automatic Build System <autodist@mambasoft.it> 22.04.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 21 2022 Automatic Build System <autodist@mambasoft.it> 22.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 03 2022 Automatic Build System <autodist@mambasoft.it> 21.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 04 2022 Automatic Build System <autodist@mambasoft.it> 21.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 06 2022 Automatic Build System <autodist@mambasoft.it> 21.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 09 2021 Automatic Build System <autodist@mambasoft.it> 21.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 04 2021 Automatic Build System <autodist@mambasoft.it> 21.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 08 2021 Automatic Build System <autodist@mambasoft.it> 21.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 02 2021 Automatic Build System <autodist@mambasoft.it> 21.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 12 2021 Automatic Build System <autodist@mambasoft.it> 21.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jul 08 2021 Automatic Build System <autodist@mambasoft.it> 21.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 10 2021 Automatic Build System <autodist@mambasoft.it> 21.04.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 13 2021 Automatic Build System <autodist@mambasoft.it> 21.04.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 22 2021 Automatic Build System <autodist@mambasoft.it> 21.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 05 2021 Automatic Build System <autodist@mambasoft.it> 20.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 05 2021 Automatic Build System <autodist@mambasoft.it> 20.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 07 2021 Automatic Build System <autodist@mambasoft.it> 20.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 18 2020 Automatic Build System <autodist@mambasoft.it> 20.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 05 2020 Automatic Build System <autodist@mambasoft.it> 20.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 10 2020 Automatic Build System <autodist@mambasoft.it> 20.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 03 2020 Automatic Build System <autodist@mambasoft.it> 20.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 15 2020 Automatic Build System <autodist@mambasoft.it> 20.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 10 2020 Automatic Build System <autodist@mambasoft.it> 20.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 12 2020 Automatic Build System <autodist@mambasoft.it> 20.04.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 15 2020 Automatic Build System <autodist@mambasoft.it> 20.04.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 24 2020 Automatic Build System <autodist@mambasoft.it> 20.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 05 2020 Automatic Build System <autodist@mambasoft.it> 19.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 06 2020 Automatic Build System <autodist@mambasoft.it> 19.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 09 2020 Automatic Build System <autodist@mambasoft.it> 19.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 31 2019 Automatic Build System <autodist@mambasoft.it> 19.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 07 2019 Automatic Build System <autodist@mambasoft.it> 19.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 10 2019 Automatic Build System <autodist@mambasoft.it> 19.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 10 2019 Automatic Build System <autodist@mambasoft.it> 19.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 28 2019 Automatic Build System <autodist@mambasoft.it> 19.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 12 2019 Automatic Build System <autodist@mambasoft.it> 19.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 07 2019 Automatic Build System <autodist@mambasoft.it> 19.04.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 11 2019 Automatic Build System <autodist@mambasoft.it> 19.04.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 19 2019 Automatic Build System <autodist@mambasoft.it> 19.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 07 2019 Automatic Build System <autodist@mambasoft.it> 18.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 07 2019 Automatic Build System <autodist@mambasoft.it> 18.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 11 2019 Automatic Build System <autodist@mambasoft.it> 18.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 14 2018 Automatic Build System <autodist@mambasoft.it> 18.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Nov 11 2018 Automatic Build System <autodist@mambasoft.it> 18.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 11 2018 Automatic Build System <autodist@mambasoft.it> 18.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 06 2018 Automatic Build System <autodist@mambasoft.it> 18.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 22 2018 Automatic Build System <autodist@mambasoft.it> 18.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 13 2018 Automatic Build System <autodist@mambasoft.it> 18.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 07 2018 Automatic Build System <autodist@mambasoft.it> 18.04.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 10 2018 Automatic Build System <autodist@mambasoft.it> 18.04.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 21 2018 Automatic Build System <autodist@mambasoft.it> 18.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 08 2018 Automatic Build System <autodist@mambasoft.it> 17.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 09 2018 Automatic Build System <autodist@mambasoft.it> 17.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 11 2018 Automatic Build System <autodist@mambasoft.it> 17.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 20 2017 Automatic Build System <autodist@mambasoft.it> 17.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 10 2017 Automatic Build System <autodist@mambasoft.it> 17.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 12 2017 Automatic Build System <autodist@mambasoft.it> 17.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 08 2017 Automatic Build System <autodist@mambasoft.it> 17.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 22 2017 Automatic Build System <autodist@mambasoft.it> 17.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 05 2017 Automatic Build System <autodist@mambasoft.it> 17.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jun 25 2017 Automatic Build System <autodist@mambasoft.it> 17.04.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 10 2017 Automatic Build System <autodist@mambasoft.it> 16.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 10 2017 Automatic Build System <autodist@mambasoft.it> 16.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 13 2017 Automatic Build System <autodist@mambasoft.it> 16.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Dec 17 2016 Automatic Build System <autodist@mambasoft.it> 16.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 11 2016 Automatic Build System <autodist@mambasoft.it> 16.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 14 2016 Automatic Build System <autodist@mambasoft.it> 16.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 08 2016 Automatic Build System <autodist@mambasoft.it> 16.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 26 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 16.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 27 2016 Automatic Build System <autodist@mambasoft.it> 16.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 16 2016 Automatic Build System <autodist@mambasoft.it> 15.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Feb 16 2016 Automatic Build System <autodist@mambasoft.it> 15.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 12 2016 Automatic Build System <autodist@mambasoft.it> 15.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Dec 20 2015 Automatic Build System <autodist@mambasoft.it> 15.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 11 2015 Automatic Build System <autodist@mambasoft.it> 15.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 13 2015 Automatic Build System <autodist@mambasoft.it> 15.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Sep 20 2015 Automatic Build System <autodist@mambasoft.it> 15.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Aug 23 2015 Automatic Build System <autodist@mambasoft.it> 15.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Aug 16 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 15.04.3-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user