/usr/lib64/python3.6/distutils/command/__pycache__
NameSizeModeActions
bdist.cpython-36.opt-1.pyc37810644editdlrm
bdist.cpython-36.opt-2.pyc35870644editdlrm
bdist.cpython-36.pyc37810644editdlrm
bdist_dumb.cpython-36.opt-1.pyc37430644editdlrm
bdist_dumb.cpython-36.opt-2.pyc35430644editdlrm
bdist_dumb.cpython-36.pyc37430644editdlrm
bdist_msi.cpython-36.opt-1.pyc196790644editdlrm
bdist_msi.cpython-36.opt-2.pyc181380644editdlrm
bdist_msi.cpython-36.pyc197670644editdlrm
bdist_rpm.cpython-36.opt-1.pyc130040644editdlrm
bdist_rpm.cpython-36.opt-2.pyc126850644editdlrm
bdist_rpm.cpython-36.pyc130700644editdlrm
bdist_wininst.cpython-36.opt-1.pyc83030644editdlrm
bdist_wininst.cpython-36.opt-2.pyc81640644editdlrm
bdist_wininst.cpython-36.pyc83710644editdlrm
build.cpython-36.opt-1.pyc40650644editdlrm
build.cpython-36.opt-2.pyc39820644editdlrm
build.cpython-36.pyc40650644editdlrm
build_clib.cpython-36.opt-1.pyc49710644editdlrm
build_clib.cpython-36.opt-2.pyc44170644editdlrm
build_clib.cpython-36.pyc49710644editdlrm
build_ext.cpython-36.opt-1.pyc165580644editdlrm
build_ext.cpython-36.opt-2.pyc146000644editdlrm
build_ext.cpython-36.pyc165580644editdlrm
build_py.cpython-36.opt-1.pyc104590644editdlrm
build_py.cpython-36.opt-2.pyc92500644editdlrm
build_py.cpython-36.pyc105180644editdlrm
build_scripts.cpython-36.opt-1.pyc43340644editdlrm
build_scripts.cpython-36.opt-2.pyc39400644editdlrm
build_scripts.cpython-36.pyc43340644editdlrm
check.cpython-36.opt-1.pyc52250644editdlrm
check.cpython-36.opt-2.pyc46570644editdlrm
check.cpython-36.pyc52250644editdlrm
clean.cpython-36.opt-1.pyc21790644editdlrm
clean.cpython-36.opt-2.pyc20960644editdlrm
clean.cpython-36.pyc21790644editdlrm
config.cpython-36.opt-1.pyc103140644editdlrm
config.cpython-36.opt-2.pyc69980644editdlrm
config.cpython-36.pyc103140644editdlrm
install.cpython-36.opt-1.pyc142370644editdlrm
install.cpython-36.opt-2.pyc131800644editdlrm
install.cpython-36.pyc142370644editdlrm
install_data.cpython-36.opt-1.pyc23240644editdlrm
install_data.cpython-36.opt-2.pyc21790644editdlrm
install_data.cpython-36.pyc23240644editdlrm
install_egg_info.cpython-36.opt-1.pyc29850644editdlrm
install_egg_info.cpython-36.opt-2.pyc23060644editdlrm
install_egg_info.cpython-36.pyc29850644editdlrm
install_headers.cpython-36.opt-1.pyc17240644editdlrm
install_headers.cpython-36.opt-2.pyc15580644editdlrm
install_headers.cpython-36.pyc17240644editdlrm
install_lib.cpython-36.opt-1.pyc51760644editdlrm
install_lib.cpython-36.opt-2.pyc46030644editdlrm
install_lib.cpython-36.pyc51760644editdlrm
install_scripts.cpython-36.opt-1.pyc21900644editdlrm
install_scripts.cpython-36.opt-2.pyc20560644editdlrm
install_scripts.cpython-36.pyc21900644editdlrm
register.cpython-36.opt-1.pyc84120644editdlrm
register.cpython-36.opt-2.pyc71470644editdlrm
register.cpython-36.pyc84120644editdlrm
sdist.cpython-36.opt-1.pyc131090644editdlrm
sdist.cpython-36.opt-2.pyc99220644editdlrm
sdist.cpython-36.pyc131090644editdlrm
upload.cpython-36.opt-1.pyc52930644editdlrm
upload.cpython-36.opt-2.pyc51670644editdlrm
upload.cpython-36.pyc52930644editdlrm
__init__.cpython-36.opt-1.pyc5350644editdlrm
__init__.cpython-36.opt-2.pyc4260644editdlrm
__init__.cpython-36.pyc5350644editdlrm
Edit: /usr/lib64/python3.6/distutils/command/__pycache__/bdist_rpm.cpython-36.pyc (13070B)
3 \T@sdZddlZddlZddlZddlmZddlmZddlm Z ddl m Z ddl Tddl mZdd lmZGd d d eZdS) zwdistutils.command.bdist_rpm Implements the Distutils 'bdist_rpm' command (create RPM source and binary distributions).N)Command)DEBUG) get_platform) write_file)*)get_python_version)logc+@seZdZdZdgdhdidjdkdldmdndodpdqdrdsdtdudvdwdxdydzd{d|d}d~dddddddddddddddddg)Zd4d9d=d2dUgZd4d9d=dXZdYdZZd[d\Zd]d^Z d_d`Z dadbZ dcddZ dedfZ dS) bdist_rpmzcreate an RPM distribution bdist-base=N/base directory for creating built distributions rpm-base=dbase directory for creating RPMs (defaults to "rpm" under --bdist-base; must be specified for RPM 2) dist-dir=dDdirectory to put final RPM files in (and .spec files if --spec-only)python=Mpath to Python interpreter to hard-code in the .spec file (default: "python") fix-pythonLhard-code the exact path to the current Python interpreter in the .spec file spec-onlyonly regenerate spec file source-onlyonly generate source RPM binary-onlyonly generate binary RPM use-bzip27use bzip2 instead of gzip to create source distributiondistribution-name=gname of the (Linux) distribution to which this RPM applies (*not* the name of the module distribution!)group=9package classification [default: "Development/Libraries"]release=RPM release numberserial=RPM serial numbervendor=aRPM "vendor" (eg. "Joe Blow ") [default: maintainer or author from setup script] packager=BRPM packager (eg. "Jane Doe ") [default: vendor] doc-files=6list of documentation files (space or comma-separated) changelog= RPM changelogicon=name of icon file provides=%capabilities provided by this package requires=%capabilities required by this package conflicts=-capabilities which conflict with this packagebuild-requires=+capabilities required to build this package obsoletes=*capabilities made obsolete by this package no-autoreq+do not automatically calculate dependencies keep-tempk"don't clean up RPM build directory no-keep-temp&clean up RPM build directory [default]use-rpm-opt-flags8compile with RPM_OPT_FLAGS when building from source RPMno-rpm-opt-flags&do not pass any RPM CFLAGS to compiler rpm3-mode"RPM 3 compatibility mode (default) rpm2-modeRPM 2 compatibility mode prep-script=3Specify a script for the PREP phase of RPM building build-script=4Specify a script for the BUILD phase of RPM building pre-install=:Specify a script for the pre-INSTALL phase of RPM buildinginstall-script=6Specify a script for the INSTALL phase of RPM building post-install=;Specify a script for the post-INSTALL phase of RPM buildingpre-uninstall=rnroREADME README.txtrk1rlrirprqrrrsrtrurvrwrxryrzr|r}r~rrr)rr)Z ensure_stringrZ get_contactZget_contact_emailZensure_string_list isinstancerolistrrexistsappend_format_changelogrpZensure_filename)rZreadmerrrrs>                         zbdist_rpm.finalize_package_datac Cstrsz-bdist_rpm._make_spec_file..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: %sVendorPackagerProvidesRequires Conflicts Obsoletesz%s: %s NZUNKNOWNzUrl: 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_FILESr{rr&%setup -n %{name}-%{unmangled_version}ZbuildrsZinstallrtcleanrurm -rf $RPM_BUILD_ROOT verifyscriptrvprerwpostrxpreunrypostunrz%rz%files -f INSTALLED_FILESz%defattr(-,root,root)z%doc z %changelog)rrrrrr)r{rrr)rrur)rrvN)rrwN)rrxN)rryN)rrzN)'rrZ get_versionreplacerkZget_description subprocessZ getoutputr splitlinesrrrhZ get_licenserjrrgetattrlowerrrZget_urlrirrqrrrrZget_long_descriptionrcrargvropenreadrrorp)rZ spec_fileZ vendor_hookZproblemZfixedZ fixed_hookZfieldvalZdef_setup_callZ def_buildZ install_cmdZscript_optionsZrpm_optattrdefaultrrrrs                   zbdist_rpm._make_spec_filecCs|s|Sg}x`|jjdD]N}|j}|ddkrD|jd|gq|ddkr\|j|q|jd|qW|ds||d=|S)zKFormat the changelog correctly and convert it to a list of strings rrrrrz )rrrr)rrpZ new_changelogrrrrr3s   zbdist_rpm._format_changelog)r Nr )r Nr )rrr)rNr)rNr)rNr)rNr)rNr)rNr)rNr)rNr )r!Nr")r#Nr$)r%Nr&)r'Nr()r)Nr*)r+Nr,)r-Nr.)r/Nr0)r1Nr2)r3Nr4)r5Nr6)r7Nr8)r9Nr:)r;r<r=)r>Nr?)r@NrA)rBNrC)rDNrE)rFNrG)rHNrI)rJNrK)rLNrM)rNNrO)rPNrQ)rRNrS)rTNrU)rVNrW)rXNrY)rZNr[)r\r]r^)__name__ __module__ __qualname__Z descriptionZ user_optionsZboolean_optionsZ negative_optrrrrrrrrrrrr s--)r )__doc__rrrZdistutils.corerZdistutils.debugrZdistutils.utilrZdistutils.file_utilrZdistutils.errorsZdistutils.sysconfigrZ distutilsrr rrrrs