diff --git a/.gitignore b/.gitignore index 687e2f4..7685ef5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ camorama-0.19.tar.bz2 /camorama-0.20.1.tar.gz /camorama-0.20.2.tar.gz /camorama-0.20.3.tar.gz +/camorama-0.20.5.tar.gz diff --git a/camorama.spec b/camorama.spec index 8e273bf..e2fa9b3 100644 --- a/camorama.spec +++ b/camorama.spec @@ -1,12 +1,12 @@ Name: camorama -Version: 0.20.3 +Version: 0.20.5 Release: 1%{?dist} Summary: Gnome webcam viewer License: GPLv2+ URL: https://github.com/alessio/camorama Source0: https://linuxtv.org/downloads/camorama/camorama-%{version}.tar.gz BuildRequires: gcc desktop-file-utils -BuildRequires: gettext-devel libv4l-devel gtk3-devel cairo GConf2-devel +BuildRequires: gettext-devel libv4l-devel gtk3-devel cairo BuildRequires: gdk-pixbuf2-devel Requires: hicolor-icon-theme @@ -30,21 +30,12 @@ export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 # below is the desktop file and icon stuff. desktop-file-install --dir $RPM_BUILD_ROOT%{_datadir}/applications %{name}.desktop -%pre -%gconf_schema_prepare %{name} - -%post -%gconf_schema_upgrade %{name} - -%preun -%gconf_schema_remove %{name} - %files -f %{name}.lang %doc AUTHORS ChangeLog NEWS README THANKS TODO %license COPYING -%{_sysconfdir}/gconf/schemas/camorama.schemas %{_bindir}/%{name} %{_datadir}/%{name} +%{_datadir}/glib-2.0/schemas/* %{_datadir}/metainfo/%{name}.appdata.xml %{_datadir}/applications/camorama.desktop %{_datadir}/icons/hicolor/*x*/devices/%{name}.png @@ -52,6 +43,9 @@ desktop-file-install --dir $RPM_BUILD_ROOT%{_datadir}/applications %{name}.deskt %changelog +* Wed Sep 19 2018 Mauro Carvalho Chehab