|
@@ -1,6 +1,6 @@
|
|
|
|
|
|
Name: accountsservice
|
|
Name: accountsservice
|
|
-Version: 0.6.25
|
|
|
|
|
|
+Version: 0.6.30
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: D-Bus interfaces for querying and manipulating user account information
|
|
Summary: D-Bus interfaces for querying and manipulating user account information
|
|
|
|
|
|
@@ -25,6 +25,13 @@ Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
Packager: Takemikaduchi
|
|
Packager: Takemikaduchi
|
|
|
|
|
|
|
|
+
|
|
|
|
+%description
|
|
|
|
+The accountsservice project provides a set of D-Bus interfaces for
|
|
|
|
+querying and manipulating user account information and an implementation
|
|
|
|
+of these interfaces, based on the useradd, usermod and userdel commands.
|
|
|
|
+
|
|
|
|
+
|
|
%package libs
|
|
%package libs
|
|
Summary: Client-side library to talk to accountservice
|
|
Summary: Client-side library to talk to accountservice
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
@@ -46,10 +53,15 @@ The accountsservice-devel package contains headers and other
|
|
files needed to build applications that use accountsservice-libs.
|
|
files needed to build applications that use accountsservice-libs.
|
|
|
|
|
|
|
|
|
|
-%description
|
|
|
|
-The accountsservice project provides a set of D-Bus interfaces for
|
|
|
|
-querying and manipulating user account information and an implementation
|
|
|
|
-of these interfaces, based on the useradd, usermod and userdel commands.
|
|
|
|
|
|
+%package doc
|
|
|
|
+Summary: Documentation for %{name}
|
|
|
|
+Summary(ja): %{name} 用のドキュメント
|
|
|
|
+Group: Documentation
|
|
|
|
+Requires: %{name} = %{version}-%{release}
|
|
|
|
+BuildArch: noarch
|
|
|
|
+
|
|
|
|
+%description doc
|
|
|
|
+This package contains documentation for %{name}.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
%prep
|
|
@@ -82,16 +94,26 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.a
|
|
#/lib/systemd/system/accounts-daemon.service
|
|
#/lib/systemd/system/accounts-daemon.service
|
|
|
|
|
|
%files libs
|
|
%files libs
|
|
|
|
+%defattr(-,root,root,-)
|
|
%{_libdir}/libaccountsservice.so.*
|
|
%{_libdir}/libaccountsservice.so.*
|
|
%{_libdir}/girepository-1.0/AccountsService-1.0.typelib
|
|
%{_libdir}/girepository-1.0/AccountsService-1.0.typelib
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
|
|
+%defattr(-,root,root,-)
|
|
%{_includedir}/accountsservice-1.0
|
|
%{_includedir}/accountsservice-1.0
|
|
%{_libdir}/libaccountsservice.so
|
|
%{_libdir}/libaccountsservice.so
|
|
%{_libdir}/pkgconfig/accountsservice.pc
|
|
%{_libdir}/pkgconfig/accountsservice.pc
|
|
%{_datadir}/gir-1.0/AccountsService-1.0.gir
|
|
%{_datadir}/gir-1.0/AccountsService-1.0.gir
|
|
|
|
|
|
|
|
+%files doc
|
|
|
|
+%defattr(-,root,root,-)
|
|
|
|
+%{_datadir}/gtk-doc/html/libaccountsservice/
|
|
|
|
+
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Jan 13 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.30-1
|
|
|
|
+- new upstream release
|
|
|
|
+- create subpackage (%{name}-doc)
|
|
|
|
+
|
|
* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.25-1
|
|
* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.25-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|