Hacked By AnonymousFox

Current Path : /opt/alt/python37/lib64/python3.7/distutils/command/__pycache__/
Upload File :
Current File : //opt/alt/python37/lib64/python3.7/distutils/command/__pycache__/bdist_rpm.cpython-37.opt-2.pyc

B

YI~d�T�@s|ddlZddlZddlZddlmZddlmZddlmZddl	m
Z
ddlTddlm
Z
ddlmZGd	d
�d
e�ZdS)�N)�Command)�DEBUG)�get_platform)�
write_file)�*)�get_python_version)�logc)@s�eZdZdZdddddddd	d
ddd
ddddddddddddddddddd d!d"d#d$d%d&d'd(d)d*g)Zd+d,d-d.d/gZd+d,d-d0�Zd1d2�Zd3d4�Zd5d6�Z	d7d8�Z
d9d:�Zd;d<�Zd=d>�Z
d?S)@�	bdist_rpmzcreate an RPM distribution)zbdist-base=Nz/base directory for creating built distributions)z	rpm-base=Nzdbase directory for creating RPMs (defaults to "rpm" under --bdist-base; must be specified for RPM 2))z	dist-dir=�dzDdirectory to put final RPM files in (and .spec files if --spec-only))zpython=NzMpath to Python interpreter to hard-code in the .spec file (default: "python"))z
fix-pythonNzLhard-code the exact path to the current Python interpreter in the .spec file)z	spec-onlyNzonly regenerate spec file)zsource-onlyNzonly generate source RPM)zbinary-onlyNzonly generate binary RPM)z	use-bzip2Nz7use bzip2 instead of gzip to create source distribution)zdistribution-name=Nzgname of the (Linux) distribution to which this RPM applies (*not* the name of the module distribution!))zgroup=Nz9package classification [default: "Development/Libraries"])zrelease=NzRPM release number)zserial=NzRPM serial number)zvendor=NzaRPM "vendor" (eg. "Joe Blow <joe@example.com>") [default: maintainer or author from setup script])z	packager=NzBRPM packager (eg. "Jane Doe <jane@example.net>") [default: vendor])z
doc-files=Nz6list of documentation files (space or comma-separated))z
changelog=Nz
RPM changelog)zicon=Nzname of icon file)z	provides=Nz%capabilities provided by this package)z	requires=Nz%capabilities required by this package)z
conflicts=Nz-capabilities which conflict with this package)zbuild-requires=Nz+capabilities required to build this package)z
obsoletes=Nz*capabilities made obsolete by this package)z
no-autoreqNz+do not automatically calculate dependencies)z	keep-temp�kz"don't clean up RPM build directory)zno-keep-tempNz&clean up RPM build directory [default])zuse-rpm-opt-flagsNz8compile with RPM_OPT_FLAGS when building from source RPM)zno-rpm-opt-flagsNz&do not pass any RPM CFLAGS to compiler)z	rpm3-modeNz"RPM 3 compatibility mode (default))z	rpm2-modeNzRPM 2 compatibility mode)zprep-script=Nz3Specify a script for the PREP phase of RPM building)z
build-script=Nz4Specify a script for the BUILD phase of RPM building)zpre-install=Nz:Specify a script for the pre-INSTALL phase of RPM building)zinstall-script=Nz6Specify a script for the INSTALL phase of RPM building)z
post-install=Nz;Specify a script for the post-INSTALL phase of RPM building)zpre-uninstall=Nz<Specify a script for the pre-UNINSTALL phase of RPM building)zpost-uninstall=Nz=Specify a script for the post-UNINSTALL phase of RPM building)z
clean-script=Nz4Specify a script for the CLEAN phase of RPM building)zverify-script=Nz6Specify a script for the VERIFY phase of the RPM build)zforce-arch=Nz0Force an architecture onto the RPM build process)�quiet�qz3Run the INSTALL phase of RPM building in quiet modez	keep-tempzuse-rpm-opt-flagsz	rpm3-modez
no-autoreqr)zno-keep-tempzno-rpm-opt-flagsz	rpm2-modecCs�d|_d|_d|_d|_d|_d|_d|_d|_d|_d|_	d|_
d|_d|_d|_
d|_d|_d|_d|_d|_d|_d|_d|_d|_d|_d|_d|_d|_d|_d|_d|_d|_d|_d|_ d|_!d|_"d|_#d|_$d|_%d|_&dS)Nr�)'�
bdist_base�rpm_base�dist_dir�python�
fix_python�	spec_only�binary_only�source_only�	use_bzip2�distribution_name�group�release�serial�vendor�packager�	doc_files�	changelog�icon�prep_script�build_script�install_script�clean_script�
verify_script�pre_install�post_install�
pre_uninstall�post_uninstall�prep�provides�requires�	conflicts�build_requires�	obsoletes�	keep_temp�use_rpm_opt_flags�	rpm3_mode�
no_autoreq�
force_archr)�self�r6�@/opt/alt/python37/lib64/python3.7/distutils/command/bdist_rpm.py�initialize_options�sNzbdist_rpm.initialize_optionscCs�|�dd�|jdkr6|js$td��tj�|jd�|_|jdkrX|j	rPt
j|_qfd|_n|j	rftd��tjdkr~t
dtj��|jr�|jr�td	��|j��s�d
|_|�dd�|��dS)NZbdist)rrz)you must specify --rpm-base in RPM 2 mode�rpmZpython3z8--python and --fix-python are mutually exclusive options�posixz9don't know how to create RPM distributions on platform %sz6cannot supply both '--source-only' and '--binary-only'r)rr)Zset_undefined_optionsrr2ZDistutilsOptionError�os�path�joinrrr�sys�
executable�nameZDistutilsPlatformErrorrr�distribution�has_ext_modulesr1�finalize_package_data)r5r6r6r7�finalize_options�s.





