summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2011-04-27 00:59:09 +0200
committerFlorian Franzmann2011-04-27 00:59:09 +0200
commit9c0acf888edb1add04e1fad946e8c1767ff79348 (patch)
tree2637abc32aac610e728587e01455a3af74497591
parent8e3a3ba16af884d7ad12c5d7b5ff01955c964ef9 (diff)
libs/newt: version 0.52.12
-rwxr-xr-xlibs/newt/DEPENDS1
-rwxr-xr-xlibs/newt/DETAILS14
-rw-r--r--libs/newt/HISTORY5
-rwxr-xr-xlibs/newt/PRE_BUILD10
4 files changed, 11 insertions, 19 deletions
diff --git a/libs/newt/DEPENDS b/libs/newt/DEPENDS
index 8e7cc555bb..692a7f4d37 100755
--- a/libs/newt/DEPENDS
+++ b/libs/newt/DEPENDS
@@ -1,4 +1,3 @@
-depends rpmunpack &&
depends patch &&
depends slang &&
optional_depends gpm "--with-gpm-support" \
diff --git a/libs/newt/DETAILS b/libs/newt/DETAILS
index 988ba8e96c..f1bed2e7c9 100755
--- a/libs/newt/DETAILS
+++ b/libs/newt/DETAILS
@@ -1,12 +1,10 @@
SPELL=newt
- VERSION=0.52.11-2.fc13
- SOURCE_HASH=sha512:89f19a5a1fb2c99c1fe9c622422d37515f80ff494f59057987defe9b4fd4ab024032aa32b9bd993ea5b7a7e6c50476f72dfe4019df5e7e5d6a1a0854c85de4e3
- SOURCE=$SPELL-$VERSION.src.rpm
-local RHL_DIR
- RHL_DIR=pub/fedora/linux/development/source/SRPMS
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION//-*}
- SOURCE_URL[0]=ftp://download.fedora.redhat.com/$RHL_DIR/$SOURCE
- SOURCE_URL[1]=ftp://mirror.mcs.anl.gov/$RHL_DIR/$SOURCE
+ VERSION=0.52.12
+ SOURCE_HASH=sha512:71092b3379cb7faaf461ee87695951fc87bac637bdcce2a0db156e4ec1eba7241551150f973e555910461c53965ba4dacd5cf7bf9b30807f5ede3a9ae26d5726
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION}
+ SOURCE_URL[0]=https://fedorahosted.org/releases/n/e/${SPELL}/${SOURCE}
+ SOURCE_HINTS[0]=no-check-certificate
LICENSE[0]=LGPL
WEB_SITE=http://www.redhat.com/
ENTERED=20020316
diff --git a/libs/newt/HISTORY b/libs/newt/HISTORY
index 3c75cf8376..85297099b2 100644
--- a/libs/newt/HISTORY
+++ b/libs/newt/HISTORY
@@ -1,3 +1,8 @@
+2011-04-27 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.52.12
+ * PRE_BUILD: removed
+ * DEPENDS: removed dependency on rpmunpack
+
2010-04-29 Elisamuel Resto <ryuji@sourcemage.org>
* DETAILS: updated to 0.52.11-2.fc13
diff --git a/libs/newt/PRE_BUILD b/libs/newt/PRE_BUILD
deleted file mode 100755
index 457e174a2e..0000000000
--- a/libs/newt/PRE_BUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-default_pre_build &&
-local FF &&
-tar xzf $SPELL-*.tar.gz &&
-cd $SOURCE_DIRECTORY &&
-# apply multiple patches
-#for FF in `ls ../*.patch`;do
-# patch -p0 < $FF
-#done &&
-# remove files
-rm -f ../newt*{patch,gz,spec}