]> git.pld-linux.org Git - packages/galago-daemon.git/commitdiff
- initial AC-branch auto/th/galago-daemon-0_3_4-1
authorfreetz <freetz@pld-linux.org>
Sat, 19 Nov 2005 18:32:11 +0000 (18:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    galago-daemon.spec -> 1.1

galago-daemon.spec [new file with mode: 0644]

diff --git a/galago-daemon.spec b/galago-daemon.spec
new file mode 100644 (file)
index 0000000..404a7b6
--- /dev/null
@@ -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
This page took 0.110268 seconds and 4 git commands to generate.