1 Star 0 Fork 13

YukariChiba/accountsservice

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
accountsservice.spec 2.57 KB
一键复制 编辑 原始数据 按行查看 历史
YukariChiba 提交于 2022-04-13 15:16 . Upgrade version to 22.08.8
Name: accountsservice
Version: 22.08.8
Release: 1
Summary: D-Bus service for accessing the list of user accounts and information attached to those accounts.
License: GPLv3+
URL: https://www.freedesktop.org/wiki/Software/AccountsService/
Source0: https://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz
BuildRequires: gtk-doc polkit-devel libxslt pkgconfig(dbus-1) systemd systemd-devel
BuildRequires: meson gobject-introspection-devel gettext-devel glib2-devel vala
Requires: polkit shadow-utils
%systemd_requires
%description
AccountsService has been developed in and is used by the GNOME
project but should be usable in other desktops. It is a young
project and is being kept pliable to update to requirements as
they arise.
%package libs
Summary: The library for client-side to interact with accountsservice
Requires: accountsservice = %{version}-%{release}
%description libs
Applications use library that %{name}-libs package provides to interact with the
accountsservice daemon.
%package devel
Summary: %{name}-libs development files
Requires: accountsservice-libs = %{version}-%{release}
%description devel
The headers and other files that required to build the %{name}-libs application
are contained in %{name}-devel package.
%package_help
%prep
%autosetup -n %{name}-%{version}
%build
%meson -Dgtk_doc=true
%meson_build
%install
%meson_install
%post
%systemd_post accounts-daemon.service
%preun
%systemd_preun accounts-daemon.service
%postun
%systemd_postun accounts-daemon.service
%ldconfig_scriptlets libs
%files
%doc AUTHORS
%license COPYING
%dir %{_localstatedir}/lib/AccountsService/
%dir %{_localstatedir}/lib/AccountsService/icons/
%dir %{_localstatedir}/lib/AccountsService/users/
%{_datadir}/polkit-1/actions/*.policy
%{_datadir}/locale/
%{_datadir}/dbus-1/interfaces/*.xml
%{_datadir}/dbus-1/system-services/*.service
%{_libexecdir}/accounts-daemon
%{_unitdir}/accounts-daemon.service
%{_sysconfdir}/dbus-1/system.d/*.conf
%files libs
%{_libdir}/*.so.*
%{_libdir}/girepository-1.0/*.typelib
%files devel
%{_datadir}/gir-1.0/*.gir
%{_libdir}/libaccountsservice.so
%{_libdir}/pkgconfig/accountsservice.pc
%{_includedir}/accountsservice-1.0/act/*.h
%files help
%doc README.md
%{_datadir}/gtk-doc/html/libaccountsservice/*
%changelog
* Wed Apr 13 2022 YukariChiba <i@0x7f.cc> - 22.08.8-1
- Upgrade version to 22.08.8
* Thu Jan 28 2021 yanglu <yanglu60@huawei.com> - 0.6.55-1
- Version update
* Fri Sep 06 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.6.54-2
- Package Init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/YukariChiba/accountsservice.git
git@gitee.com:YukariChiba/accountsservice.git
YukariChiba
accountsservice
accountsservice
master

搜索帮助