diff --git a/.gitignore b/.gitignore index 6097bc4..9d76378 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /gnome-todo-3.17.92.tar.xz /gnome-todo-3.18.0.tar.xz /gnome-todo-3.18.1.tar.xz +/gnome-todo-3.19.5.tar.xz diff --git a/gnome-todo.spec b/gnome-todo.spec index 5fd4fdd..53e7a5c 100644 --- a/gnome-todo.spec +++ b/gnome-todo.spec @@ -1,21 +1,22 @@ Name: gnome-todo -Version: 3.18.1 -Release: 3%{?dist} +Version: 3.19.5 +Release: 1%{?dist} Summary: Personal task manager for GNOME License: GPLv3+ URL: https://git.gnome.org/browse/gnome-todo/ -Source0: https://download.gnome.org/sources/%{name}/3.18/%{name}-%{version}.tar.xz -Patch0: 0001-Fix-a-syntax-error-in-desktop-file-keywords-Swedish-.patch +Source0: https://download.gnome.org/sources/%{name}/3.19/%{name}-%{version}.tar.xz -BuildRequires: git BuildRequires: intltool +BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(goa-1.0) BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(libecal-1.2) BuildRequires: pkgconfig(libedataserver-1.2) +BuildRequires: pkgconfig(libedataserverui-1.2) BuildRequires: pkgconfig(libical) +BuildRequires: pkgconfig(libpeas-1.0) BuildRequires: /usr/bin/desktop-file-validate BuildRequires: /usr/bin/appstream-util @@ -24,18 +25,25 @@ GNOME To Do is a small application to manage your personal tasks. It uses GNOME technologies, and so it has complete integration with the GNOME desktop environment. +%package devel +Summary: Development files needed to write plugins for GNOME To Do + +%description devel +Development files needed to write plugins for GNOME To Do. + %prep -%autosetup -S git -autoreconf --force --install +%autosetup %build -%configure --disable-debug -%make_build +%configure +%make_build V=1 %install %make_install %find_lang %{name} +find %{buildroot} -type f -name '*.la' -delete + %check desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Todo.desktop appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/org.gnome.Todo.appdata.xml @@ -61,11 +69,21 @@ fi %{_datadir}/applications/org.gnome.Todo.desktop %{_datadir}/appdata/org.gnome.Todo.appdata.xml %{_datadir}/dbus-1/services/org.gnome.Todo.service -%{_datadir}/glib-2.0/schemas/org.gnome.todo.gschema.xml -%{_datadir}/icons/hicolor/*/apps/gnome-todo.png -%{_datadir}/icons/hicolor/symbolic/apps/gnome-todo-symbolic.svg +%{_datadir}/glib-2.0/schemas/org.gnome.todo.*.xml +%{_datadir}/icons/hicolor/*/apps/org.gnome.Todo.png +%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Todo-symbolic.svg +%{_libdir}/girepository-1.0/Gtd-1.0.typelib +%{_libdir}/%{name}/ + +%files devel +%{_includedir}/%{name} +%{_libdir}/pkgconfig/%{name}.pc +%{_datadir}/gir-1.0/Gtd-1.0.gir %changelog +* Fri Feb 12 2016 Igor Gnatenko - 3.19.5-1 +- Update to 3.19.5 + * Wed Feb 03 2016 Fedora Release Engineering - 3.18.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 1c31bb5..88395e3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b37b38c7f1ec50bebb3ce84119b3b2f6 gnome-todo-3.18.1.tar.xz +db713f18e2fa59b90eec12e5b28a52e2 gnome-todo-3.19.5.tar.xz