
- Adds python-redfish.spec for pb from previous version - first rpm made using project-builder.org - Adds a changelog file for pb - Now delivers redfish-client under /usr/bin - Fix dependencies needed to invoke redfish-client - Versions can now be used through pb instead of being hardcoded - Prepare deb package build
24 lines
554 B
Plaintext
24 lines
554 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
# Filter for debian build
|
|
#
|
|
# PBGRP is replaced by the group of apps
|
|
filter PBGRP = utils
|
|
|
|
# PBLIC is replaced by the license of the application
|
|
# Cf: http://www.debian.org/legal/licenses/
|
|
filter PBLIC = ASL 2.0
|
|
|
|
# PBDEP is replaced by the list of dependencies
|
|
filter PBDEP = python-docopt, python-tortilla
|
|
|
|
# PBBDEP is replaced by the list of build dependencies
|
|
filter PBBDEP = python-devel, python-setuptools
|
|
|
|
# PBSUG is replaced by the list of suggestions
|
|
#filter PBSUG =
|
|
|
|
# PBREC is replaced by the list of recommandations
|
|
#filter PBREC =
|