SHA256
1
0
forked from pool/nedit
nedit/update.sh
Dirk Stoecker a7de48bf0b Accepting request 195766 from home:dstoecker
Please change also the repositories for 12.2,12.3 and Factory for editors project to ":NonFree", so nedit compiles. Since 12.2 motif is in nonfree.

OBS-URL: https://build.opensuse.org/request/show/195766
OBS-URL: https://build.opensuse.org/package/show/editors/nedit?expand=0&rev=9
2013-08-28 06:25:12 +00:00

11 lines
273 B
Bash

#! /bin/bash
NAME=nedit
cvs -d :pserver:anonymous@nedit.cvs.sourceforge.net:/cvsroot/nedit co ${NAME}
#osc rm $NAME-*.tar.bz2
date=`date -u +"%Y%m%d"`
ARC=$NAME-5.5_CVS$date-src.tar.bz2
tar -cjf $ARC $NAME --exclude "CVS" --exclude ".cvsignore"
rm -rf $NAME
#osc add $ARC