rpms/zeitgeist/devel import.log, NONE, 1.1 zeitgeist.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Deji Akingunola deji at fedoraproject.org
Mon Jan 25 01:25:41 UTC 2010


Author: deji

Update of /cvs/pkgs/rpms/zeitgeist/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8209/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log zeitgeist.spec 
Log Message:
Initial import


--- NEW FILE import.log ---
zeitgeist-0_3_2-1_fc12:HEAD:zeitgeist-0.3.2-1.fc12.src.rpm:1264382730


--- NEW FILE zeitgeist.spec ---
%{!?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 <dakingun at gmail.com> - 0.3.2-1
- Update to 0.3.2

* Thu Jan 14 2010 Deji Akingunola <dakingun at gmail.com> - 0.3.1-1
- Add missing requires (Package reviews)
- Update license tag (Package reviews)
- Update to latest release

* Tue Dec 01 2009 Deji Akingunola <dakingun at gmail.com> - 0.3.0-1
- Update to 0.3.0

* Wed Nov 04 2009 Deji Akingunola <dakingun at gmail.com> - 0.2.1-1
- Initial Fedora packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/zeitgeist/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	22 Jan 2010 17:11:40 -0000	1.1
+++ .cvsignore	25 Jan 2010 01:25:41 -0000	1.2
@@ -0,0 +1 @@
+zeitgeist-0.3.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/zeitgeist/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	22 Jan 2010 17:11:40 -0000	1.1
+++ sources	25 Jan 2010 01:25:41 -0000	1.2
@@ -0,0 +1 @@
+24348e074b85f49e49a8fdceb29b05b8  zeitgeist-0.3.2.tar.gz



More information about the scm-commits mailing list