[zeitgeist-datahub/f15] Initial commit

Deji Akingunola deji at fedoraproject.org
Fri May 13 13:43:19 UTC 2011


commit 1f48f139c391a4dc2682fb6e06e944cab3c3bb2b
Author: Deji Akingunola <dakingun at mail.com>
Date:   Fri May 13 09:44:33 2011 -0400

    Initial commit

 .gitignore             |    1 +
 sources                |    1 +
 zeitgeist-datahub.spec |   41 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 43 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..567877c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/zeitgeist-datahub-0.7.0.tar.gz
diff --git a/sources b/sources
index e69de29..4a33367 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ebf822fc4aafbfe93784db60e1f9917a  zeitgeist-datahub-0.7.0.tar.gz
diff --git a/zeitgeist-datahub.spec b/zeitgeist-datahub.spec
new file mode 100644
index 0000000..c62a3ee
--- /dev/null
+++ b/zeitgeist-datahub.spec
@@ -0,0 +1,41 @@
+Summary:	The zeitgeist engine data logger
+Name:		zeitgeist-datahub
+Version:	0.7.0
+Release:	2%{?dist}
+Group:		User Interface/Desktops
+License:	LGPLv3+
+URL:		http://launchpad.net/zeitgeist-datahub
+Source0:	http://launchpad.net/%{name}/0.7/0.7.0/+download/%{name}-%{version}.tar.gz
+BuildRequires:	libzeitgeist-devel
+BuildRequires:	glib2-devel gtk2-devel, vala-devel
+BuildRequires:	gettext, perl(XML::Parser), intltool, pkgconfig
+
+%description
+The datahub provides passive plugins which insert events into Zeitgeist.
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags} 
+
+%install
+rm -rf %{buildroot}
+make DESTDIR=%{buildroot} install
+
+%find_lang %{name}
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING NEWS
+%{_bindir}/zeitgeist-datahub
+%{_mandir}/man1/zeitgeist-datahub.*
+%{_sysconfdir}/xdg/autostart/zeitgeist-datahub.desktop
+
+%changelog
+* Sat Apr 30 2011 Deji Akingunola <dakingun at gmail.com> - 0.7.0-2
+- Package review fixes
+
+* Sat Apr 30 2011 Deji Akingunola <dakingun at gmail.com> - 0.7.0-1
+- Initial Fedora packaging


More information about the scm-commits mailing list