python-pkgconfig-1.5.5-1.oe2303>  <@PT@7!.ܶujG7od!topeneuler@compass-ci.com G7o> /OF'1WǺl{ K PUe\1Pw"}^U/lzŔo{*̼g[鴹:5dfcLZɼyז~K4R>RYcR+dq>< Qhz:=Z i)iDҘ{Jc`Mq/) buUuÚgu*S6; ؝U3V7fk+tal3!/[[-M%9`a;}0fdwA剜6?d " e 6<DL P T \  ,<(89:AFG H(I0R4X8Y@\`]h^def5Cpython-pkgconfig1.5.51.oe2303A Python module to interface with the pkg-config command line toolpkgconfig is a Python module to interface with the pkg-config command line tool and supports Python 3.3+.d!=dc-64g.compass-ci!^MITUnspecifiedpkgconfig-1.5.5.tar.gzhttps://github.com/matze/pkgconfiglinuxnoarch d!d!deb4163ef11f75b520d822d9505c1f462761b4309b1bb713d08689759ea8b899ce1e35bbb81513da04cbc84671affd69b11611e2a07c3492d1b9ec7de31f428d rootrootrootrootpython3-pkgconfigpython-pkgconfig-help  python3-develpython3-setuptoolsrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-14.18.0c~ @wangjunqi - 1.5.5-1- Update package to version 1.5.5noarchdc-64g.compass-ci 16798884451.5.5-1.oe23031.5.5-1.oe2303pkgconfig-1.5.5.tar.gzpython-pkgconfig.speccpiogzip9utf-8ba93d293f93c69aff15c82c62a0b7e1d252cfbeb5722f1bf1b1b7589b18023da8564ea12bdd3026f96bfd9312abf361e3a0321adccb6f316e945b501d5fa943c Name: python-pkgconfig Version: 1.5.5 Release: 1 Summary: A Python module to interface with the pkg-config command line tool License: MIT URL: https://github.com/matze/pkgconfig Source0: https://files.pythonhosted.org/packages/c4/e0/e05fee8b5425db6f83237128742e7e5ef26219b687ab8f0d41ed0422125e/pkgconfig-1.5.5.tar.gz BuildArch: noarch %description pkgconfig is a Python module to interface with the pkg-config command line tool and supports Python 3.3+. %package -n python3-pkgconfig Summary: A Python module to interface with the pkg-config command line tool Provides: python-pkgconfig = 1.5.5-1.oe2303 Requires: pkgconf-pkg-config BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-pkgconfig pkgconfig is a Python module to interface with the pkg-config command line tool and supports Python 3.3+. %package help Summary: Development documents and examples for pkgconfig Provides: python3-pkgconfig-doc %description help pkgconfig is a Python module to interface with the pkg-config command line tool and supports Python 3.3+. %prep cd '/home/lkp/rpmbuild/BUILD' rm -rf 'pkgconfig-1.5.5' /usr/lib/rpm/rpmuncompress -x /home/lkp/rpmbuild/SOURCES/pkgconfig-1.5.5.tar.gz STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'pkgconfig-1.5.5' /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . \ CFLAGS="${CFLAGS:-${RPM_OPT_FLAGS}}" LDFLAGS="${LDFLAGS:-${RPM_LD_FLAGS}}"\ /usr/bin/python3 setup.py build --executable="/usr/bin/python3 -s" sleep 1 %install \ CFLAGS="${CFLAGS:-${RPM_OPT_FLAGS}}" LDFLAGS="${LDFLAGS:-${RPM_LD_FLAGS}}"\ /usr/bin/python3 setup.py install -O1 --skip-build --root /home/lkp/rpmbuild/BUILDROOT/python-pkgconfig-1.5.5-1.oe2303.x86_64 install -d -m755 /home/lkp/rpmbuild/BUILDROOT/python-pkgconfig-1.5.5-1.oe2303.x86_64//usr/share/doc/python-pkgconfig if [ -d doc ]; then cp -arf doc /home/lkp/rpmbuild/BUILDROOT/python-pkgconfig-1.5.5-1.oe2303.x86_64//usr/share/doc/python-pkgconfig; fi if [ -d docs ]; then cp -arf docs /home/lkp/rpmbuild/BUILDROOT/python-pkgconfig-1.5.5-1.oe2303.x86_64//usr/share/doc/python-pkgconfig; fi if [ -d example ]; then cp -arf example /home/lkp/rpmbuild/BUILDROOT/python-pkgconfig-1.5.5-1.oe2303.x86_64//usr/share/doc/python-pkgconfig; fi if [ -d examples ]; then cp -arf examples /home/lkp/rpmbuild/BUILDROOT/python-pkgconfig-1.5.5-1.oe2303.x86_64//usr/share/doc/python-pkgconfig; fi pushd /home/lkp/rpmbuild/BUILDROOT/python-pkgconfig-1.5.5-1.oe2303.x86_64 if [ -d usr/lib ]; then find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/lib64 ]; then find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/bin ]; then find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/sbin ]; then find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst fi popd mv /home/lkp/rpmbuild/BUILDROOT/python-pkgconfig-1.5.5-1.oe2303.x86_64/filelist.lst . mv /home/lkp/rpmbuild/BUILDROOT/python-pkgconfig-1.5.5-1.oe2303.x86_64/doclist.lst . %files -n python3-pkgconfig -f filelist.lst %dir /usr/lib/python3.10/site-packages/* %files help -f doclist.lst /usr/share/doc/* %changelog * Wed Nov 23 2022 wangjunqi - 1.5.5-1 - Update package to version 1.5.5 * Wed Oct 21 2020 wangxiao - 1.5.1-2 - drop python2 subpackage * Thu Sep 19 2019 openEuler Buildteam - 1.5.1-1 - Package Init ?yXڶ? €t7҈t 00A#"-*]RHH )%D@@ x~m۹o^fw}sq~:KKE\u HcP@kpĒx| AN^  Sef4&k`_ ʅKu'W`hXDu]Uwuwξ$ˮb|VՒ X {0šLc6gUmܯ'X%(XeGߥΌ?>1c6$xwp=wC l}Ҷg:aSQw?|o]q8(]Iqp=6/A#:%v)EJ&5)*N[&# vQVFTY@S|*6%᫖sV͙Di?M 8<ɣokl{dŬji:F3x9Sl>굱w: ܟ>.](ϜNPrd)IPY؝"zG0CWXtGN2TV_)o;gFr<%4N*i,ylglkGWh\^[eDTDx멢[NݲD  ꦶQyɻ;D B-*eY*E|hJ̤~)MLr$6HrV^e6#խ%S%aGq D7jx񩅀q{=Y),hNifj =./آ>Z|A㴙^*~EIt٥NR~AZ-v`Ojnʪk+b[U!_cI,`k9.Ղ#ʪf& ̟E#$OnV2W&68i 6-q:VVgz>LmXތR{>cPN:ZP޸ I~拤# 'k׈V4ܞ1z_HqLDka7^LF/ \i5繨̳EֳW`MJ_kN)cZ5U] G9尾!$#aǣ q>ڎTygP ~%g(w?a.J8z5ղEdjëdd^n xϟy/uPՇ+,qddCnUB y\rr3H^pz=u˪Hk֔=VE7 rUzX! 81Ic( i;[w_c!!u&1WfN̉V1c9yh1ԙyA}m _vE4~8oyhS"~؃ռ$͹"d2e`e,:a2u;e;G;-VP[IJ烱ջfl[)U-DWe"FvG0#G// ܖ{YD+,|ߐW?o/-MӔD^w/btr^A[G6 Z^4W3X!۽MC E㠇WN;6jNڷ֮ qM FQjvsے֧~>f$*cFTQ=Ogl|X}q;8Pw!LS2dKْT)4`7[v.51E% #%)w(}8j\7Q7F$( lu yo詽fУNGtAC z_3>釻`Osɾɺ&ErOW~MӰ*au'k;kSD4/%>e7.AO0ǝjvսAPImaoͮ_KqLóH*b 9jx1duqܜ{ŝӽoK*m 4]{i#9FM}!OZ1,{d}͞Ի۳&$Bl)4&3[h''."}\c4a#[Bz^j2JWe0PHɖıU,p:ZsK{3}M\K )>Dxʬaџ~~z0>T`.@PJB˥:n!TC'Apb^Ѭ zM-m~fu b 9v M4>A55d% wg/xYU$m1;.$BE zUvc$DØ@z>k%&mW\5;MnCZֱhBGO(zo ~  ൗPMLuo5a (#h7Z_Vŋ>PZ=<7Dn0 A k'%s2щM-.n#3{bȢonF@Tڇj R(j3 ocɣzgYO:xѵZZTz ==93ҳ1ap΃Cm7,GI*m kƦ^D(Zm_0ŝ :Jw[* - x 3dt9dvnbxD$3 T#Y 9`1ro=N1 e|_"+ ْl %]-ɓ-P͇ܮwgo>>(셎Ԋp!Q@mG9b]膦 ǺUI 궖|PEڪ37\t`EXc~0zɠ})Wu,wqtleĕ0iGO{n^_eWNUFqju]}ҾcI("A׻9\v\r^(zxDw%5x߀#`sN`b/ _r-{܆GF-bnx^2H˓}sƃ]@,J5Oʖ?N1U2X f*'J+< e{$ug_I6b/+tZ/8Y}8gniI DOPz`߃qy'<1Zeh}~9gAc5zD&0Ǽ290X@9''?YKڭ4mx-E&ܦmJ>]%,U=Y ^r^ɵ +r&kvxF+2L̫x1ɕC9ҧ#[G=Y0k}mg|gwG0 bt9uEWCO7QHI?:`XOCsDAi=cFnu/ FX'_J+@L kg ?ݠXlLCf`(J B҈Zr [FҺ*Ӊ?>W+g`<]ՎRLjބ"6b}0J80ZO|@~NntgAKw1E}-?XSP/c.x3q%/{xf ?yF[dzO^ϼOx|eAW\T1$K/>y!I$0n6ꇀٺs>fSʑij {,DTn䤱vUE\iYJr9$+[H1xX{n 㹂Pթw9 u/fM8 DXT~( d/Q1:uWe-;HiVd~jOcidqkٜCB|}Vn`0:|RRpbar|F?sOW$q/yssiIemѱj^(w:{wdjS⍋.8olBTvr.u|µK}jAzՁsʦص}ٝEے['͈mzZ3œ?Di(::Km7fm?:.;ӈ*)0rWVhR g0E{΄)j%d ?%6+EJK}Y뾭upr~-AyKwd~%`P"H88(/ FP` DO@V %0d`*~{~ 3{H,8) W U}x@hO0@X .@g0r,wL3 `3u7'/k{(> ^pl\`_*wb0Fj$ 'Qo?+2 _{NAH䟃-@7z  tcAd!v xf Up6Y._ّG?0` FFDzB&#u@F0(( 8K$J"E2RGNoPfsLA>* vv; Do\'Ÿm. "{ @}]Ma[Ƀ*,B$]s  sl~?wdK0`HH$$$%w4PUR |;bɄp3b؏3 !~/ }?H`mO|qa ,>_N&;pS0 .V08M z쪞-ϖϮ 93:Po'?;f&j:Z&gwpO"