From 157daae556755484425b818f81ea1bebd3812fea Mon Sep 17 00:00:00 2001 From: freetz Date: Sat, 19 Nov 2005 18:32:11 +0000 Subject: [PATCH 1/1] - initial Changed files: galago-daemon.spec -> 1.1 --- galago-daemon.spec | 49 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 galago-daemon.spec diff --git a/galago-daemon.spec b/galago-daemon.spec new file mode 100644 index 0000000..404a7b6 --- /dev/null +++ b/galago-daemon.spec @@ -0,0 +1,49 @@ +Summary: Galago daemon +Summary(pl): Demon Galago +Name: galago-daemon +Version: 0.3.4 +Release: 1 +License: GPL v2+ +Group: Applications/System +Source0: http://www.galago-project.org/files/releases/source/galago-daemon/%{name}-%{version}.tar.gz +# Source0-md5: 958ea4a9e1be61cb5e5f35f75a9bfede +URL: http://www.galago-project.org/ +BuildRequires: glib2-devel >= 2.2.2 +BuildRequires: libgalago-devel >= 0.3.3 +BuildRequires: pkgconfig +Requires: dbus >= 0.30 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Galago "presence" daemon is the center of all presence transactions +for Galago. This service is automatically launched by D-BUS when +needed. + +%description -l pl +Demon stanu obecno¶ci Galago jest centrum wszystkich transakcji Galago. +Us³uga ta jest w razie potrzeby automatycznie uruchamiana przez D-BUS. + +%prep +%setup -q + +%build +cp -f /usr/share/automake/config.sub . +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README +%attr(755,root,root) %{_libexecdir}/* +%{_datadir}/dbus-1/services/*.service +%{_sysconfdir}/dbus-1/system.d/* +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dbus-1/system.d/galago-daemon.conf -- 2.44.0