From 417f559e8ec81351b72453f1df538c9e691164e1 Mon Sep 17 00:00:00 2001 From: Deji Akingunola Date: Jan 25 2010 01:25:41 +0000 Subject: Initial import --- diff --git a/.cvsignore b/.cvsignore index e69de29..7abc048 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +zeitgeist-0.3.2.tar.gz diff --git a/import.log b/import.log new file mode 100644 index 0000000..1e2e829 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +zeitgeist-0_3_2-1_fc12:HEAD:zeitgeist-0.3.2-1.fc12.src.rpm:1264382730 diff --git a/sources b/sources index e69de29..5762f23 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +24348e074b85f49e49a8fdceb29b05b8 zeitgeist-0.3.2.tar.gz diff --git a/zeitgeist.spec b/zeitgeist.spec new file mode 100644 index 0000000..185e166 --- /dev/null +++ b/zeitgeist.spec @@ -0,0 +1,67 @@ +%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} + +Summary: Framework providing Desktop activity awareness +Name: zeitgeist +Version: 0.3.2 +Release: 1%{?dist} +Group: User Interface/Desktops +License: LGPLv3+ and LGPLv3 +# zeitgeist/loggers/iso_strptime.py is LGPLv3 and the rest LGPLv3+ +URL: https://launchpad.net/zeitgeist +Source0: http://launchpad.net/%{name}/0.3/0.3.2/+download/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: python-devel +BuildRequires: gettext, perl(XML::Parser), intltool +Requires: dbus +Requires: dbus-python pygobject2 pyxdg + +BuildArch: noarch + +%description +Zeitgeist is a service which logs the users's activities and events (files +opened, websites visites, conversations hold with other people, etc.) and makes +relevant information available to other applications. + +Note that this package only contains the daemon, which you can use +together with several different user interfaces. + +%prep +%setup -q + +%build +%configure +make %{?_smp_mflags} + +%install +rm -rf %{buildroot} +make DESTDIR=%{buildroot} install + +%find_lang %{name} + +%clean +rm -rf %{buildroot} + +%files -f %{name}.lang +%defattr(-,root,root,-) +%doc AUTHORS ChangeLog COPYING COPYRIGHT NEWS README +%{_bindir}/zeitgeist-daemon +%{_bindir}/zeitgeist-datahub +%{_datadir}/%{name}/ +%{python_sitelib}/zeitgeist/ +%{_datadir}/dbus-1/services/org.gnome.zeitgeist.service +%{_mandir}/man1/zeitgeist-*.* + +%changelog +* Wed Jan 20 2010 Deji Akingunola - 0.3.2-1 +- Update to 0.3.2 + +* Thu Jan 14 2010 Deji Akingunola - 0.3.1-1 +- Add missing requires (Package reviews) +- Update license tag (Package reviews) +- Update to latest release + +* Tue Dec 01 2009 Deji Akingunola - 0.3.0-1 +- Update to 0.3.0 + +* Wed Nov 04 2009 Deji Akingunola - 0.2.1-1 +- Initial Fedora packaging