]> git.pld-linux.org Git - SPECS.git/blob - galago-daemon.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / galago-daemon.spec
1 Summary:        Galago daemon
2 Summary(pl.UTF-8):      Demon Galago
3 Name:           galago-daemon
4 Version:        0.5.1
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/System
8 Source0:        http://www.galago-project.org/files/releases/source/galago-daemon/%{name}-%{version}.tar.gz
9 # Source0-md5:  fdb81f938f86f380b127158ebb542279
10 URL:            http://www.galago-project.org/
11 BuildRequires:  automake
12 BuildRequires:  glib2-devel >= 1:2.12.1
13 BuildRequires:  libgalago-devel >= 0.5.1
14 BuildRequires:  pkgconfig
15 Requires:       dbus >= 0.91
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Galago "presence" daemon is the center of all presence transactions
20 for Galago. This service is automatically launched by D-BUS when
21 needed.
22     
23 %description -l pl.UTF-8
24 Demon stanu obecności Galago jest centrum wszystkich transakcji Galago.
25 Usługa ta jest w razie potrzeby automatycznie uruchamiana przez D-BUS.
26
27 %prep
28 %setup -q
29
30 %build
31 cp -f /usr/share/automake/config.sub .
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc AUTHORS ChangeLog NEWS README
47 %attr(755,root,root) %{_libexecdir}/galago-daemon
48 %{_datadir}/dbus-1/services/*.service
49 %{_sysconfdir}/dbus-1/system.d/*
50 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dbus-1/system.d/galago-daemon.conf
This page took 0.436515 seconds and 3 git commands to generate.