Compare commits
11 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1b163f7eac | ||
|
|
6948211b62 | ||
|
|
e8d46230f6 | ||
|
|
7fb25e01c1 | ||
|
|
79c5149403 | ||
|
|
323a8fe2ed | ||
|
|
6a79f97631 | ||
|
|
76bcac0773 | ||
| bd7757ef4d | |||
|
|
ade8afe126 | ||
|
|
79abd0f865 |
1 changed files with 52 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Name: zeitgeist
|
||||
Version: 1.0.4
|
||||
Release: 14%{?dist}
|
||||
Release: 25%{?dist}
|
||||
Summary: Framework providing Desktop activity awareness
|
||||
|
||||
# data/ontology/*.trig BSD-3-Clause OR CC-BY-SA-3.0 -> main
|
||||
|
|
@ -47,6 +47,8 @@ BuildRequires: pkgconfig(json-glib-1.0)
|
|||
BuildRequires: pkgconfig(sqlite3)
|
||||
BuildRequires: pkgconfig(telepathy-glib)
|
||||
|
||||
BuildRequires: /usr/bin/dbus-run-session
|
||||
|
||||
%{?systemd_requires}
|
||||
|
||||
Requires: dbus
|
||||
|
|
@ -101,10 +103,12 @@ find -name '*.vala' -exec touch {} \;
|
|||
sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
|
||||
|
||||
# The following two are hard to get enabled...
|
||||
%if 0
|
||||
sed -i.disable test/direct/Makefile.in \
|
||||
-e 's|log-test\$(EXEEXT) \\|\\|'
|
||||
sed -i.disable test/c/Makefile.in \
|
||||
-e 's|test-log\$(EXEEXT) \\|\\|'
|
||||
%endif
|
||||
|
||||
# python 3.11 removes inspect.getargspec (bug 2159916)
|
||||
# https://gitlab.freedesktop.org/zeitgeist/zeitgeist/-/issues/26
|
||||
|
|
@ -125,7 +129,20 @@ find %{buildroot} -name '*.la' -delete -print
|
|||
rm -frv %{buildroot}%{_datadir}/zeitgeist/doc
|
||||
|
||||
%check
|
||||
make check
|
||||
cat > test-script <<EOF
|
||||
#!/bin/bash
|
||||
set -x
|
||||
|
||||
PATH_ORIG=\${PATH}
|
||||
export PATH=\${PATH_ORIG}:%{buildroot}%{_bindir}
|
||||
export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
|
||||
|
||||
zeitgeist-daemon &
|
||||
exec make check
|
||||
EOF
|
||||
|
||||
chmod 0700 ./test-script
|
||||
dbus-run-session -- ./test-script
|
||||
|
||||
%post
|
||||
%systemd_user_post %{name}.service
|
||||
|
|
@ -183,6 +200,39 @@ make check
|
|||
%{_datadir}/vala/vapi/zeitgeist-datamodel-2.0.vapi
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-25
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Wed Jun 03 2026 Python Maint <python-maint@redhat.com> - 1.0.4-24
|
||||
- Rebuilt for Python 3.15
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-23
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 1.0.4-22
|
||||
- Rebuilt for Python 3.14.0rc3 bytecode
|
||||
|
||||
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 1.0.4-21
|
||||
- Rebuilt for Python 3.14.0rc2 bytecode
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-20
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Thu Jun 12 2025 Python Maint <python-maint@redhat.com> - 1.0.4-19
|
||||
- Rebuilt for Python 3.14
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-18
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Fri Aug 16 2024 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.0.4-17
|
||||
- execute test program which require dbus and zeitgeist-daemon
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sun Jun 16 2024 Python Maint <python-maint@redhat.com> - 1.0.4-15
|
||||
- Rebuilt for Python 3.13
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue