]> git.pld-linux.org Git - packages/galago-daemon.git/blame_incremental - galago-daemon.spec
- BR: automake
[packages/galago-daemon.git] / galago-daemon.spec
... / ...
CommitLineData
1Summary: Galago daemon
2Summary(pl.UTF-8): Demon Galago
3Name: galago-daemon
4Version: 0.5.1
5Release: 1
6License: GPL v2+
7Group: Applications/System
8Source0: http://www.galago-project.org/files/releases/source/galago-daemon/%{name}-%{version}.tar.gz
9# Source0-md5: fdb81f938f86f380b127158ebb542279
10URL: http://www.galago-project.org/
11BuildRequires: automake
12BuildRequires: glib2-devel >= 1:2.12.1
13BuildRequires: libgalago-devel >= 0.5.1
14BuildRequires: pkgconfig
15Requires: dbus >= 0.91
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19Galago "presence" daemon is the center of all presence transactions
20for Galago. This service is automatically launched by D-BUS when
21needed.
22
23%description -l pl.UTF-8
24Demon stanu obecności Galago jest centrum wszystkich transakcji Galago.
25Usługa ta jest w razie potrzeby automatycznie uruchamiana przez D-BUS.
26
27%prep
28%setup -q
29
30%build
31cp -f /usr/share/automake/config.sub .
32%configure
33%{__make}
34
35%install
36rm -rf $RPM_BUILD_ROOT
37
38%{__make} install \
39 DESTDIR=$RPM_BUILD_ROOT
40
41%clean
42rm -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.04511 seconds and 4 git commands to generate.