YaST modules rename from novell-casa to CASA.
This commit is contained in:
@@ -893,7 +893,7 @@ rpmBuild ()
|
||||
echo "************************************************************"
|
||||
echo "[$SCRIPT_NAME] running rpmBuild()"
|
||||
|
||||
# delete the yast2-novell-casa build directory
|
||||
# delete the yast2-CASA build directory
|
||||
deleteBuildDirectoryContents
|
||||
|
||||
# delete the rpm directory
|
||||
@@ -923,10 +923,10 @@ rpmBuild ()
|
||||
# this creates the tarball in the package directory
|
||||
executeMakePackageLocal
|
||||
|
||||
# create the novell-casa.po file
|
||||
# create the CASA.po file
|
||||
#createPOFile
|
||||
|
||||
# delete the yast2-novell-casa directory in the SOURCES directory
|
||||
# delete the yast2-CASA directory in the SOURCES directory
|
||||
deleteSourcesDirectoryContents
|
||||
|
||||
# delete the spec file in the SPECS directory
|
||||
@@ -1016,7 +1016,7 @@ rpmBuild ()
|
||||
# delete the package directory
|
||||
deletePackageDirectory
|
||||
|
||||
# delete the yast2-novell-casa directory in the SOURCES directory
|
||||
# delete the yast2-CASA directory in the SOURCES directory
|
||||
deleteSourcesDirectoryContents
|
||||
|
||||
# delete the spec file in the SPECS directory
|
||||
@@ -1038,7 +1038,7 @@ rpmBuild ()
|
||||
# clean the pot and mo files
|
||||
cleanPOTFile
|
||||
|
||||
# delete the yast2-novell-casa build directory
|
||||
# delete the yast2-CASA build directory
|
||||
deleteBuildDirectoryContents
|
||||
}
|
||||
|
||||
@@ -1142,7 +1142,7 @@ createTarBall ()
|
||||
|
||||
createPOFile ()
|
||||
{
|
||||
# use the novell-casa.pot file to create the novell-casa.po which is given to localization
|
||||
# use the CASA.pot file to create the CASA.po which is given to localization
|
||||
cd $START_DIR
|
||||
|
||||
echo ""
|
||||
@@ -1172,7 +1172,7 @@ createPOFile ()
|
||||
|
||||
createMOFiles ()
|
||||
{
|
||||
# use the novell-casa.po files from localization to create the novell-casa.mo files
|
||||
# use the CASA.po files from localization to create the CASA.mo files
|
||||
cd $START_DIR
|
||||
PO_DIRS="$START_DIR/pofiles/cs
|
||||
$START_DIR/pofiles/de
|
||||
@@ -1230,7 +1230,7 @@ clean ()
|
||||
# delete the package directory
|
||||
deletePackageDirectory
|
||||
|
||||
# delete the yast2-novell-casa directory in the SOURCES directory
|
||||
# delete the yast2-CASA directory in the SOURCES directory
|
||||
deleteSourcesDirectoryContents
|
||||
|
||||
# delete the spec file in the SPECS directory
|
||||
@@ -1259,7 +1259,7 @@ clean ()
|
||||
cleanPOTFile
|
||||
cleanMOFiles
|
||||
|
||||
# delete the yast2-novell-casa build directory
|
||||
# delete the yast2-CASA build directory
|
||||
deleteBuildDirectoryContents
|
||||
# from rpmBuild ()
|
||||
|
||||
@@ -1280,7 +1280,7 @@ clean ()
|
||||
|
||||
cleanPOFile ()
|
||||
{
|
||||
# delete the novell-casa.po file
|
||||
# delete the CASA.po file
|
||||
cd $START_DIR
|
||||
|
||||
if [ -e $START_DIR/$PO_FILE ]
|
||||
@@ -1296,7 +1296,7 @@ cleanPOFile ()
|
||||
|
||||
cleanPOTFile ()
|
||||
{
|
||||
# delete the novell-casa.pot file
|
||||
# delete the CASA.pot file
|
||||
cd $START_DIR
|
||||
|
||||
if [ -e $START_DIR/$POT_FILE ]
|
||||
@@ -1312,7 +1312,7 @@ cleanPOTFile ()
|
||||
|
||||
cleanMOFiles ()
|
||||
{
|
||||
# delete the novell-casa.mo file
|
||||
# delete the CASA.mo file
|
||||
cd $START_DIR
|
||||
|
||||
echo ""
|
||||
@@ -1452,7 +1452,7 @@ else
|
||||
ARCH=i586
|
||||
fi
|
||||
|
||||
PACKAGE_NAME="yast2-novell-casa"
|
||||
PACKAGE_NAME="yast2-CASA"
|
||||
BUILD_ROOT_SPECS_DIR="$BUILD_ROOT/SPECS"
|
||||
BUILD_ROOT_RPMS_DIR="$BUILD_ROOT/RPMS"
|
||||
BUILD_ROOT_SRPMS_DIR="$BUILD_ROOT/SRPMS"
|
||||
@@ -1467,9 +1467,9 @@ PACKAGE_DIRECTORY="$START_DIR/package"
|
||||
SPEC_FILE_DIRECTORY="$START_DIR/spec"
|
||||
SPEC_FILE="$PACKAGE_NAME.spec"
|
||||
SPEC_IN_FILE="$PACKAGE_NAME.spec.in"
|
||||
POT_FILE="novell-casa.pot"
|
||||
PO_FILE="novell-casa.po"
|
||||
MO_FILE="novell-casa.mo"
|
||||
POT_FILE="CASA.pot"
|
||||
PO_FILE="CASA.po"
|
||||
MO_FILE="CASA.mo"
|
||||
|
||||
validateCommandLineParams
|
||||
|
||||
|
||||
Reference in New Issue
Block a user