utt/app/dist/spec
pawelk 9b57c4d68c Kilka zmian technicznych, troche porzadku oraz uaktualnienie dystrybucji dla rpma.
git-svn-id: svn://atos.wmid.amu.edu.pl/utt@48 e293616e-ec6a-49c2-aa92-f4a8b91c5d16
2008-05-09 06:49:43 +00:00
..
Makefile Kilka zmian technicznych, troche porzadku oraz uaktualnienie dystrybucji dla rpma. 2008-05-09 06:49:43 +00:00
README Kilka zmian technicznych, troche porzadku oraz uaktualnienie dystrybucji dla rpma. 2008-05-09 06:49:43 +00:00
utt.spec Poprawiłem skrypty, generujące dystrybucję tarball oraz rpm. 2008-03-17 10:35:12 +00:00

This directory contains files necessary to produce rpm package.

First, you must have variable UTT_DIST_DIR defined properly.
This variable should be defined by main Makefile.

To create rpm file, just write:
make

The created package should appears in default RPM directory.
(in my computer it is /usr/src/redhat/RPMS/$arch/ directory)

To determine the rpm output directory, execute:
rpm --showrc | grep _rmpdir

You need access privilage to this directory to create rmp.