Ticket #67 (closed defect: fixed)
Incorrectly commented define in the template rpm spec
| Reported by: | krnekit | Owned by: | bruno |
|---|---|---|---|
| Priority: | major | Milestone: | 0.10.1 |
| Component: | pb | Version: | 0.9.10 |
| Keywords: | Cc: |
Description
I use pb version 0.9.10-1042. It generates incorrect template for rpm spec located at pbconf/PROJECT/rpm/PROJECT.spec. This template contains the following line:
#%define srcname PBPKG
That causes following error during build2pkg:
#%define is forbidden, use #define to comment a %define
So, that line should look like this
#define srcname PBPKG
Change History
Note: See
TracTickets for help on using
tickets.

THanks for your report.
Fixed in rev [1088]
Will be in next version 0.9.12