Displaying 2 results from an estimated 2 matches for "distro_info".
2012 Mar 25
2
build postfix rpm with mysql
..._vda - add virtual delivery agent patch
#
# Please send bugfixes and comments to the packager.
#
# distribution which the spec file was built from
%define distribution rhel-5.0
# distribution which we are building Postfix on
# - call my script once to speed up build process
%define distro_info %(sh $(rpm --eval
'%{_sourcedir}')/postfix-get-distribution --distro-info)
%define build_dist_full %(echo "%distro_info" | cut -d" " -f5)
%define build_name %(echo "%distro_info" | cut -d" " -f1)
%define build_major %(echo "%distro_i...
2011 Nov 19
4
build postfix spec w/ mysql
...- add virtual delivery agent patch
#
# Please send bugfixes and comments to the packager.
#
# distribution which the spec file was built from
%define distribution rhel-5.0
%define MYSQL 1
# distribution which we are building Postfix on
# - call my script once to speed up build process
%define distro_info %(sh $(rpm --eval '%{_sourcedir}')/postfix-get-distribution --distro-info)
%define build_dist_full %(echo "%distro_info" | cut -d" " -f5)
%define build_name %(echo "%distro_info" | cut -d" " -f1)
%define build_major %(echo "%distro_i...