source: app/dist/spec/README @ 9b57c4d

help
Last change on this file since 9b57c4d was 9b57c4d, checked in by pawelk <pawelk@…>, 16 years ago

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

  • Property mode set to 100644
File size: 475 bytes
Line 
1This directory contains files necessary to produce rpm package.
2
3First, you must have variable UTT_DIST_DIR defined properly.
4This variable should be defined by main Makefile.
5
6To create rpm file, just write:
7make
8
9The created package should appears in default RPM directory.
10(in my computer it is /usr/src/redhat/RPMS/$arch/ directory)
11
12To determine the rpm output directory, execute:
13rpm --showrc | grep _rmpdir
14
15You need access privilage to this directory to create rmp.
16
Note: See TracBrowser for help on using the repository browser.