[gr-dab] Fix
by Leigh Scott
commit 269805e951b4e07b5783ae3502357c3a5d57ae4a
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Aug 18 00:47:20 2020 +0100
Fix
gr-dab.spec | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/gr-dab.spec b/gr-dab.spec
index 06b0f6e..c18c568 100644
--- a/gr-dab.spec
+++ b/gr-dab.spec
@@ -45,7 +45,6 @@ Documentation files for gr-dab.
%cmake3_build -j1
%install
-cd build
%cmake3_install
# remove hashbangs
4 years, 3 months
[gr-dab] Fix
by Leigh Scott
commit de841720c72fd761e62f217e55d0c582dd59f0dc
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Aug 18 00:23:22 2020 +0100
Fix
gr-dab.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gr-dab.spec b/gr-dab.spec
index 635d515..06b0f6e 100644
--- a/gr-dab.spec
+++ b/gr-dab.spec
@@ -60,7 +60,7 @@ mv %{buildroot}%{_includedir}/dab/* %{buildroot}%{_includedir}/grdab
rmdir %{buildroot}%{_includedir}/dab
%check
-cd build
+cd %{_vpath_builddir}
make test
%ldconfig_scriptlets
4 years, 3 months
[gstreamer-ffmpeg] fix
by Leigh Scott
commit 01cb38e10f9a634390af3dba94ceb9cfb87fad29
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Aug 18 00:19:27 2020 +0100
fix
gstreamer-ffmpeg.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/gstreamer-ffmpeg.spec b/gstreamer-ffmpeg.spec
index 823a092..acb238d 100644
--- a/gstreamer-ffmpeg.spec
+++ b/gstreamer-ffmpeg.spec
@@ -1,5 +1,9 @@
%global libav_ver 0.8.21
+%ifarch x86_64
+%global _lto_cflags %{nil}
+%endif
+
Name: gstreamer-ffmpeg
Version: 0.10.13
Release: 27%{?dist}
4 years, 3 months
[gr-dab] Improve compatibility with new CMake macro
by Leigh Scott
commit 12135d255427219b88ea334074082a8f30f3ac8e
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Aug 17 23:55:39 2020 +0100
Improve compatibility with new CMake macro
gr-dab.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gr-dab.spec b/gr-dab.spec
index ac1072c..635d515 100644
--- a/gr-dab.spec
+++ b/gr-dab.spec
@@ -4,12 +4,14 @@
#%%global git_short_commit %%(echo %%{git_commit} | cut -c -8)
#%%global git_suffix %%{git_date}git%%{git_short_commit}
+%undefine __cmake_in_source_build
+
Name: gr-dab
URL: https://github.com/andrmuel/gr-dab
Version: 0.4
Release: 3%{?dist}
License: GPLv3+
-BuildRequires: cmake, gcc-c++, python3-devel, python3-scipy, gnuradio-devel
+BuildRequires: cmake3, gcc-c++, python3-devel, python3-scipy, gnuradio-devel
BuildRequires: python3-matplotlib, cppunit-devel, boost-devel, doxygen, fftw-devel
BuildRequires: swig, faad2-devel, findutils, texlive-latex, texlive-dvips, python3-mako
BuildRequires: texlive-newunicodechar, log4cpp-devel, gmp-devel, orc-devel
@@ -39,14 +41,12 @@ Documentation files for gr-dab.
%autosetup -p1
%build
-mkdir build
-cd build
-%cmake -DENABLE_DOXYGEN=on ..
-%make_build -j1
+%cmake3 -DENABLE_DOXYGEN=on
+%cmake3_build -j1
%install
cd build
-%make_install
+%cmake3_install
# remove hashbangs
pushd %{buildroot}%{python3_sitearch}/grdab
4 years, 3 months
[gstreamer-ffmpeg] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
by Leigh Scott
commit 11f177d4d51aec553ed9275dcfdb50e70a8ff1dd
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Aug 17 23:41:59 2020 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)gmail.com>
gstreamer-ffmpeg.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/gstreamer-ffmpeg.spec b/gstreamer-ffmpeg.spec
index e7fac1f..823a092 100644
--- a/gstreamer-ffmpeg.spec
+++ b/gstreamer-ffmpeg.spec
@@ -2,7 +2,7 @@
Name: gstreamer-ffmpeg
Version: 0.10.13
-Release: 26%{?dist}
+Release: 27%{?dist}
Summary: GStreamer FFmpeg-based plug-ins
# the ffmpeg plugin is LGPL, the postproc plugin is GPL
License: GPLv2+ and LGPLv2+
@@ -89,6 +89,9 @@ rm %{buildroot}%{_libdir}/gstreamer-0.10/libgst*.la
%changelog
+* Mon Aug 17 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.10.13-27
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
* Mon Jun 29 2020 Dominik Mierzejewski <rpm(a)greysector.net> - 0.10.13-26
- bump release to get around rpmfusion-free-obsolete-packages-32
4 years, 3 months
[gstreamer] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
by Leigh Scott
commit 88f0323074f93ebafbedfb7f2e9307d9a070e8e0
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Aug 17 23:41:49 2020 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)gmail.com>
gstreamer.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/gstreamer.spec b/gstreamer.spec
index 7661dec..1c03324 100644
--- a/gstreamer.spec
+++ b/gstreamer.spec
@@ -7,7 +7,7 @@
Name: %{gstreamer}
Version: 0.10.36
-Release: 27%{?dist}
+Release: 28%{?dist}
Summary: GStreamer streaming media framework runtime
License: LGPLv2+
@@ -237,6 +237,9 @@ install -m0644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/gstreamer
%doc %{_datadir}/gtk-doc/html/gstreamer-plugins-%{majorminor}
%changelog
+* Mon Aug 17 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.10.36-28
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
* Fri Apr 24 2020 Dominik 'Rathann' Mierzejewski <rpm(a)greysector.net> - 0.10.36-27
- rebuilt to get around fedora-obsolete-packages-32
4 years, 3 months
[gr-dab] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
by Leigh Scott
commit 832c243611812fb75600976b9612b9fdbde0de35
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Aug 17 23:41:38 2020 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)gmail.com>
gr-dab.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/gr-dab.spec b/gr-dab.spec
index 313fdc3..ac1072c 100644
--- a/gr-dab.spec
+++ b/gr-dab.spec
@@ -7,7 +7,7 @@
Name: gr-dab
URL: https://github.com/andrmuel/gr-dab
Version: 0.4
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv3+
BuildRequires: cmake, gcc-c++, python3-devel, python3-scipy, gnuradio-devel
BuildRequires: python3-matplotlib, cppunit-devel, boost-devel, doxygen, fftw-devel
@@ -85,6 +85,9 @@ make test
%doc %{_docdir}/%{name}/xml
%changelog
+* Mon Aug 17 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.4-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
* Tue Feb 04 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
4 years, 3 months