diff --git a/screencast-0.2.4.tar.gz b/screencast-0.2.4.tar.gz deleted file mode 100644 index 9302e6d..0000000 --- a/screencast-0.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9cdac661cf073defd2a3762cfd84c5a3c978b48e81a278f562949591106da3c4 -size 95414 diff --git a/screencast-0.3.0.tar.gz b/screencast-0.3.0.tar.gz new file mode 100644 index 0000000..897872a --- /dev/null +++ b/screencast-0.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d307ad7f24eae0ec42ee660e034c1c92db56c8a83eadeaba0b8cf6be3e9096 +size 96412 diff --git a/screencast.changes b/screencast.changes index 099cdce..78bb5d3 100644 --- a/screencast.changes +++ b/screencast.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Aug 16 09:45:29 UTC 2018 - jengelh@inai.de + +- Ensure neutrality of description, and adjust grammar. + +------------------------------------------------------------------- +Wed Aug 1 21:33:23 UTC 2018 - avvissu@yandex.by + +- Update to 0.3.0: + * Update appdata +- Switch to metainfo from appdata +- Remove obsolete macros + ------------------------------------------------------------------- Sat Apr 7 18:46:57 UTC 2018 - avvissu@yandex.by diff --git a/screencast.spec b/screencast.spec index 4831cd1..a9ddfcc 100644 --- a/screencast.spec +++ b/screencast.spec @@ -1,7 +1,7 @@ # # spec file for package screencast # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,10 +17,10 @@ Name: screencast -Version: 0.2.4 +Version: 0.3.0 Release: 0 -Summary: A simple screencasting application -License: GPL-3.0+ +Summary: A screencasting application +License: GPL-3.0-or-later Group: Productivity/Multimedia/Video/Editors and Convertors URL: https://launchpad.net/eidete Source: https://github.com/artemanufrij/screencast/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -44,13 +44,12 @@ BuildRequires: pkgconfig(xtst) Recommends: %{name}-lang Provides: eidete = %{version} Obsoletes: eidete < %{version} -%glib2_gsettings_schema_requires %description -A simple screencasting application for the elementary OS. +A screencasting application for Elementary OS. Current features: - * encoding to webm + * encoding to WebM * selection of the area to be recorded * display of the pressed keys * audio recording @@ -60,8 +59,6 @@ Current features: %prep %setup -q -sed -i 's/\bmetainfo\b/appdata/' $(grep -rwl 'metainfo') - %build %cmake \ -DGSETTINGS_COMPILE=OFF @@ -76,23 +73,13 @@ rm %{buildroot}%{_datadir}/icons/hicolor/*.??g %find_lang com.github.artemanufrij.screencast %{name}.lang %fdupes %{buildroot}%{_datadir} -%post -%icon_theme_cache_post -%desktop_database_post -%glib2_gsettings_schema_post - -%postun -%icon_theme_cache_postun -%desktop_database_postun -%glib2_gsettings_schema_postun - %files %doc debian/copyright README.md %{_bindir}/com.github.artemanufrij.screencast -%{_datadir}/appdata/com.github.artemanufrij.screencast.appdata.xml %{_datadir}/applications/com.github.artemanufrij.screencast.desktop %{_datadir}/glib-2.0/schemas/com.github.artemanufrij.screencast.gschema.xml %{_datadir}/icons/hicolor/*/apps/com.github.artemanufrij.screencast.??g +%{_datadir}/metainfo/com.github.artemanufrij.screencast.appdata.xml %files lang -f %{name}.lang