commit 760cc32d79790350c674c35bc3e617301b5d7c55
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Sat Dec 2 14:18:27 2017 +0100
Updated to new upstream release
Added AppData file
Preserved timestamps
.gitignore | 1 +
devedeng.appdata.xml | 27 +++++++++++++++++++++++++++
devedeng.spec | 21 +++++++++++++++++----
sources | 2 +-
4 files changed, 46 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 58ec468..4b80df2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
/devedeng-4.8.7.tar.gz
/devedeng-4.8.8.tar.gz
/devedeng-4.8.9.tar.gz
+/devedeng-4.8.10.tar.gz
diff --git a/devedeng.appdata.xml b/devedeng.appdata.xml
new file mode 100644
index 0000000..ebe857a
--- /dev/null
+++ b/devedeng.appdata.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop">
+<id>snes9x.desktop</id>
+ <metadata_license>CC-BY-SA-3.0</metadata_license>
+ <project_license>GPLv3+</project_license>
+ <name>DevedeNG</name>
+ <summary>A program to create video DVDs and CDs (VCD, sVCD or
CVD)</summary>
+ <description>
+ <p>
+ DevedeNG is a program to create video DVDs and CDs (VCD, sVCD
+ or CVD), suitable for home players, from any number of video
+ files, in any of the formats supported by FFMpeg.
+
+ The suffix NG is because it is a rewrite from scratch of the
+ old Devede, to work with Python3 and Gtk3, and with a new
+ internal architecture that allows to expand it and easily add
+ new features.
+ </p>
+ </description>
+ <screenshots>
+ <screenshot type="default">
+ <
image>http://www.rastersoft.com/imagen/devede.png</image>
+ </screenshot>
+ </screenshots>
+ <url
type="homepage">http://www.rastersoft.com/programas/devede.h...
+</component>
+
diff --git a/devedeng.spec b/devedeng.spec
index eb260ab..4b8bd85 100644
--- a/devedeng.spec
+++ b/devedeng.spec
@@ -1,11 +1,12 @@
Name: devedeng
-Version: 4.8.9
-Release: 2%{?dist}
+Version: 4.8.10
+Release: 1%{?dist}
Summary: A program to create video DVDs and CDs (VCD, sVCD or CVD)
License: GPLv3+
URL:
http://www.rastersoft.com/programas/devede.html
Source0:
https://github.com/rastersoft/%{name}/archive/%{version}.tar.gz#/%{name}-...
+Source1: %{name}.appdata.xml
BuildArch: noarch
@@ -15,6 +16,7 @@ Obsoletes: devede < 4.0
BuildRequires: python3-devel
BuildRequires: gettext
BuildRequires: desktop-file-utils
+BuildRequires: libappstream-glib
#Requires: mplayer
#Requires: mpv
Requires: vlc
@@ -76,8 +78,13 @@ mv %{buildroot}%{_datadir}/pixmaps/%{name}.svg \
%{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
# Add docs
-install -m 644 HISTORY.md %{buildroot}%{_pkgdocdir}
-install -m 644 README.md %{buildroot}%{_pkgdocdir}
+install -p -m 644 HISTORY.md %{buildroot}%{_pkgdocdir}
+install -p -m 644 README.md %{buildroot}%{_pkgdocdir}
+
+# Install AppData file
+install -d %{buildroot}%{_datadir}/metainfo
+install -p -m 644 %{SOURCE1} %{buildroot}%{_datadir}/metainfo
+appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata.xml
%find_lang %{name}
@@ -103,6 +110,7 @@ fi
%{_datadir}/%{name}
%{python3_sitelib}/%{name}*.egg-info
%{python3_sitelib}/%{name}
+%{_datadir}/metainfo/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%exclude %{_mandir}/man1/devede.1*
@@ -111,6 +119,11 @@ fi
%changelog
+* Sat Dec 02 2017 Andrea Musuruane <musuruan(a)gmail.com> 4.8.10-1
+- Updated to new upstream release
+- Added AppData file
+- Preserved timestamps
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 4.8.9-2
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
diff --git a/sources b/sources
index b34424f..c808a32 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4da997efe3aac8b6bb55b0200f893b7e devedeng-4.8.9.tar.gz
+c3264a0c6461c89ed0c2e8bfb1633ed3 devedeng-4.8.10.tar.gz