[girl] Fix
by Leigh Scott
commit 046db416b2ab13f3a2506e59a07bc0e4e6bad462
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Aug 17 22:50:17 2020 +0100
Fix
girl.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/girl.spec b/girl.spec
index 33e7853..41e67a1 100644
--- a/girl.spec
+++ b/girl.spec
@@ -1,3 +1,5 @@
+%define _legacy_common_support 1
+
Name: girl
Version: 10.0.0
Release: 10%{?dist}
4 years, 3 months
[freshplayerplugin] Improve compatibility with new CMake macro
by Leigh Scott
commit 37832c9aa35c3fa849dd8a90a3d0259e0f176823
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Aug 17 19:34:51 2020 +0100
Improve compatibility with new CMake macro
freshplayerplugin.spec | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/freshplayerplugin.spec b/freshplayerplugin.spec
index b4fd00f..994113d 100644
--- a/freshplayerplugin.spec
+++ b/freshplayerplugin.spec
@@ -1,3 +1,5 @@
+%undefine __cmake_in_source_build
+
Name: freshplayerplugin
Version: 0.3.11
Release: 5%{?dist}
@@ -77,15 +79,11 @@ sed -i 's|include_directories("${CMAKE_BINARY_DIR}")|include_directories("${CMAK
%build
-mkdir build
-cd build
-%cmake3 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_SKIP_RPATH=true ..
-%make_build
+%cmake3 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_SKIP_RPATH=true
+%cmake3_build
%install
-pushd build
-%make_install
-popd
+%cmake3_install
install -Dm 0644 data/freshwrapper.conf.example %{buildroot}/etc/freshwrapper.conf
%files
4 years, 3 months
[ffmpegthumbs] Improve compatibility with new CMake macro
by Leigh Scott
commit c1b5ac3907092984ef70554025d59d1bc5269bd2
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Aug 17 19:29:48 2020 +0100
Improve compatibility with new CMake macro
ffmpegthumbs.spec | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/ffmpegthumbs.spec b/ffmpegthumbs.spec
index cf1b389..d63d13e 100644
--- a/ffmpegthumbs.spec
+++ b/ffmpegthumbs.spec
@@ -1,3 +1,5 @@
+%undefine __cmake_in_source_build
+
Name: ffmpegthumbs
Version: 19.12.1
Release: 4%{?dist}
@@ -35,16 +37,13 @@ KDE ffmpegthumbnailer service
%build
-mkdir %{_target_platform}
-pushd %{_target_platform}
-%{cmake_kf5} ..
-popd
+%{cmake_kf5}
-%make_build -C %{_target_platform}
+%cmake3_build
%install
-make install/fast -C %{_target_platform} DESTDIR=%{buildroot}
+%cmake3_install
%find_lang ffmpegthumbs
4 years, 3 months
[get_iplayer] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
by Leigh Scott
commit e537438a36528062b3760e0da5410a9e9a7024b0
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Aug 17 19:25:49 2020 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)gmail.com>
get_iplayer.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/get_iplayer.spec b/get_iplayer.spec
index 831db3f..ba8f8ec 100644
--- a/get_iplayer.spec
+++ b/get_iplayer.spec
@@ -1,6 +1,6 @@
Name: get_iplayer
Version: 3.26
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Lists, records and streams BBC iPlayer TV and radio programmes
Group: Applications/Internet
@@ -102,6 +102,9 @@ fi
%changelog
+* Mon Aug 17 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 3.26-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
* Sun Jun 28 2020 Peter Oliver <rpm(a)mavit.org.uk> - 3.26-1
- Update to version 3.26.
4 years, 3 months
[get-flash-videos] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
by Leigh Scott
commit d917df3c8f93088026c3bb046cf4add1f0d0f5bb
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Aug 17 19:25:05 2020 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)gmail.com>
get-flash-videos.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/get-flash-videos.spec b/get-flash-videos.spec
index 5d6a183..e36f426 100644
--- a/get-flash-videos.spec
+++ b/get-flash-videos.spec
@@ -1,6 +1,6 @@
Name: get-flash-videos
Version: 1.25.99.03
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: CLI tool to download flash video from websites
Group: Applications/Communications
# License breakdown in README.fedora
@@ -140,6 +140,9 @@ make test
%changelog
+* Mon Aug 17 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.25.99.03-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
* Thu Jul 02 2020 Paul Howarth <paul(a)city-fan.org> - 1.25.99.03-3
- Perl 5.32 rebuild
4 years, 3 months