- Update to 3.0.0:
* Major backwards incompatible changes to the API to make it more aligned to official LXQt project name * Biggest change is the namespace change from "LxQt" to "LXQt" - Create new subpackage liblxqt-wallet for library - Update Summary - Add information about storage backends that can be used OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-wallet?expand=0&rev=2
This commit is contained in:
parent
1075728400
commit
7059d413af
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 2 11:23:27 UTC 2016 - mvetter@suse.com
|
||||||
|
|
||||||
|
- Update to 3.0.0:
|
||||||
|
* Major backwards incompatible changes to the API to make it more aligned to official LXQt project name
|
||||||
|
* Biggest change is the namespace change from "LxQt" to "LXQt"
|
||||||
|
- Create new subpackage liblxqt-wallet for library
|
||||||
|
- Update Summary
|
||||||
|
- Add information about storage backends that can be used
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 17 12:17:51 UTC 2016 - avvissu@yandex.ru
|
Sat Mar 17 12:17:51 UTC 2016 - avvissu@yandex.ru
|
||||||
|
|
||||||
|
@ -15,34 +15,47 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
%define c_lib lib%{name}3_0_0
|
||||||
%define srcname lxqt_wallet
|
%define srcname lxqt_wallet
|
||||||
Name: lxqt-wallet
|
Name: lxqt-wallet
|
||||||
Version: 2.2.0
|
Version: 3.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Secure storage of information for lxqt
|
Summary: Secure storage of information for LXQt
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Group: System/GUI/LXQt
|
Group: System/GUI/LXQt
|
||||||
Url: https://github.com/mhogomchungu/lxqt_wallet
|
Url: https://github.com/mhogomchungu/lxqt_wallet
|
||||||
Source0: https://github.com/mhogomchungu/lxqt_wallet/archive/%{version}.tar.gz#/%{srcname}-%{version}.tar.gz
|
Source0: https://github.com/mhogomchungu/lxqt_wallet/archive/%{version}.tar.gz#/%{srcname}-%{version}.tar.gz
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: libqt5-linguist-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
# Uses internal storage system
|
||||||
|
BuildRequires: libgcrypt-devel
|
||||||
|
# Uses kwallet as backend
|
||||||
|
BuildRequires: cmake(KF5Wallet)
|
||||||
|
BuildRequires: cmake(KF5Notifications)
|
||||||
|
# Could also use gnome secret service
|
||||||
|
#BuildRequires: libsecret-devel
|
||||||
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5Gui)
|
BuildRequires: pkgconfig(Qt5Gui)
|
||||||
BuildRequires: pkgconfig(Qt5Widgets)
|
BuildRequires: pkgconfig(Qt5Widgets)
|
||||||
BuildRequires: cmake(KF5Notifications)
|
|
||||||
BuildRequires: cmake(KF5Wallet)
|
|
||||||
BuildRequires: libgcrypt-devel
|
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Secure storage of information in kwallet that can be presented in
|
Secure storage of information in kwallet that can be presented in
|
||||||
key-values pair like user names-passwords pairs.
|
key-values pair like user names-passwords pairs.
|
||||||
|
|
||||||
|
%package -n %{c_lib}
|
||||||
|
Summary: Library for %{name}
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
|
%description -n %{c_lib}
|
||||||
|
This package contains the library files for %{name}.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
Requires: %{c_lib} = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains the header files needed to develop application that
|
This package contains the header files needed to develop application that
|
||||||
@ -64,19 +77,29 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
|
||||||
|
%post -n %{c_lib} -p /sbin/ldconfig
|
||||||
|
%postun -n %{c_lib} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc LICENSE README* changelog
|
%doc LICENSE README* changelog
|
||||||
%{_bindir}/%{srcname}*
|
%{_bindir}/lxqt_wallet-cli
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/lxqt/
|
%{_includedir}/lxqt/
|
||||||
|
%{_libdir}/pkgconfig/lxqt-wallet.pc
|
||||||
|
%{_libdir}/liblxqt-wallet.so
|
||||||
|
|
||||||
|
%files -n %{c_lib}
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/liblxqt-wallet.so.3.0.0
|
||||||
|
|
||||||
%files lang
|
%files lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_datadir}/%{srcname}
|
%dir %{_datadir}/lxqt
|
||||||
%dir %{_datadir}/%{srcname}/translations*
|
%dir %{_datadir}/lxqt/translations/
|
||||||
%{_datadir}/%{srcname}/translations*/*.qm
|
%dir %{_datadir}/lxqt/translations/lxqt-wallet/
|
||||||
|
%{_datadir}/lxqt/translations/lxqt-wallet/*.qm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:242446338ed2508b79b4d906473cca241325b720f3fa77fb96db93afb2d12ef7
|
|
||||||
size 270505
|
|
3
lxqt_wallet-3.0.0.tar.gz
Normal file
3
lxqt_wallet-3.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:47c19a3d70e28df9e783aabaa85ca38c497f18d1577c2c2fe5ca9afe45e5bdbe
|
||||||
|
size 264342
|
Loading…
x
Reference in New Issue
Block a user