summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorFlorian Franzmann2019-09-20 18:21:14 +0200
committerFlorian Franzmann2019-09-25 21:35:30 +0200
commit90c22c4f2aa30793693d226c48c64de89958d270 (patch)
tree7a0f8544094f1529de6d968f4308f6cabc33ba52 /libs
parent7407db7d2725a8b2880cbdd254cf838e3afda2e1 (diff)
libs/med-fichier: version 4.0.0
Diffstat (limited to 'libs')
-rw-r--r--libs/med-fichier/0001-install-docs-to-the-correct-location-do-not-install-.patch24
-rwxr-xr-xlibs/med-fichier/DETAILS12
-rw-r--r--libs/med-fichier/HISTORY4
-rwxr-xr-xlibs/med-fichier/PRE_BUILD4
4 files changed, 10 insertions, 34 deletions
diff --git a/libs/med-fichier/0001-install-docs-to-the-correct-location-do-not-install-.patch b/libs/med-fichier/0001-install-docs-to-the-correct-location-do-not-install-.patch
deleted file mode 100644
index c6d9e11830..0000000000
--- a/libs/med-fichier/0001-install-docs-to-the-correct-location-do-not-install-.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 396a1df9c64d94d32561faa4de49429e2f2ce033 Mon Sep 17 00:00:00 2001
-From: Florian Franzmann <bwlf@bandrate.org>
-Date: Sat, 21 Jan 2017 12:33:15 +0100
-Subject: [PATCH] install docs to the correct location, do not install test
- cases
-
----
- CMakeLists.txt | 3 ---
- 1 file changed, 3 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 0594d93..c13e325 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -64,6 +64,3 @@ CONFIGURE_FILE(${CMAKE_BINARY_DIR}/include/2.3.6/med_config.h.cmake ${CMAKE_BINA
- ADD_SUBDIRECTORY(include)
- ADD_SUBDIRECTORY(src)
- ADD_SUBDIRECTORY(tools)
--ADD_SUBDIRECTORY(tests)
--
--INSTALL(DIRECTORY doc DESTINATION ${CMAKE_INSTALL_PREFIX})
---
-2.11.0
-
diff --git a/libs/med-fichier/DETAILS b/libs/med-fichier/DETAILS
index 861dfb01b4..8183c3750b 100755
--- a/libs/med-fichier/DETAILS
+++ b/libs/med-fichier/DETAILS
@@ -1,10 +1,10 @@
SPELL=med-fichier
- VERSION=3.0.6.orig
- SOURCE="${SPELL}_${VERSION}.tar.gz"
- SOURCE_URL[0]=http://ftp.de.debian.org/debian/pool/main/m/${SPELL}/${SOURCE}
- SOURCE_HASH=sha512:b6096d76943bcc67993f5dd341964de5aaa3df1d8b8fbb7d45e583944e4c77351e4316e8e47d4a53cb45868554c842a4b83252a4c687e7a7e6c8a2f78ba25b2a
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/med-3.0.6_SRC"
- WEB_SITE="https://packages.debian.org/en/source/sid/med-fichier"
+ VERSION=4.0.0
+ SOURCE="med-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://files.salome-platform.org/Salome/other/$SOURCE
+ SOURCE_HASH=sha512:2840437010481fc5f12a56e3282f8ca5e94df541899e2b511756702f86d0f87dbf2f6e086d8e591e2bd370d8f4bab8089e7f7f939fea16354a23e2b5a4d96cd7
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/med-${VERSION}"
+ WEB_SITE="https://www.salome-platform.org"
LICENSE[0]=GPL
ENTERED=20170119
SHORT="a library for processing MED files"
diff --git a/libs/med-fichier/HISTORY b/libs/med-fichier/HISTORY
index 38b0925a2d..2b34d96185 100644
--- a/libs/med-fichier/HISTORY
+++ b/libs/med-fichier/HISTORY
@@ -1,3 +1,7 @@
+2019-09-20 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS: version 4.0.0, fix WEB_SITE, fix SOURCE_URL
+ * PRE_BUILD, 0001-install-docs-to-the-correct-location-do-not-install-.patch: removed
+
2017-01-19 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* BUILD, DEPENDS, DETAILS, PRE_BUILD,
0001-install-docs-to-the-correct-location-do-not-install-.patch: spell created
diff --git a/libs/med-fichier/PRE_BUILD b/libs/med-fichier/PRE_BUILD
deleted file mode 100755
index f3c6552777..0000000000
--- a/libs/med-fichier/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-patch -p1 < "$SPELL_DIRECTORY/0001-install-docs-to-the-correct-location-do-not-install-.patch"