Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37853521
en ru br
ALT Linux repositórios
S:0.7.6-alt2.1

Group :: Arquivamento/Outros
RPM: xmount

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: xmount-suffix.patch
Download


diff -up xmount-0.7.6/libxmount_input/libxmount_input_aaff/CMakeLists.txt.suffix xmount-0.7.6/libxmount_input/libxmount_input_aaff/CMakeLists.txt
--- xmount-0.7.6/libxmount_input/libxmount_input_aaff/CMakeLists.txt.suffix	2018-04-05 08:09:54.000000000 +0200
+++ xmount-0.7.6/libxmount_input/libxmount_input_aaff/CMakeLists.txt	2018-08-13 17:04:46.054822886 +0200
@@ -9,5 +9,5 @@ include_directories(${LIBZ_INCLUDE_DIRS}
 
 target_link_libraries(xmount_input_aaff ${LIBZ_LIBRARIES})
 
-install(TARGETS xmount_input_aaff DESTINATION lib/xmount)
+install(TARGETS xmount_input_aaff DESTINATION lib${LIB_SUFFIX}/xmount)
 
diff -up xmount-0.7.6/libxmount_input/libxmount_input_aewf/CMakeLists.txt.suffix xmount-0.7.6/libxmount_input/libxmount_input_aewf/CMakeLists.txt
--- xmount-0.7.6/libxmount_input/libxmount_input_aewf/CMakeLists.txt.suffix	2018-04-05 08:09:54.000000000 +0200
+++ xmount-0.7.6/libxmount_input/libxmount_input_aewf/CMakeLists.txt	2018-08-13 17:04:46.054822886 +0200
@@ -10,5 +10,5 @@ include_directories(${LIBZ_INCLUDE_DIRS}
 
 target_link_libraries(xmount_input_aewf ${LIBZ_LIBRARIES})
 
-install(TARGETS xmount_input_aewf DESTINATION lib/xmount)
+install(TARGETS xmount_input_aewf DESTINATION lib${LIB_SUFFIX}/xmount)
 
diff -up xmount-0.7.6/libxmount_input/libxmount_input_aff/CMakeLists.txt.suffix xmount-0.7.6/libxmount_input/libxmount_input_aff/CMakeLists.txt
--- xmount-0.7.6/libxmount_input/libxmount_input_aff/CMakeLists.txt.suffix	2018-04-05 08:09:54.000000000 +0200
+++ xmount-0.7.6/libxmount_input/libxmount_input_aff/CMakeLists.txt	2018-08-13 17:04:46.054822886 +0200
@@ -61,5 +61,5 @@ endif(NOT STATIC_AFF)
 
 target_link_libraries(xmount_input_aff ${LIBS})
 
-install(TARGETS xmount_input_aff DESTINATION lib/xmount)
+install(TARGETS xmount_input_aff DESTINATION lib${LIB_SUFFIX}/xmount)
 
diff -up xmount-0.7.6/libxmount_input/libxmount_input_ewf/CMakeLists.txt.suffix xmount-0.7.6/libxmount_input/libxmount_input_ewf/CMakeLists.txt
--- xmount-0.7.6/libxmount_input/libxmount_input_ewf/CMakeLists.txt.suffix	2018-04-05 08:09:54.000000000 +0200
+++ xmount-0.7.6/libxmount_input/libxmount_input_ewf/CMakeLists.txt	2018-08-13 17:04:46.054822886 +0200
@@ -24,5 +24,5 @@ endif(NOT STATIC_EWF)
 
 target_link_libraries(xmount_input_ewf ${LIBS})
 
-install(TARGETS xmount_input_ewf DESTINATION lib/xmount)
+install(TARGETS xmount_input_ewf DESTINATION lib${LIB_SUFFIX}/xmount)
 
diff -up xmount-0.7.6/libxmount_input/libxmount_input_raw/CMakeLists.txt.suffix xmount-0.7.6/libxmount_input/libxmount_input_raw/CMakeLists.txt
--- xmount-0.7.6/libxmount_input/libxmount_input_raw/CMakeLists.txt.suffix	2018-04-05 08:09:54.000000000 +0200
+++ xmount-0.7.6/libxmount_input/libxmount_input_raw/CMakeLists.txt	2018-08-13 17:04:46.054822886 +0200
@@ -6,5 +6,5 @@ project(libxmount_input_raw C)
 
 add_library(xmount_input_raw SHARED libxmount_input_raw.c ../../libxmount/libxmount.c)
 
-install(TARGETS xmount_input_raw DESTINATION lib/xmount)
+install(TARGETS xmount_input_raw DESTINATION lib${LIB_SUFFIX}/xmount)
 
diff -up xmount-0.7.6/libxmount_morphing/libxmount_morphing_combine/CMakeLists.txt.suffix xmount-0.7.6/libxmount_morphing/libxmount_morphing_combine/CMakeLists.txt
--- xmount-0.7.6/libxmount_morphing/libxmount_morphing_combine/CMakeLists.txt.suffix	2018-04-05 08:09:54.000000000 +0200
+++ xmount-0.7.6/libxmount_morphing/libxmount_morphing_combine/CMakeLists.txt	2018-08-13 17:04:46.054822886 +0200
@@ -6,5 +6,5 @@ project(libxmount_morphing_combine C)
 
 add_library(xmount_morphing_combine SHARED libxmount_morphing_combine.c ../../libxmount/libxmount.c)
 
-install(TARGETS xmount_morphing_combine DESTINATION lib/xmount)
+install(TARGETS xmount_morphing_combine DESTINATION lib${LIB_SUFFIX}/xmount)
 
diff -up xmount-0.7.6/libxmount_morphing/libxmount_morphing_raid/CMakeLists.txt.suffix xmount-0.7.6/libxmount_morphing/libxmount_morphing_raid/CMakeLists.txt
--- xmount-0.7.6/libxmount_morphing/libxmount_morphing_raid/CMakeLists.txt.suffix	2018-04-05 08:09:54.000000000 +0200
+++ xmount-0.7.6/libxmount_morphing/libxmount_morphing_raid/CMakeLists.txt	2018-08-13 17:04:46.055822892 +0200
@@ -6,5 +6,5 @@ project(libxmount_morphing_raid C)
 
 add_library(xmount_morphing_raid SHARED libxmount_morphing_raid.c ../../libxmount/libxmount.c)
 
-install(TARGETS xmount_morphing_raid DESTINATION lib/xmount)
+install(TARGETS xmount_morphing_raid DESTINATION lib${LIB_SUFFIX}/xmount)
 
diff -up xmount-0.7.6/libxmount_morphing/libxmount_morphing_unallocated/CMakeLists.txt.suffix xmount-0.7.6/libxmount_morphing/libxmount_morphing_unallocated/CMakeLists.txt
--- xmount-0.7.6/libxmount_morphing/libxmount_morphing_unallocated/CMakeLists.txt.suffix	2018-04-05 08:09:54.000000000 +0200
+++ xmount-0.7.6/libxmount_morphing/libxmount_morphing_unallocated/CMakeLists.txt	2018-08-13 17:04:46.055822892 +0200
@@ -6,5 +6,5 @@ project(libxmount_morphing_unallocated C
 
 add_library(xmount_morphing_unallocated SHARED libxmount_morphing_unallocated.c hfs_functions.c fat_functions.c ../../libxmount/libxmount.c)
 
-install(TARGETS xmount_morphing_unallocated DESTINATION lib/xmount)
+install(TARGETS xmount_morphing_unallocated DESTINATION lib${LIB_SUFFIX}/xmount)
 
diff -up xmount-0.7.6/src/CMakeLists.txt.suffix xmount-0.7.6/src/CMakeLists.txt
--- xmount-0.7.6/src/CMakeLists.txt.suffix	2018-04-05 08:09:54.000000000 +0200
+++ xmount-0.7.6/src/CMakeLists.txt	2018-08-13 17:05:13.587979063 +0200
@@ -9,7 +9,7 @@ endif(NOT APPLE)
 
 set(LIBS ${LIBS} "dl")
 
-add_definitions(-DXMOUNT_LIBRARY_PATH="${CMAKE_INSTALL_PREFIX}/lib/xmount")
+add_definitions(-DXMOUNT_LIBRARY_PATH="${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}/xmount")
 
 add_executable(xmount xmount.c md5.c ../libxmount/libxmount.c)
 
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009