[unifi] fix bash shebangs
by Leigh Scott
commit 18967c71952c6081150cd44976eb21da032be72b
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Sun Mar 10 14:37:43 2019 +0000
fix bash shebangs
mongod.sh | 2 +-
unifi.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mongod.sh b/mongod.sh
index 4fe02b2..b129b3e 100755
--- a/mongod.sh
+++ b/mongod.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/bash
#
# Workaround script for MongoDB 3.6 no longer accepting --nohttpinterface.
#
diff --git a/unifi.sh b/unifi.sh
index 2378052..8455d01 100755
--- a/unifi.sh
+++ b/unifi.sh
@@ -1,2 +1,2 @@
-#!/bin/bash
+#!/usr/bin/bash
/usr/bin/java -jar /usr/share/unifi/lib/ace.jar $1
5 years, 8 months
[flowblade] Requires python2-mlt instead mlt-python
by Sérgio M. Basto
commit 75a1203fbe3cd2d9417c07628a7f30849edabeb8
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Mar 10 04:46:46 2019 +0000
Requires python2-mlt instead mlt-python
flowblade.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/flowblade.spec b/flowblade.spec
index 4bbf067..8083102 100644
--- a/flowblade.spec
+++ b/flowblade.spec
@@ -10,10 +10,10 @@
Name: flowblade
%if 0%{?usesnapshot}
Version: 2.0
-Release: 2.git%{?snapshottag}%{?dist}
+Release: 3.git%{?snapshottag}%{?dist}
%else
Version: 2.0
-Release: 2%{?dist}
+Release: 3%{?dist}
%endif
License: GPLv3
Summary: Multitrack non-linear video editor for Linux
@@ -30,7 +30,7 @@ BuildRequires: libappstream-glib
BuildRequires: python2-devel
BuildRequires: python2-setuptools
Requires: ffmpeg
-Requires: mlt-python
+Requires: python2-mlt
Requires: frei0r-plugins >= 1.4
Requires: gmic
Requires: gtk3
@@ -129,6 +129,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.
%{python2_sitelib}/%{name}*
%changelog
+* Fri Mar 08 2019 Sérgio Basto <sergio(a)serjux.com> - 2.0-3
+- Requires python2-mlt instead mlt-python
+
* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
5 years, 8 months
[telegram-desktop] Minor SPEC fixes.
by Vitaly Zaitsev
commit eea6fe1e19d058e1cd74e43279144fe49b824779
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Sat Mar 9 14:01:24 2019 +0100
Minor SPEC fixes.
telegram-desktop.spec | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index d583c3e..187045c 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -114,7 +114,7 @@ popd
LEN=$(($(wc -l < out/Release/CMakeLists.txt) - 2))
sed -i "$LEN r Telegram/gyp/CMakeLists.inj" out/Release/CMakeLists.txt
-# Exporting correct paths to AR and RANLIB in order to use FLTO optimizations...
+# Exporting correct paths to AR and RANLIB in order to use LTO optimizations...
%ifarch x86_64
sed -e '/set(configuration "Release")/a\' -e 'set(CMAKE_AR "%{_bindir}/gcc-ar")\' -e 'set(CMAKE_RANLIB "%{_bindir}/gcc-ranlib")\' -e 'set(CMAKE_NM "%{_bindir}/gcc-nm")' -i out/Release/CMakeLists.txt
%endif
@@ -127,23 +127,23 @@ popd
%install
# Installing executables...
-mkdir -p "%{buildroot}%{_bindir}"
-install -m 0755 -p out/Release/Telegram "%{buildroot}%{_bindir}/%{name}"
+%{__mkdir_p} "%{buildroot}%{_bindir}"
+%{__install} -m 0755 -p out/Release/Telegram "%{buildroot}%{_bindir}/%{name}"
# Installing desktop shortcut...
-mv lib/xdg/telegramdesktop.desktop lib/xdg/%{name}.desktop
+%{__mv} lib/xdg/telegramdesktop.desktop lib/xdg/%{name}.desktop
desktop-file-install --dir="%{buildroot}%{_datadir}/applications" lib/xdg/%{name}.desktop
# Installing icons...
for size in 16 32 48 64 128 256 512; do
dir="%{buildroot}%{_datadir}/icons/hicolor/${size}x${size}/apps"
- install -d "$dir"
- install -m 0644 -p Telegram/Resources/art/icon${size}.png "$dir/%{name}.png"
+ %{__install} -d "$dir"
+ %{__install} -m 0644 -p Telegram/Resources/art/icon${size}.png "$dir/%{name}.png"
done
# Installing appdata for Gnome Software...
-install -d "%{buildroot}%{_datadir}/metainfo"
-install -m 0644 -p lib/xdg/telegramdesktop.appdata.xml "%{buildroot}%{_datadir}/metainfo/%{name}.appdata.xml"
+%{__install} -d "%{buildroot}%{_datadir}/metainfo"
+%{__install} -m 0644 -p lib/xdg/telegramdesktop.appdata.xml "%{buildroot}%{_datadir}/metainfo/%{name}.appdata.xml"
%check
appstream-util validate-relax --nonet "%{buildroot}%{_datadir}/metainfo/%{name}.appdata.xml"
5 years, 8 months
[libtgvoip] Enabled ARM builds again. Minor SPEC fixes.
by Vitaly Zaitsev
commit c7f95b0e58e5da3693c6db953b57935ce903696a
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Sat Mar 9 12:34:04 2019 +0100
Enabled ARM builds again. Minor SPEC fixes.
libtgvoip.spec | 29 +++++++++++++----------------
1 file changed, 13 insertions(+), 16 deletions(-)
---
diff --git a/libtgvoip.spec b/libtgvoip.spec
index 69f8a51..398c4b5 100644
--- a/libtgvoip.spec
+++ b/libtgvoip.spec
@@ -1,6 +1,6 @@
Name: libtgvoip
Version: 2.4.2
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: VoIP library for Telegram clients
# Libtgvoip shared library - Public Domain.
@@ -23,13 +23,6 @@ BuildRequires: cmake
BuildRequires: gcc
BuildRequires: gyp
-# Temporary disabled ARMv7 due to GCC 9.0 regressions:
-# https://bugzilla.redhat.com/show_bug.cgi?id=1668323
-# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87935
-%if 0%{?fedora} && 0%{?fedora} >= 30
-ExcludeArch: %{arm}
-%endif
-
%description
Provides VoIP library for Telegram clients.
@@ -54,18 +47,18 @@ popd
%install
# Installing shared library...
-mkdir -p "%{buildroot}%{_libdir}"
-install -m 0755 -p out/Release/lib.target/%{name}.so.%{version} "%{buildroot}%{_libdir}/%{name}.so.%{version}"
-ln -s %{name}.so.%{version} "%{buildroot}%{_libdir}/%{name}.so.2.4"
-ln -s %{name}.so.%{version} "%{buildroot}%{_libdir}/%{name}.so.2"
-ln -s %{name}.so.%{version} "%{buildroot}%{_libdir}/%{name}.so"
+%{__mkdir_p} "%{buildroot}%{_libdir}"
+%{__install} -m 0755 -p out/Release/lib.target/%{name}.so.%{version} "%{buildroot}%{_libdir}/%{name}.so.%{version}"
+%{__ln_s} %{name}.so.%{version} "%{buildroot}%{_libdir}/%{name}.so.2.4"
+%{__ln_s} %{name}.so.%{version} "%{buildroot}%{_libdir}/%{name}.so.2"
+%{__ln_s} %{name}.so.%{version} "%{buildroot}%{_libdir}/%{name}.so"
# Installing additional development files...
-mkdir -p "%{buildroot}%{_includedir}/%{name}"
+%{__mkdir_p} "%{buildroot}%{_includedir}/%{name}"
find . -maxdepth 1 -type f -name "*.h" -exec install -m 0644 -p '{}' %{buildroot}%{_includedir}/%{name} \;
-mkdir -p "%{buildroot}%{_includedir}/%{name}/audio"
+%{__mkdir_p} "%{buildroot}%{_includedir}/%{name}/audio"
find audio -maxdepth 1 -type f -name "*.h" -exec install -m 0644 -p '{}' %{buildroot}%{_includedir}/%{name}/audio \;
-mkdir -p "%{buildroot}%{_includedir}/%{name}/video"
+%{__mkdir_p} "%{buildroot}%{_includedir}/%{name}/video"
find video -maxdepth 1 -type f -name "*.h" -exec install -m 0644 -p '{}' %{buildroot}%{_includedir}/%{name}/video \;
%files
@@ -77,6 +70,10 @@ find video -maxdepth 1 -type f -name "*.h" -exec install -m 0644 -p '{}' %{build
%{_libdir}/%{name}.so
%changelog
+* Sat Mar 09 2019 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.4.2-4
+- Enabled ARM builds again.
+- Minor SPEC fixes.
+
* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.4.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
5 years, 8 months