Name: timeshift Version: 25.07.7 Release: 1%{?dist} Summary: Timeshift is a software used to create system snapshots. License: GPL-2.0-or-later URL: https://github.com/linuxmint/timeshift/tree/master Source0: https://github.com/linuxmint/timeshift/archive/refs/tags/%{version}.tar.gz # Desativa os pacotes de depuração %global debug_package %{nil} BuildRequires: meson BuildRequires: help2man BuildRequires: gettext BuildRequires: vala BuildRequires: vte291-devel BuildRequires: libgee-devel BuildRequires: json-glib-devel BuildRequires: xapps-devel Requires: cronie Requires: hicolor-icon-theme Requires: polkit Requires: psmisc Requires: rsync %description Timeshift for Linux is an application that provides functionality similar to the System Restore feature in Windows and the Time Machine tool in Mac OS. %prep %setup -q %build # Muda para /usr ao invés de /usr/local meson setup build --prefix=/usr meson compile -C build %install # instala esse aquivo antes "timeshift.json", para concluir o build mkdir -p %{buildroot}/etc/timeshift install -m 644 files/timeshift.json %{buildroot}/etc/timeshift/ DESTDIR=%{buildroot} meson install -C build %files %{_bindir}/timeshift %{_bindir}/timeshift-gtk %{_bindir}/timeshift-launcher %{_datadir}/icons/hicolor/128x128/apps/timeshift.png %{_datadir}/icons/hicolor/16x16/apps/timeshift.png %{_datadir}/icons/hicolor/22x22/apps/timeshift.png %{_datadir}/icons/hicolor/24x24/apps/timeshift.png %{_datadir}/icons/hicolor/32x32/apps/timeshift.png %{_datadir}/icons/hicolor/48x48/apps/timeshift.png %{_datadir}/icons/hicolor/64x64/apps/timeshift.png %{_datadir}/icons/hicolor/96x96/apps/timeshift.png %{_datadir}/pixmaps/timeshift.png %{_datadir}/polkit-1/actions/in.teejeetech.pkexec.timeshift.policy %{_datadir}/timeshift/images/* %{_datadir}/applications/timeshift-gtk.desktop %{_datadir}/metainfo/com.linuxmint.timeshift.metainfo.xml %{_mandir}/man1/timeshift.1* %{_mandir}/man1/timeshift-gtk.1* %{_sysconfdir}/timeshift/timeshift.json %{_sysconfdir}/timeshift/default.json %{_datadir}/locale/am/LC_MESSAGES/timeshift.mo %{_datadir}/locale/ar/LC_MESSAGES/timeshift.mo %{_datadir}/locale/az/LC_MESSAGES/timeshift.mo %{_datadir}/locale/be/LC_MESSAGES/timeshift.mo %{_datadir}/locale/bg/LC_MESSAGES/timeshift.mo %{_datadir}/locale/br/LC_MESSAGES/timeshift.mo %{_datadir}/locale/ca/LC_MESSAGES/timeshift.mo %{_datadir}/locale/ca@valencia/LC_MESSAGES/timeshift.mo %{_datadir}/locale/cs/LC_MESSAGES/timeshift.mo %{_datadir}/locale/cy/LC_MESSAGES/timeshift.mo %{_datadir}/locale/da/LC_MESSAGES/timeshift.mo %{_datadir}/locale/de/LC_MESSAGES/timeshift.mo %{_datadir}/locale/el/LC_MESSAGES/timeshift.mo %{_datadir}/locale/en_GB/LC_MESSAGES/timeshift.mo %{_datadir}/locale/eo/LC_MESSAGES/timeshift.mo %{_datadir}/locale/es/LC_MESSAGES/timeshift.mo %{_datadir}/locale/et/LC_MESSAGES/timeshift.mo %{_datadir}/locale/eu/LC_MESSAGES/timeshift.mo %{_datadir}/locale/fa/LC_MESSAGES/timeshift.mo %{_datadir}/locale/fi/LC_MESSAGES/timeshift.mo %{_datadir}/locale/fr/LC_MESSAGES/timeshift.mo %{_datadir}/locale/fr_CA/LC_MESSAGES/timeshift.mo %{_datadir}/locale/he/LC_MESSAGES/timeshift.mo %{_datadir}/locale/hi/LC_MESSAGES/timeshift.mo %{_datadir}/locale/hr/LC_MESSAGES/timeshift.mo %{_datadir}/locale/hu/LC_MESSAGES/timeshift.mo %{_datadir}/locale/ia/LC_MESSAGES/timeshift.mo %{_datadir}/locale/id/LC_MESSAGES/timeshift.mo %{_datadir}/locale/ie/LC_MESSAGES/timeshift.mo %{_datadir}/locale/is/LC_MESSAGES/timeshift.mo %{_datadir}/locale/it/LC_MESSAGES/timeshift.mo %{_datadir}/locale/ja/LC_MESSAGES/timeshift.mo %{_datadir}/locale/ka/LC_MESSAGES/timeshift.mo %{_datadir}/locale/kab/LC_MESSAGES/timeshift.mo %{_datadir}/locale/ko/LC_MESSAGES/timeshift.mo %{_datadir}/locale/ku/LC_MESSAGES/timeshift.mo %{_datadir}/locale/la/LC_MESSAGES/timeshift.mo %{_datadir}/locale/lt/LC_MESSAGES/timeshift.mo %{_datadir}/locale/mk/LC_MESSAGES/timeshift.mo %{_datadir}/locale/nb/LC_MESSAGES/timeshift.mo %{_datadir}/locale/ne/LC_MESSAGES/timeshift.mo %{_datadir}/locale/nl/LC_MESSAGES/timeshift.mo %{_datadir}/locale/oc/LC_MESSAGES/timeshift.mo %{_datadir}/locale/pl/LC_MESSAGES/timeshift.mo %{_datadir}/locale/pt/LC_MESSAGES/timeshift.mo %{_datadir}/locale/pt_BR/LC_MESSAGES/timeshift.mo %{_datadir}/locale/ro/LC_MESSAGES/timeshift.mo %{_datadir}/locale/ru/LC_MESSAGES/timeshift.mo %{_datadir}/locale/sk/LC_MESSAGES/timeshift.mo %{_datadir}/locale/sl/LC_MESSAGES/timeshift.mo %{_datadir}/locale/sn/LC_MESSAGES/timeshift.mo %{_datadir}/locale/sr/LC_MESSAGES/timeshift.mo %{_datadir}/locale/sr@latin/LC_MESSAGES/timeshift.mo %{_datadir}/locale/sv/LC_MESSAGES/timeshift.mo %{_datadir}/locale/te/LC_MESSAGES/timeshift.mo %{_datadir}/locale/tg/LC_MESSAGES/timeshift.mo %{_datadir}/locale/th/LC_MESSAGES/timeshift.mo %{_datadir}/locale/tr/LC_MESSAGES/timeshift.mo %{_datadir}/locale/uk/LC_MESSAGES/timeshift.mo %{_datadir}/locale/uz/LC_MESSAGES/timeshift.mo %{_datadir}/locale/vi/LC_MESSAGES/timeshift.mo %{_datadir}/locale/zh_CN/LC_MESSAGES/timeshift.mo %{_datadir}/locale/zh_TW/LC_MESSAGES/timeshift.mo %changelog * Sat Oct 18 2025 Fernando - Initial Fedora packaging Timeshift.