Changeset 1840
- Timestamp:
- 01/18/08 12:01:30
(1 year ago)
- Author:
- jjarrett
- Message:
Modified Makefile and spec file to support user defined properties from within the project definition.
Fixes ticket:150
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1753 |
r1840 |
|
| 34 | 34 | # (enforcing or permissive) |
|---|
| 35 | 35 | MODE ?= permissive |
|---|
| | 36 | |
|---|
| | 37 | # This is Vendor creating the package, it defaults to Tresys Technology, LLC |
|---|
| | 38 | VENDOR ?= "Tresys Technology, LLC" |
|---|
| | 39 | |
|---|
| | 40 | # This is the Package responsible for generating this pakcage, it defaults to |
|---|
| | 41 | # Treys Technology, LLC |
|---|
| | 42 | PACKAGER ?= "Tresys Technology, LLC" |
|---|
| 36 | 43 | |
|---|
| 37 | 44 | # please insert any docs here that you want to be placed in the tarball |
|---|
| … | … | |
| 111 | 118 | --define 'release $(RELEASE)' --define 'type $(POL_TYPE)' \ |
|---|
| 112 | 119 | --define 'output_version $(OUTPUT_VER)' \ |
|---|
| | 120 | --define 'packager $(PACKAGER)' \ |
|---|
| | 121 | --define 'vendor $(VENDOR)' \ |
|---|
| 113 | 122 | --define 'mode $(MODE)' --define 'polname $(POLNAME)' \ |
|---|
| 114 | 123 | -b$(BIN_OR_ALL) SPECS/$(notdir $(POLICY_SPEC)) |
|---|
| r1316 |
r1840 |
|
| 8 | 8 | Release: %{release} |
|---|
| 9 | 9 | License: Proprietary |
|---|
| 10 | | Vendor: Tresys Technology, LLC |
|---|
| 11 | | Packager: Tresys Technology, LLC |
|---|
| | 10 | Vendor: %{vendor} |
|---|
| | 11 | Packager: %{packager} |
|---|
| 12 | 12 | Source: selinux-policy-%{polname}-%{version}.tar.gz |
|---|
| 13 | 13 | Group: System Environment/Base |
|---|
Download in other formats:
* Generating other formats may take time.