- Move to git releases.
OBS-URL: https://build.opensuse.org/package/show/editors/nedit?expand=0&rev=13
This commit is contained in:
parent
9011dea958
commit
41764829d5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c47291741c6bd5a72ef4f5216ceea1d6e076667cf2e13d5c6bf71e3b3a485d47
|
|
||||||
size 1016368
|
|
3
nedit-5.6_GIT20150410-src.tar.bz2
Normal file
3
nedit-5.6_GIT20150410-src.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:16a4b6a270794be2b1933404780d2cc50bb9e02589e7306d214d012422dfe2b0
|
||||||
|
size 7450586
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 10 08:19:18 UTC 2015 - drahn@suse.com
|
||||||
|
|
||||||
|
- Move to git releases.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 9 16:25:47 UTC 2015 - drahn@suse.com
|
Thu Apr 9 16:25:47 UTC 2015 - drahn@suse.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: nedit
|
Name: nedit
|
||||||
Version: 5.6_CVS20150409
|
Version: 5.6_GIT20150410
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Url: http://www.nedit.org/
|
Url: http://www.nedit.org/
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
NAME=nedit
|
NAME=nedit
|
||||||
cvs -d :pserver:anonymous@nedit.cvs.sourceforge.net:/cvsroot/nedit co ${NAME}
|
git clone git://git.code.sf.net/p/nedit/git ${NAME}
|
||||||
osc rm $NAME-*.tar.bz2
|
osc rm $NAME-*.tar.bz2
|
||||||
REV=`sed -n 's/RELEASE=nedit-\([0-9.]\+\).*/\1/p' ${NAME}/Makefile`
|
REV=`sed -n 's/RELEASE=nedit-\([0-9.]\+\).*/\1/p' ${NAME}/Makefile`
|
||||||
date=`date -u +"%Y%m%d"`
|
date=`date -u +"%Y%m%d"`
|
||||||
rev=${REV}_CVS$date
|
rev=${REV}_GIT$date
|
||||||
ARC=$NAME-5.6_CVS$date-src.tar.bz2
|
ARC=$NAME-5.6_GIT$date-src.tar.bz2
|
||||||
tar -cjf $ARC $NAME --exclude "CVS" --exclude ".cvsignore"
|
tar -cjf $ARC $NAME --exclude "CVS" --exclude ".cvsignore"
|
||||||
rm -rf $NAME
|
rm -rf $NAME
|
||||||
echo "New revision $rev"
|
echo "New revision $rev"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user