#! /bin/sh

# Lumir Vanek
# Create RPM package


cp kxmleditor-0.7.1.tar.gz /usr/src/packages/SOURCES/
rpm -bb kxmleditor.spec --target i686

# Package is created in: /usr/src/packages/RPMS/i686
# Enter into it using MC and check CONTENTS.cpio, if contain proper install directory
# with all neccesary files.