zbdist_rpm.finalize_optionscCsX|�dd�|�dd|j��|j��f�|�d�|�d�t|jt�r|x.dD]&}tj	�
|�rR||jkrR|j�|�qRW|�dd	�|�d
�|�d�|�d�|�|j
�|_
|�d
�|�d�|�d�|�d�|�d�|�d�|�d�|�d�|�d�|�d�|�d�|�d�|�d�|�d�|�d�|�d�dS)NrzDevelopment/Librariesrz%s <%s>rr)ZREADMEz
README.txtr�1rrrr r!r"r#r$r%r&r'r(r)r+r,r-r.r/r4)Z
ensure_stringrAZget_contactZget_contact_emailZensure_string_list�
isinstancer�listr;r<�exists�append�_format_changelogrZensure_filename)r5Zreadmer6r6r7rC�s>





















zbdist_rpm.finalize_package_datacCs�tr<td�td|j�td|j�td|j�td|j�|jrT|j}|�|�n<i}x.dD]&}t	j
�|j|�||<|�||�q^W|d}t	j
�|d|j
���}|�t||��fd	|�|jr�dS|j
jdd�}|�d
�}|jr�dg|_ndg|_|�d
�||j
_|��d
}|d}|�||�|j�rft	j
�|j��rX|�|j|�ntd|j��t�d�dg}	t	j
�d��s�t	j
�d��r�dg}	|j�r�|	�d�n|j �r�|	�d�n
|	�d�|	�!dd|j"g�|j#�r|	�!ddt	j
�$|j�g�|j%�s|	�d�|j&�r&|	�d�|	�|�d}
|
d}d|
d }d!|||f}
t	�'|
�}zng}d}xB|�(�}|�s|P|�)��*�}|�|d"�|dk�rl|d
}�qlW|�+�}|�r�t,d#t-|
���Wd|�+�X|�.|	�|j/�s�|j
�0��rt1�}nd$}|j �sPt	j
�|d%|�}|�2||j�t	j
�|j|�}|j
j�d&||f�|j�s�xh|D]`}t	j
�|d'|�}t	j
�|��r^|�2||j�t	j
�|jt	j
�3|��}|j
j�d&||f��q^WdS)(Nzbefore _get_package_data():zvendor =z
packager =zdoc_files =zchangelog =)�SOURCES�SPECSZBUILD�RPMS�SRPMSrLz%s.speczwriting '%s'�sdistZbztarZgztarrrKzicon file '%s' does not existz
building RPMsr9z/usr/bin/rpmbuildz
/bin/rpmbuildZrpmbuildz-bsz-bbz-baz--definez__python %sz
_topdir %sz--cleanz--quietz%{name}-%{version}-%{release}z.src.rpmz%{arch}/z.%{arch}.rpmz%rpm -q --qf '%s %s\n' --specfile '%s'rzFailed to execute: %s�anyrNr	rM)4r�printrrrrrrZmkpathr;r<r=rrA�get_nameZexecuter�_make_spec_fileZ
dist_filesZreinitialize_commandr�formatsZrun_commandZget_archive_filesZ	copy_filer rHZDistutilsFileErrorr�inforrIr�extendrr2�abspathr0r�popen�readline�strip�split�closeZDistutilsExecError�reprZspawnZdry_runrBrZ	move_file�basename)r5Zspec_dirZrpm_dirr
Z	spec_pathZsaved_dist_filesrO�sourceZ
source_dirZrpm_cmdZ
nvr_stringZsrc_rpmZnon_src_rpmZq_cmd�outZbinary_rpmsZ
source_rpm�line�l�statusZ	pyversionZsrpm�filenamer9r6r6r7�runs�















z
bdist_rpm.runcCstj�|jtj�|��S)N)r;r<r=rr^)r5r<r6r6r7�
_dist_path�szbdist_rpm._dist_pathc	CsDd|j��d|j���dd�d|j��d|j�dd�dd|j��g}t�d	�}d
�dd�|�	�D��}d
}d}|�||�}||kr�|�
d�|�
d|d
�|�dddg�|jr�|�
d�n
|�
d�|�d|j�
�d|jddg�|j�s|j���s&|�
d�n|�
d|j�x^dD]V}t||���}t|t��rd|�
d|d�|�f�n|dk	�r,|�
d||f��q,W|j��dk�r�|�
d |j���|j�r�|�
d!|j�|j�r�|�
d"d�|j��|j�r|�
d#tj�|j��|j�r|�
d$�|�dd%|j��g�d&|jtj�tj d'�f}d(|}	|j!�r\d)|	}	d*|}
d+d,d-|	fd.d/|
fd0d1d2d3d4d5g	}xh|D]`\}}
}t||
�}|�s�|�r�|�dd6|g�|�r�|�t"|d7��#��$d
��n
|�
|��q�W|�dd8d9g�|j%�r|�
d:d�|j%��|j&�r@|�dd;g�|�|j&�|S)<Nz
%define name z%define version �-�_z%define unmangled_version z%define release �z	Summary: zrpm --eval %{__os_install_post}�
cSsg|]}d|���qS)z  %s \)rZ)�.0rar6r6r7�
<listcomp>�sz-bdist_rpm._make_spec_file.<locals>.<listcomp>zbrp-python-bytecompile \
z%brp-python-bytecompile %{__python} \
z2# Workaround for http://bugs.python.org/issue14443z%define __os_install_post z
Name: %{name}zVersion: %{version}zRelease: %{release}z-Source0: %{name}-%{unmangled_version}.tar.bz2z,Source0: %{name}-%{unmangled_version}.tar.gzz	License: zGroup: z>BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildrootzPrefix: %{_prefix}zBuildArch: noarchz
BuildArch: %s)ZVendorZPackagerZProvidesZRequiresZ	ConflictsZ	Obsoletesz%s: %s� ZUNKNOWNzUrl: zDistribution: zBuildRequires: zIcon: z
AutoReq: 0z%descriptionz%s %srz%s buildzenv CFLAGS="$RPM_OPT_FLAGS" z>%s install -O1 --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES)r*r!z&%setup -n %{name}-%{unmangled_version}Zbuildr"�installr#)Zcleanr$zrm -rf $RPM_BUILD_ROOT)Zverifyscriptr%N)Zprer&N)Zpostr'N)Zpreunr(N)Zpostunr)N�%�rz%files -f INSTALLED_FILESz%defattr(-,root,root)z%doc z
%changelog)'rArRZget_version�replacerZget_description�
subprocessZ	getoutputr=�
splitlinesrIrVrZget_licenserr4rB�getattr�lowerrFrGZget_urlrr.r r;r<r^r3Zget_long_descriptionrr>�argvr1�open�readr[rr)r5Z	spec_fileZvendor_hookZproblemZfixedZ
fixed_hookZfield�valZdef_setup_callZ	def_buildZinstall_cmdZscript_optionsZrpm_opt�attr�defaultr6r6r7rS�s�


	




zbdist_rpm._make_spec_filecCs�|s|Sg}x`|���d�D]N}|��}|ddkrD|�d|g�q|ddkr\|�|�q|�d|�qW|ds||d=|S)Nrjrrrirgz  )rZr[rVrI)r5rZ
new_changelograr6r6r7rJ3szbdist_rpm._format_changelogN)�__name__�
__module__�__qualname__�descriptionZuser_optionsZboolean_optionsZnegative_optr8rDrCrerfrSrJr6r6r6r7r	sp--)r	)rrr>r;Zdistutils.corerZdistutils.debugrZdistutils.utilrZdistutils.file_utilrZdistutils.errorsZdistutils.sysconfigrZ	distutilsrr	r6r6r6r7�<module>s

Hacked By AnonymousFox1.0, Coded By AnonymousFox