Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-release-src > by-pkgid > 8148e4dc7a778852cbb4def2b0fe61e8 > files > 2

zeitgeist-0.3.3-1mdv2010.1.src.rpm

%define name zeitgeist
%define version 0.3.3
%define release %mkrel 1

Summary: Event logging framework for the desktop
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://launchpad.net/zeitgeist/0.3/%version/+download/%{name}-%{version}.tar.gz
License: LGPLv3
Group: System/Libraries
Url: http://launchpad.net/gnome-zeitgeist
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
BuildRequires: python-devel
BuildRequires: intltool
Requires: pygtk2.0
Requires: python-dbus
Requires: python-storm

%description
Zeitgeist is an "Event Logging Framework" that provides cross
application awareness of the desktop's activities.

You worked on a file, but you cannot remember where you saved it? You
visited a web page about basketball three days ago, but you cannot
find the URL in your browser's history? No problem, this is where
Zeitgeist enters the scene. It knows a lot about your activities and
has a feature rich D-Bus API which allows GUI applications like
gnome-zeitgeist, zeitgeistfs and others to present you your
activities in a readable way.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std
%find_lang %name

%clean
rm -rf %{buildroot}

%files -f %name.lang
%defattr(-,root,root)
%doc AUTHORS COPYRIGHT README NEWS
%_bindir/%name-daemon
%_bindir/%name-datahub
%py_puresitedir/%name
%_datadir/%name
%_datadir/dbus-1/services/org.gnome.zeitgeist.service
%_mandir/man1/%name-daemon.1*
%_mandir/man1/%name-datahub.1*



%changelog
* Tue Apr 20 2010 Götz Waschk <waschk@mandriva.org> 0.3.3-1mdv2010.1
+ Revision: 537241
- update to new version 0.3.3

* Wed Jan 20 2010 Götz Waschk <waschk@mandriva.org> 0.3.2-1mdv2010.1
+ Revision: 493954
- update to new version 0.3.2

* Mon Jan 11 2010 Götz Waschk <waschk@mandriva.org> 0.3.1-1mdv2010.1
+ Revision: 489560
- new version

* Tue Dec 01 2009 Götz Waschk <waschk@mandriva.org> 0.3.0-1mdv2010.1
+ Revision: 472447
- new version

* Mon Aug 17 2009 Götz Waschk <waschk@mandriva.org> 0.2.1-1mdv2010.0
+ Revision: 417161
- new version
- update source URL
- update doc list

* Wed Jul 15 2009 Götz Waschk <waschk@mandriva.org> 0.2.0-2mdv2010.0
+ Revision: 396309
- add missing dep on storm
- add docs

* Wed Jul 15 2009 Götz Waschk <waschk@mandriva.org> 0.2.0-1mdv2010.0
+ Revision: 396292
- import zeitgeist