| Revision 618,
501 bytes
checked in by bruno, 4 years ago
(diff) |
|
Get a working rpm for rinse with hg (needs pb version 0.9.5)
|
| Line | |
|---|
| 1 | # |
|---|
| 2 | # $Id$ |
|---|
| 3 | # |
|---|
| 4 | # Filter for rpm build |
|---|
| 5 | # |
|---|
| 6 | |
|---|
| 7 | # PBGRP is replaced by the RPM group of apps |
|---|
| 8 | # Cf: http://fedoraproject.org/wiki/RPMGroups |
|---|
| 9 | filter PBGRP = Applications/System |
|---|
| 10 | |
|---|
| 11 | # PBLIC is replaced by the license of the application |
|---|
| 12 | # Cf: http://fedoraproject.org/wiki/Licensing |
|---|
| 13 | filter PBLIC = Artistic 2.0 |
|---|
| 14 | |
|---|
| 15 | # PBDEP is replaced by the list of dependencies |
|---|
| 16 | #filter PBDEP = |
|---|
| 17 | |
|---|
| 18 | # PBSUF is replaced by the package suffix ($pbsuf'} in code) |
|---|
| 19 | filter PBSUF = %{dist} |
|---|
| 20 | |
|---|
| 21 | # PBOBS is replaced by the Obsolete line |
|---|
| 22 | #filter PBOBS = |
|---|
| 23 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.