[EmptyEpsilon] Improve compatibility with new CMake macro
by Leigh Scott
commit f5a42b9470eea3ce1bd6a1ad23ff34537c62ade5
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Aug 19 07:52:29 2020 +0100
Improve compatibility with new CMake macro
EmptyEpsilon.spec | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/EmptyEpsilon.spec b/EmptyEpsilon.spec
index 3dc575b..1ed6d38 100644
--- a/EmptyEpsilon.spec
+++ b/EmptyEpsilon.spec
@@ -2,13 +2,15 @@
%global version_minor 05
%global version_patch 21
+%undefine __cmake_in_source_build
+
Name: EmptyEpsilon
Summary: Spaceship bridge simulator game
Version: %{version_major}.%{version_minor}.%{version_patch}
Release: 3%{?dist}
License: GPLv2
Recommends: xclip
-BuildRequires: cmake
+BuildRequires: cmake3
BuildRequires: gcc-c++
BuildRequires: SFML-devel >= 2.3.2
BuildRequires: mesa-libGLU-devel >= 9.0.0
@@ -34,19 +36,16 @@ Note: Network play require port 35666 UDP and TCP allowed in firewall.
%autosetup -b 1 -n EmptyEpsilon-EE-%{version}
%build
-mkdir _build
-cd _build
-%cmake .. \
+%cmake3 \
-DSERIOUS_PROTON_DIR=%{_builddir}/SeriousProton-EE-%{version}/ \
-DCPACK_PACKAGE_VERSION_MAJOR=%{version_major} \
-DCPACK_PACKAGE_VERSION_MINOR=%{version_minor} \
-DCPACK_PACKAGE_VERSION_PATCH=%{version_patch} \
-DCONFIG_DIR=%{_sysconfdir}/emptyepsilon/
-%make_build
+%cmake3_build
%install
-cd _build
-%make_install
+%cmake3_install
# auto-generated help from /usr to buildroot
mv %{buildroot}%{_prefix}/script_reference.html ../
4 years, 3 months
[abuse] Improve compatibility with new CMake macro
by Leigh Scott
commit 40046c67a775594d5a9f8929270384265d26a040
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Aug 19 07:48:58 2020 +0100
Improve compatibility with new CMake macro
abuse.spec | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
---
diff --git a/abuse.spec b/abuse.spec
index 08fe555..95bee78 100644
--- a/abuse.spec
+++ b/abuse.spec
@@ -1,6 +1,8 @@
%global commit 3c674b19c6ccb5fe4943658f41bb188a8dd19d5c
%global shortcommit %(c=%{commit}; echo ${c:0:7})
+%undefine __cmake_in_source_build
+
Name: abuse
Version: 0.9
Release: 7%{?dist}
@@ -20,7 +22,7 @@ Source3: %{name}.desktop
# Fix NULL pointer deref at startup
Patch0: 0001-Fix-NULL-pointer-deref-when-built-with-gcc-O1-or-O2.patch
BuildRequires: SDL2-devel SDL2_mixer-devel alsa-lib-devel libGLU-devel
-BuildRequires: cmake desktop-file-utils ImageMagick gcc-c++
+BuildRequires: cmake3 desktop-file-utils ImageMagick gcc-c++
Requires: hicolor-icon-theme
%description
@@ -35,18 +37,13 @@ sed -i 's/@VERSION@/%{version}/' doc/abuse*.6.in
%build
-mkdir build
-pushd build
# BUILD_SHARED_LIBS:BOOL=OFF -> make builtin helper libs static
-%cmake -DBUILD_SHARED_LIBS:BOOL=OFF ..
-make %{?_smp_mflags}
-popd
+%cmake3 -DBUILD_SHARED_LIBS:BOOL=OFF
+%cmake3_build
%install
-pushd build
-%make_install INSTALL="install -p"
-popd
+%cmake3_installl
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/256x256/apps
convert -background transparent -resize 256x256 -extent 256x256-28+0 \
4 years, 3 months
[abuse] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
by Leigh Scott
commit a43f41bc9c3331ce292f17918cb9a86ca6ebabdb
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Aug 19 07:41:27 2020 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)gmail.com>
abuse.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/abuse.spec b/abuse.spec
index d975994..08fe555 100644
--- a/abuse.spec
+++ b/abuse.spec
@@ -3,7 +3,7 @@
Name: abuse
Version: 0.9
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: The classic Crack-Dot-Com game
# The engine is GPLv2+, the data files are mostly in the public domain, except
# for the music and sfx files, which may be distributed freely, but not
@@ -69,6 +69,9 @@ install -p -m 0644 doc/abuse-tool.6.in $RPM_BUILD_ROOT%{_mandir}/man6/abuse-tool
%changelog
+* Wed Aug 19 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.9-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
* Wed Feb 05 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.9-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
4 years, 3 months
[TestU01] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
by Leigh Scott
commit 68b65afce5525e3d20257386c5f3a43a24545271
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Aug 19 07:40:57 2020 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)gmail.com>
TestU01.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/TestU01.spec b/TestU01.spec
index 176931c..097f08d 100644
--- a/TestU01.spec
+++ b/TestU01.spec
@@ -1,7 +1,7 @@
Summary: Utilities for the statistical testing of uniform random number generators
Name: TestU01
Version: 1.2.3
-Release: 13%{?dist}
+Release: 14%{?dist}
License: Custom (Non-Commercial Use Only)
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Group: Development/Libraries
@@ -97,6 +97,9 @@ rm -rf %{buildroot}
%changelog
+* Wed Aug 19 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.2.3-14
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
* Wed Feb 05 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.2.3-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
4 years, 3 months
[SDLPoP] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
by Leigh Scott
commit 25432fdafeecb0a02dd33870159206ccbd9f8289
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Aug 19 07:40:47 2020 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)gmail.com>
SDLPoP.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/SDLPoP.spec b/SDLPoP.spec
index 8274b49..436e4eb 100644
--- a/SDLPoP.spec
+++ b/SDLPoP.spec
@@ -1,6 +1,6 @@
Name: SDLPoP
Version: 1.20
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: An open-source port of Prince of Persia
License: GPLv3+
@@ -82,6 +82,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/prince.appdata
%changelog
+* Wed Aug 19 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.20-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
* Sun May 17 2020 Andrea Musuruane <musuruan(a)gmail.com> - 1.20-3
- Added an upstream patch to properly fix duplicate symbol errors when
building with -fno-common
4 years, 3 months
[EmptyEpsilon] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
by Leigh Scott
commit 94d7bbc77f5a8dc2b2b30cf9ebea487f9db81f95
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Aug 19 07:40:08 2020 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)gmail.com>
EmptyEpsilon.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/EmptyEpsilon.spec b/EmptyEpsilon.spec
index 7b56bd3..3dc575b 100644
--- a/EmptyEpsilon.spec
+++ b/EmptyEpsilon.spec
@@ -5,7 +5,7 @@
Name: EmptyEpsilon
Summary: Spaceship bridge simulator game
Version: %{version_major}.%{version_minor}.%{version_patch}
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv2
Recommends: xclip
BuildRequires: cmake
@@ -79,6 +79,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}.desktop
%changelog
+* Wed Aug 19 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2019.05.21-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
* Wed Feb 05 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2019.05.21-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
4 years, 3 months