]> git.pld-linux.org Git - packages/accountsservice.git/commitdiff
- updated to 0.6.17 auto/th/accountsservice-0_6_17-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sun, 1 Apr 2012 21:30:43 +0000 (21:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- changed R: ConsoleKit to Suggests; now both, ConsoleKit and systemd-logind
  are supported

Changed files:
    accountsservice.spec -> 1.23

accountsservice.spec

index c049dfafa3d9940df3768876b90d7396471b94f3..9f38af877c59458becb237ceabe00e6beafdcd49 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       D-Bus interface for user accounts management
 Summary(pl.UTF-8):     Interfejs D-Bus do zarządzania kontami użytkowników
 Name:          accountsservice
-Version:       0.6.15
-Release:       6
+Version:       0.6.17
+Release:       1
 License:       GPL v3
 Group:         Applications/System
-Source0:       http://cgit.freedesktop.org/accountsservice/snapshot/%{name}-%{version}.tar.bz2
-# Source0-md5: 939e58e57334801ca578b182a09141c4
+Source0:       http://cgit.freedesktop.org/accountsservice/snapshot/%{name}-%{version}.tar.xz
+# Source0-md5: 684ee758685fe9af4f579023172246c5
 URL:           http://cgit.freedesktop.org/accountsservice/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -21,10 +21,13 @@ BuildRequires:      libxslt-progs
 BuildRequires: pkgconfig
 BuildRequires: polkit-devel >= 0.102
 BuildRequires: rpmbuild(macros) >= 1.641
+BuildRequires: systemd-devel
+BuildRequires: tar >= 1:1.22
 BuildRequires: xmlto
-Requires:      ConsoleKit
+BuildRequires: xz
 Requires:      polkit >= 0.102
 Requires:      systemd-units >= 0.38
+Suggests:      ConsoleKit
 Obsoletes:     accountsservice-systemd
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -66,6 +69,18 @@ accountsservice static library.
 %description static -l pl.UTF-8
 Statyczna biblioteka accountsservice.
 
+%package -n vala-accountsservice
+Summary:       accountsservice API for Vala language
+Summary(pl.UTF-8):     API accountsservice dla języka Vala
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description -n vala-accountsservice
+accountsservice API for Vala language.
+
+%description -n vala-accountsservice -l pl.UTF-8
+API accountsservice dla języka Vala.
+
 %prep
 %setup -q
 
@@ -138,3 +153,8 @@ rm -rf $RPM_BUILD_ROOT
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libaccountsservice.a
+
+%files -n vala-accountsservice
+%defattr(644,root,root,755)
+%{_datadir}/vala/vapi/accountsservice.deps
+%{_datadir}/vala/vapi/accountsservice.vapi
This page took 0.123852 seconds and 4 git commands to generate.