Compare commits
6 Commits
0.9.15-2ma
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 47e8606f7e | |||
| e58962a085 | |||
| 204df39885 | |||
| 152c2e075f | |||
| d3f98de737 | |||
| 3aca819d36 |
@@ -1,36 +1,44 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: zeitgeist
|
||||
Version: 0.9.15
|
||||
Release: 2mamba
|
||||
Version: 1.0.4
|
||||
Release: 1mamba
|
||||
Summary: A service which logs the users's activities and events
|
||||
Group: Applications/Security
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://zeitgeist-project.com/news/python/
|
||||
Source: http://cgit.freedesktop.org/zeitgeist/zeitgeist/snapshot/zeitgeist-%{version}.tar.gz
|
||||
#Source: https://launchpad.net/zeitgeist/%{majver}/%{version}/+download/zeitgeist-%{version}.tar.xz
|
||||
URL: http://survey-smiles.com/
|
||||
Source: https+git://gitlab.freedesktop.org/zeitgeist/zeitgeist/v%{version}/zeitgeist-%{version}.tar.bz2
|
||||
Patch0: zeitgeist-0.9.15-upstream-fix-vala.patch
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libbrotli-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libdbus-devel
|
||||
BuildRequires: libdbus-glib-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libgraphite2-devel
|
||||
BuildRequires: libgtk3-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libjson-glib-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpcre-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libsqlite-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libxapian-devel
|
||||
BuildRequires: libsystemd-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: python
|
||||
BuildRequires: telepathy-glib-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libxapian-devel >= 1.2
|
||||
BuildRequires: python-rdflib
|
||||
Requires: python >= %python_version
|
||||
Requires: python-rdflib
|
||||
BuildRequires: python-rdflib-py3
|
||||
Requires: lib%{name}2 = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Zeitgeist is a service which logs the users's activities and events (files opened, websites visites, conversations held with other people, etc.) and makes relevant information available to other applications. It is able to establish relationships between items based on similarity and usage patterns.
|
||||
@@ -50,16 +58,29 @@ Requires: lib%{name}2 = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description -n lib%{name}2-devel
|
||||
A client library for applications that want to interact with the Zeitgeist daemon. The library is written in C using glib and provi
|
||||
des an asynchronous GObject oriented API.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
%package -n python-%{name}
|
||||
Group: System/Libraries/Python
|
||||
Summary: Python bindings for %{name}
|
||||
Requires: python3 >= %python3_version
|
||||
Requires: python-rdflib-py3
|
||||
Requires: lib%{name}2 = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description -n python-%{name}
|
||||
This package contains the Python bindings for %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
#%patch0 -p1
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure
|
||||
%configure \
|
||||
PYTHON=%{__python3}
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
@@ -73,21 +94,20 @@ rm -rf %{buildroot}%{_prefix}/doc/zeitgeist
|
||||
%{_sysconfdir}/xdg/autostart/zeitgeist-datahub.desktop
|
||||
%{_bindir}/zeitgeist-datahub
|
||||
%{_bindir}/zeitgeist-daemon
|
||||
%{_userunitdir}/zeitgeist.service
|
||||
%dir %{_datadir}/zeitgeist
|
||||
%dir %{_datadir}/zeitgeist/ontology
|
||||
%{_datadir}/zeitgeist/ontology/*.trig
|
||||
%dir %{python_sitelib}/zeitgeist
|
||||
%{python_sitelib}/zeitgeist/*
|
||||
%{_datadir}/bash-completion/completions/zeitgeist-daemon
|
||||
%{_datadir}/dbus-1/services/org.gnome.zeitgeist.service
|
||||
%{_mandir}/man1/zeitgeist-daemon.1.gz
|
||||
%{_mandir}/man1/zeitgeist-datahub.1.gz
|
||||
%doc AUTHORS COPYING
|
||||
%{_datadir}/dbus-1/services/org.gnome.zeitgeist.Engine.service
|
||||
%{_mandir}/man1/zeitgeist-daemon.1*
|
||||
%{_mandir}/man1/zeitgeist-datahub.1*
|
||||
|
||||
%files -n lib%{name}2
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libzeitgeist-2.0.so.*
|
||||
%{_libdir}/girepository-1.0/Zeitgeist-2.0.typelib
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files -n lib%{name}2-devel
|
||||
%defattr(-,root,root)
|
||||
@@ -101,11 +121,32 @@ rm -rf %{buildroot}%{_prefix}/doc/zeitgeist
|
||||
%{_datadir}/vala/vapi/zeitgeist-2.0.deps
|
||||
%{_datadir}/vala/vapi/zeitgeist-2.0.vapi
|
||||
%{_datadir}/vala/vapi/zeitgeist-datamodel-2.0.vapi
|
||||
%{_datadir}/zeitgeist/doc/AUTHORS
|
||||
%{_datadir}/zeitgeist/doc/NEWS
|
||||
%{_datadir}/zeitgeist/doc/*
|
||||
|
||||
%files -n python-%{name}
|
||||
%defattr(-,root,root)
|
||||
%dir %{python3_sitelib}/zeitgeist
|
||||
%{python3_sitelib}/zeitgeist/*
|
||||
|
||||
%changelog
|
||||
* Fri Jan 14 2022 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.3-1mamba
|
||||
- update to 1.0.3
|
||||
|
||||
* Mon Apr 01 2019 Automatic Build System <autodist@mambasoft.it> 1.0.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Nov 18 2018 Automatic Build System <autodist@mambasoft.it> 1.0.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Aug 14 2017 Automatic Build System <autodist@mambasoft.it> 1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jan 17 2016 Automatic Build System <autodist@mambasoft.it> 0.9.16-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 22 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.15-2mamba
|
||||
- patch to fix vala
|
||||
|
||||
|
||||
Reference in New Issue
Block a user