33 lines
719 B
RPMSpec
33 lines
719 B
RPMSpec
Name: dde-account-faces
|
|
Version: 1.0.12.1
|
|
Release: 1
|
|
Summary: Account faces for Linux Deepin
|
|
License: GPLv2+
|
|
URL: https://github.com/linuxdeepin/dde-account-faces
|
|
Source0: %{name}-%{version}.orig.tar.xz
|
|
BuildArch: noarch
|
|
|
|
Requires: accountsservice
|
|
Conflicts: deepin-system-settings-module-account
|
|
|
|
%description
|
|
Account faces for Linux Deepin
|
|
|
|
%prep
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
%build
|
|
|
|
%install
|
|
%make_install
|
|
|
|
%files
|
|
%{_sharedstatedir}/AccountsService/icons/*
|
|
|
|
%changelog
|
|
* Tue Jul 19 2022 konglidong <konglidong@uniontech.com> - 1.0.12.1-1
|
|
- update to 1.0.12.1
|
|
|
|
* Thu Sep 10 2020 chenbo pan <panchenbo@uniontech.com> - 1.0.11-1
|
|
- Initial package build
|