Compare commits
No commits in common. "rawhide" and "f44" have entirely different histories.
4 changed files with 27 additions and 19 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xmount-1.3.1.tar.bz2) = 630c37b521b37b5c238bb451fdfdf98c3fa28b7ef4456cf1e54f0ce4774b24d2dc32a40a7f1201178877259c55acd504289bfa9d94f11f60cbb24911912edeec
|
||||
SHA512 (xmount-1.2.0.tar.bz2) = 7df2974eae84f22fc30d4971fe4f5d4e3b3fc1698703fc75b206777a06d2c3708e8d4f1c95f8c1c259ded2e99895ab5f8d35b583a3966b250ceb4f3029793575
|
||||
|
|
|
|||
|
|
@ -1,14 +1,27 @@
|
|||
--- a/CMakeLists.txt 2026-07-15 22:56:57.947212529 -0300
|
||||
+++ b/CMakeLists.txt 2026-07-15 22:56:59.937211558 -0300
|
||||
@@ -87,11 +87,6 @@
|
||||
From 7ea54293aea783e88545662d807bb5efc527d58d Mon Sep 17 00:00:00 2001
|
||||
From: Nicolas Chauvet <kwizart@gmail.com>
|
||||
Date: Tue, 26 Aug 2025 11:10:25 +0200
|
||||
Subject: [PATCH 2/2] Drop C_FLAGS tweaks
|
||||
|
||||
Signed-off-by: Nicolas Chauvet <kwizart@gmail.com>
|
||||
---
|
||||
CMakeLists.txt | 3 ---
|
||||
1 file changed, 3 deletions(-)
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 7369014065b5..e0064598f406 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -87,9 +87,6 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
|
||||
add_definitions(-D_LARGEFILE64_SOURCE)
|
||||
add_definitions(-D_FILE_OFFSET_BITS=64)
|
||||
add_definitions(-D_GNU_SOURCE)
|
||||
-if(NOT CMAKE_C_FLAGS)
|
||||
- set(CMAKE_C_FLAGS "-fno-strict-aliasing -std=c99 -Wall")
|
||||
-endif(NOT CMAKE_C_FLAGS)
|
||||
-set(CMAKE_C_FLAGS "-fno-strict-aliasing -std=c99 -Wall")
|
||||
-set(CMAKE_C_FLAGS_RELEASE "-O2 ${CMAKE_C_FLAGS}")
|
||||
-set(CMAKE_C_FLAGS_DEBUG "-ggdb -O0 ${CMAKE_C_FLAGS}")
|
||||
|
||||
# Compile stuff in sub dirs
|
||||
add_subdirectory(libxmount_input)
|
||||
--
|
||||
2.51.0
|
||||
|
||||
|
|
|
|||
|
|
@ -154,13 +154,6 @@ index 92d9b8ffa9a5..96fd71c2c95b 100644
|
|||
|
||||
add_executable(xmount xmount.c md5.c ../libxmount/libxmount.c)
|
||||
|
||||
diff --git a/libxmount_morphing/libxmount_morphing_byteswap/CMakeLists.txt b/libxmount_morphing/libxmount_morphing_byteswap/CMakeLists.txt
|
||||
--- a/libxmount_morphing/libxmount_morphing_byteswap/CMakeLists.txt
|
||||
+++ b/libxmount_morphing/libxmount_morphing_byteswap/CMakeLists.txt
|
||||
@@ -9,1 +9,1 @@
|
||||
-install(TARGETS xmount_morphing_byteswap DESTINATION lib/xmount)
|
||||
+install(TARGETS xmount_morphing_byteswap DESTINATION lib${LIB_SUFFIX}/xmount)
|
||||
|
||||
--
|
||||
2.51.0
|
||||
|
||||
|
|
|
|||
12
xmount.spec
12
xmount.spec
|
|
@ -1,5 +1,5 @@
|
|||
Name: xmount
|
||||
Version: 1.3.1
|
||||
Version: 1.2.0
|
||||
Release: %autorelease
|
||||
Summary: A on-the-fly convert for multiple hard disk image types
|
||||
|
||||
|
|
@ -9,12 +9,12 @@ Source0: https://code.sits.lu/foss/xmount/-/archive/%{version}/xmount-%{v
|
|||
Patch0: xmount-suffix.patch
|
||||
Patch1: xmount-cflags.patch
|
||||
|
||||
BuildRequires: afflib-devel
|
||||
BuildRequires: cmake
|
||||
BuildRequires: fuse3-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: fuse3-devel
|
||||
BuildRequires: libewf-devel
|
||||
BuildRequires: afflib-devel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: cmake
|
||||
|
||||
Provides: bundled(md5-deutsch)
|
||||
|
||||
|
|
@ -33,7 +33,9 @@ VmWare, or alike.
|
|||
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%setup -q
|
||||
%patch -P0 -p1 -b .suffix
|
||||
%patch -P1 -p1 -b .cflags
|
||||
# Fix perm
|
||||
chmod -x src/xmount.*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue