commit 616eac2d94fd8c276970c8e52997e530e0d301d4
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Sep 1 14:18:59 2018 +0100
New version
bino.spec | 24 ++++++++++--------------
ffmpeg35_buildfix.patch | 23 -----------------------
sources | 2 +-
3 files changed, 11 insertions(+), 38 deletions(-)
---
diff --git a/bino.spec b/bino.spec
index 56d0184..65074ad 100644
--- a/bino.spec
+++ b/bino.spec
@@ -1,12 +1,11 @@
Name: bino
-Version: 1.6.6
-Release: 6%{?dist}
+Version: 1.6.7
+Release: 1%{?dist}
Summary: 3D video player
Group: System Environment/Base
License: GPLv3+
-URL:
http://bino3d.org
-Source0:
http://download.savannah.nongnu.org/releases/bino/%{name}-%{version}.tar.xz
-Patch0: ffmpeg35_buildfix.patch
+URL:
https://bino3d.org
+Source0: %url/releases/%{name}-%{version}.tar.xz
# No libquadmath-devel on any other arch apart from x86
ExclusiveArch: i686 x86_64
@@ -17,6 +16,7 @@ Requires: hicolor-icon-theme
BuildRequires: automake
BuildRequires: ffmpeg-devel
+BuildRequires: gcc-c++
BuildRequires: glew-devel
BuildRequires: libass-devel
BuildRequires: openal-devel
@@ -24,7 +24,6 @@ BuildRequires: qt5-qtbase-devel
BuildRequires: libquadmath-devel
BuildRequires: gettext-devel
BuildRequires: texinfo
-BuildRequires: oxygen-icon-theme
BuildRequires: desktop-file-utils
%description
@@ -35,9 +34,6 @@ multi-projector setups.
%prep
%autosetup -p1
-# Needed for revert_glewmx.patch
-mkdir m4
-autoreconf -fiv
# Removal of unneeded stuff
rm -rf pkg/macosx/*
@@ -45,14 +41,11 @@ touch pkg/macosx/Info.plist.in
%build
%configure --with-qt-version=5
-%{make_build}
+%{make_build} V=1
%install
%{make_install}
rm -f %{buildroot}%{_infodir}/dir
-
-mkdir _tmpdoc
-mv %{buildroot}%{_datadir}/doc/%{name}/* _tmpdoc/
rm -rf %{buildroot}%{_datadir}/doc
desktop-file-validate %{buildroot}%{_datadir}/applications/bino.desktop
@@ -72,7 +65,7 @@ if [ $1 -eq 0 ]; then
fi
%files -f %{name}.lang
-%doc AUTHORS ChangeLog NEWS README _tmpdoc/*
+%doc AUTHORS ChangeLog NEWS README doc/*
%license COPYING
%{_bindir}/bino
%{_infodir}/*
@@ -81,6 +74,9 @@ fi
%{_datadir}/icons/hicolor/*/apps/*
%changelog
+* Sat Sep 01 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.6.7-1
+- New version
+
* Thu Jul 26 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> -
1.6.6-6
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
diff --git a/sources b/sources
index 2bd4bb3..c51bca2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-214dcc4ab223b8f6a7536d9b35433092 bino-1.6.6.tar.xz
+54dcaea515838db50d6e2c5b1a9d32d9 bino-1.6.7.tar.xz