commit d5e735cefed12db68dc53935cd452f41f95454de
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Fri Jan 11 22:51:29 2019 +0100
Release 2.10.2
.gitignore | 1 +
lives-fix-py3_mencoder.patch | 26 --------------------------
lives.spec | 22 +++++++++++++++-------
sources | 2 +-
4 files changed, 17 insertions(+), 34 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1a27ff3..2d530ac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
/lives-2.10.0-pre1.tar.bz2
/LiVES-2.10.0.tar.bz2
/LiVES-2.10.1.tar.bz2
+/LiVES-2.10.2.tar.bz2
diff --git a/lives.spec b/lives.spec
index d922387..4452062 100644
--- a/lives.spec
+++ b/lives.spec
@@ -13,8 +13,8 @@
#
Name: lives
-Version: 2.10.1
-Release: 2%{?dist}
+Version: 2.10.2
+Release: 1%{?dist}
Summary: Video editor and VJ tool
License: GPLv3+ and LGPLv3+
URL:
http://lives-video.com
@@ -22,8 +22,6 @@ Source0:
http://lives-video.com/releases/LiVES-%{version}.tar.bz2
## Appdata file
Source1: LiVES.appdata.xml
-Patch0: %{name}-fix-py3_mencoder.patch
-
BuildRequires: pkgconfig(jack)
BuildRequires: pkgconfig(sdl)
BuildRequires: pkgconfig(libpulse)
@@ -94,7 +92,7 @@ designed to be simple to use, yet powerful.
It is small in size, yet it has many advanced features.
%prep
-%autosetup -p1 -n lives-%{version}
+%autosetup -n lives-%{version}
# Remove spurious executable permissions
find . -type f -name "*.h" -exec chmod 0644 '{}' \;
@@ -120,11 +118,16 @@ find %{buildroot} -name '*.a' -exec rm -f {} ';'
mv %{buildroot}%{_libdir}/libOSC* %{buildroot}%{_libdir}/%{name}/
mv %{buildroot}%{_libdir}/libweed* %{buildroot}%{_libdir}/%{name}/
+# Move icon
+mkdir -p %{buildroot}%{_datadir}/icons/%{name}
+mv %{buildroot}%{_datadir}/app-install/icons/%{name}.png
%{buildroot}%{_datadir}/icons/%{name}/
+rm -rf %{buildroot}%{_datadir}/app-install
+
# Weed's devel files removed
rm -rf %{buildroot}%{_libdir}/pkgconfig
rm -rf %{buildroot}%{_includedir}/weed
-# Remove bad documentation files location
+# Remove bad documentation file's location
rm -rf %{buildroot}%{_docdir}/%{name}-%{version}
# Remove rpath
@@ -173,11 +176,16 @@ appstream-util validate-relax --nonet
%{buildroot}%{_metainfodir}/*.appdata.xml
%{_libdir}/%{name}/
%{_datadir}/applications/LiVES.desktop
%{_datadir}/%{name}/
+%{_datadir}/icons/%{name}/
+%{_datadir}/pixmaps/%{name}.png
%{_datadir}/pixmaps/%{name}.xpm
-%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
+%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_metainfodir}/LiVES.appdata.xml
%changelog
+* Fri Jan 11 2019 Antonio Trande <sagitterATfedoraproject.org> - 2.10.2-1
+- Release 2.10.2
+
* Wed Dec 26 2018 Antonio Trande <sagitterATfedoraproject.org> - 2.10.1-2
- Patch mencoder3 plugins
diff --git a/sources b/sources
index e80b6c7..c80cded 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f32554a295b58c01f69c9ed738562033 LiVES-2.10.1.tar.bz2
+a30013dd880e8fefa62bcf56170e6ca7 LiVES-2.10.2.tar.bz2