]> git.pld-linux.org Git - packages/galago-daemon.git/blame - galago-daemon.spec
- BR: automake
[packages/galago-daemon.git] / galago-daemon.spec
CommitLineData
157daae5 1Summary: Galago daemon
c785684a 2Summary(pl.UTF-8): Demon Galago
157daae5 3Name: galago-daemon
bb6bb636
MB
4Version: 0.5.1
5Release: 1
157daae5 6License: GPL v2+
7Group: Applications/System
8Source0: http://www.galago-project.org/files/releases/source/galago-daemon/%{name}-%{version}.tar.gz
bb6bb636 9# Source0-md5: fdb81f938f86f380b127158ebb542279
157daae5 10URL: http://www.galago-project.org/
c06004d5 11BuildRequires: automake
4a05c03e 12BuildRequires: glib2-devel >= 1:2.12.1
fd56eadb 13BuildRequires: libgalago-devel >= 0.5.1
157daae5 14BuildRequires: pkgconfig
4a05c03e 15Requires: dbus >= 0.91
157daae5 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
da9d5af3
JR
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.
157daae5 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
475fe4d0 47%attr(755,root,root) %{_libexecdir}/galago-daemon
157daae5 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.152124 seconds and 4 git commands to generate.