ghc-ordered-containers-0.2.3-1.oe24090>    f ;G|`u`  cS1;%16NCcDA;jA[ߕvtWfpd' ֆ) p"l~ cs˖{_1ߥl&נV q\qߢ9\No2Y K-FeaU_ס MYZG^2WCD9e(eKA5&?/O3m(?`ݶng{i%D7fi@B @pͦJnZVXׄެ,6DR+]]f?B} &}M&Fx2ɿltA B.Kծ4 qb ~ӗM@l0֜bl4;T`$iF'vfe2d9c6a9c7321bf30166f7f5c802d0387c41e6cb5c63228898c460aca6565b0c997bbf4db843ff18eec410535780b509e3e3249IXg @4$\Z>7%?% d ( o "Y_hp t x     (I#_(89:FGH IRXY,\h]p^def MCghc-ordered-containers0.2.31.oe2409Set- and Map-like types that remember the order elements were insertedSet- and Map-like types that remember the order elements were inserted.fdc-64g.compass-ci%5BSD-3-Clausehttp://openeuler.orgUnspecifiedordered-containers-0.2.3.tar.gzhttps://hackage.haskell.org/package/ordered-containerslinuxx86_64I쁴fffba4c93c156f7755692bf4b11b7429917ad09e02d04994631a8f8c730002d03536849705752f3bc367fa1d172e1ec57375418341e9d74de572ae1b6fb56a81a3 rootrootrootrootghc-ordered-containersghc-ordered-containers-develghc-ordered-containers-helpghc-ordered-containers-prof  ghc-Cabal-develghc-base-develghc-base-profghc-containers-develghc-containers-profghc-rpm-macrosrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-1i386i486i586i686pentium3pentium4athlongeode4.18.2d@Lin Runze 0.2.3-1- Initial packaging (Version 0.2.3)dc-64g.compass-ci 17266851440.2.3-1.oe24090.2.3-1.oe24090.2.3-1.oe24090.2.3-1.oe2409ghc-ordered-containers.specordered-containers-0.2.3.tar.gzcpiogzip9utf-8a091d3259ecc72b8b305f2b3b7b5af507503fadb55095298ebba2e5753c71d84313ecee36c1de424fc8f17fbb30e59e919e7e66182207182ffbd713e0c9fdbf2 Name: ghc-ordered-containers Version: 0.2.3 Release: 1 Summary: Set- and Map-like types that remember the order elements were inserted License: BSD-3-Clause URL: https://hackage.haskell.org/package/ordered-containers Source0: https://hackage.haskell.org/package/ordered-containers-0.2.3/ordered-containers-0.2.3.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof BuildRequires: ghc-containers-devel BuildRequires: ghc-containers-prof BuildRequires: ghc-rpm-macros ExcludeArch: i386 i486 i586 i686 pentium3 pentium4 athlon geode %description Set- and Map-like types that remember the order elements were inserted. %package devel Summary: Haskell ordered-containers library development files Requires: ghc-ordered-containers = 0.2.3-1.oe2409 Requires: ghc-compiler = 9.6.3 Requires(post): ghc-compiler = 9.6.3 Requires(postun): ghc-compiler = 9.6.3 %description devel This package provides the Haskell ordered-containers library development files. %package -n ghc-ordered-containers-help Summary: Haskell ordered-containers library documentation BuildArch: noarch %description -n ghc-ordered-containers-help This package provides the Haskell ordered-containers library documentation. %package -n ghc-ordered-containers-prof Summary: Haskell ordered-containers profiling library Requires: ghc-ordered-containers-devel = 0.2.3-1.oe2409 Supplements: (ghc-ordered-containers-devel and ghc-prof) %description -n ghc-ordered-containers-prof This package provides the Haskell ordered-containers profiling library. %prep cd '/home/lkp/rpmbuild/BUILD' rm -rf 'ordered-containers-0.2.3' /usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/ordered-containers-0.2.3.tar.gz' STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'ordered-containers-0.2.3' /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . for f in $(ls | grep -i -e '^\(ANNOUNCE\|AUTHORS\|CHANGELOG\|CHANGES\|CONTRIBUTORS\|README\|TODO\)'); do if [ -f $f -a -x $f ]; then chmod a-x $f; fi done # -Wunused-label is extremely noisy CFLAGS="${CFLAGS:--O2 -g -grecord-gcc-switches -pipe -fstack-protector-strong -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection }" export CFLAGS export LDFLAGS="${LDFLAGS:--Wl,-z,relro -Wl,--as-needed }" if ! [ -f Setup.hs -o -f Setup.lhs ]; then cp /usr/share/ghc-rpm-macros/Setup.hs . fi if [ -d "/usr/lib64/ghc-9.6.3/lib" ]; then subsubdir=/lib fi [ -x Setup ] || ghc --make -package Cabal -no-user-package-db -dynamic Setup LANG=C.utf8 ./Setup --version [ -x Setup ] || ghc --make -package Cabal -no-user-package-db -dynamic Setup LANG=C.utf8 ./Setup configure --prefix=/usr --libdir=/usr/lib64 --docdir=/usr/share/licenses/ghc-ordered-containers --libsubdir='$compiler'${subsubdir}/'$pkgid' --datasubdir='$pkgid' --libexecsubdir='$pkgid' --ghc --dynlibdir=/usr/lib64/ghc-9.6.3${subsubdir} --global --ghc-options="${CFLAGS:+$(echo ' '$CFLAGS | sed -e 's/ / -optc/g')} ${LDFLAGS:+$(echo ' '$LDFLAGS | sed -e 's/ / -optl/g')} -fhide-source-paths" -v $cabal_configure_extra_options -p --enable-shared --htmldir=/usr/share/doc/ghc-9.6.3/html/libraries/ordered-containers-0.2.3 --global [ -x Setup ] || ghc --make -package Cabal -no-user-package-db -dynamic Setup LANG=C.utf8 ./Setup build -j${RPM_BUILD_NCPUS} -v if [ -n dist/build/libHSordered-containers-0.2.3*.so ]; then [ -x Setup ] || ghc --make -package Cabal -no-user-package-db -dynamic Setup LANG=C.utf8 ./Setup haddock --html --hyperlink-source --hoogle fi %install [ -x Setup ] || ghc --make -package Cabal -no-user-package-db -dynamic Setup LANG=C.utf8 ./Setup copy --destdir=/home/lkp/rpmbuild/BUILDROOT/ghc-ordered-containers-0.2.3-1.oe2409.x86_64 -v [ -x Setup ] || ghc --make -package Cabal -no-user-package-db -dynamic Setup LANG=C.utf8 ./Setup register --gen-pkg-config if [ -d "/usr/lib64/ghc-9.6.3/lib" ]; then subsubdir=/lib fi if [ -d ordered-containers-0.2.3.conf ]; then for i in $(ls "ordered-containers-0.2.3.conf/"); do sub=$(echo $i | sed -e "s/^[0-9]\+-//") install -D --mode=0644 ordered-containers-0.2.3.conf/${i} /home/lkp/rpmbuild/BUILDROOT/ghc-ordered-containers-0.2.3-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/${sub}.conf done else install -D --mode=0644 ordered-containers-0.2.3.conf /home/lkp/rpmbuild/BUILDROOT/ghc-ordered-containers-0.2.3-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/ordered-containers-0.2.3.conf fi if [ -d "/usr/lib64/ghc-9.6.3/lib" ]; then subsubdir=/lib fi if [ -z "$(ls /home/lkp/rpmbuild/BUILDROOT/ghc-ordered-containers-0.2.3-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/ordered-containers-0.2.3*.conf)" ]; then echo "/home/lkp/rpmbuild/BUILDROOT/ghc-ordered-containers-0.2.3-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/ordered-containers-0.2.3*.conf not found" exit 1 fi rm -f ghc-ordered-containers.files ghc-ordered-containers-help.files touch ghc-ordered-containers.files ghc-ordered-containers-help.files for i in /home/lkp/rpmbuild/BUILDROOT/ghc-ordered-containers-0.2.3-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/libHSordered-containers-0.2.3-*ghc9.6.3.so; do if [ -x "$i" ]; then echo $i >> ghc-ordered-containers.files echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-ordered-containers.files else echo $i: not found exit 1 fi done pkgdir="/usr/lib64/ghc-9.6.3${subsubdir}/ordered-containers-0.2.3" if [ -d "/home/lkp/rpmbuild/BUILDROOT/ghc-ordered-containers-0.2.3-1.oe2409.x86_64${pkgdir}" ]; then find /home/lkp/rpmbuild/BUILDROOT/ghc-ordered-containers-0.2.3-1.oe2409.x86_64${pkgdir} -type d -fprintf ghc-ordered-containers-devel.files '%%dir %p\n' -o \( -name '*.p_hi' -o -name 'libHS*_p.a' \) -fprint ghc-ordered-containers-prof.files -o -fprint ghc-ordered-containers-devel.files echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-ordered-containers-devel.files echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-ordered-containers-prof.files else rm -f ghc-ordered-containers-devel.files ghc-ordered-containers-prof.files touch ghc-ordered-containers-devel.files ghc-ordered-containers-prof.files fi ls /home/lkp/rpmbuild/BUILDROOT/ghc-ordered-containers-0.2.3-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/ordered-containers-0.2.3*.conf >> ghc-ordered-containers-devel.files haddock_dir=/usr/share/doc/ghc-9.6.3/html/libraries/ordered-containers-0.2.3 if [ -d /home/lkp/rpmbuild/BUILDROOT/ghc-ordered-containers-0.2.3-1.oe2409.x86_64$haddock_dir ]; then echo $haddock_dir >> ghc-ordered-containers-help.files fi for i in ghc-ordered-containers.files ghc-ordered-containers-devel.files ghc-ordered-containers-help.files ghc-ordered-containers-prof.files; do if [ -f "$i" ]; then sed -i -e "s!/home/lkp/rpmbuild/BUILDROOT/ghc-ordered-containers-0.2.3-1.oe2409.x86_64!!g" $i fi done echo "running ghc_delete_rpaths:" if ! type chrpath > /dev/null; then exit 1; fi for i in $(find /home/lkp/rpmbuild/BUILDROOT/ghc-ordered-containers-0.2.3-1.oe2409.x86_64 -type f -executable -exec sh -c "file {} | grep -q 'dynamically linked'" \; -print); do if [ -x "$i" ]; then rpath=$(chrpath $i | sed -e "s@^$i: R.*PATH=@@") case "$rpath" in *$PWD/*) chrpath -r "/usr/lib64/ghc-9.6.3/lib:/usr/lib64/ghc-9.6.3/lib/x86_64-linux-ghc-9.6.3" $i ;; *) ;; esac else echo "%ghc_delete_rpath: no $i executable" exit 1 fi done %post devel /usr/bin/ghc-pkg-9.6.3 recache --no-user-package-db || : %postun devel /usr/bin/ghc-pkg-9.6.3 recache --no-user-package-db || : %files -f ghc-ordered-containers.files %license LICENSE %files devel -f ghc-ordered-containers-devel.files %doc ChangeLog.md %files -n ghc-ordered-containers-help -f ghc-ordered-containers-help.files %license LICENSE %files -n ghc-ordered-containers-prof -f ghc-ordered-containers-prof.files %changelog * Tue Aug 22 2023 Lin Runze 0.2.3-1 - Initial packaging (Version 0.2.3) ?zuX0tH"]C; ҝt"tH4̇zss}~k{yfxExExx|ւ=!|b?bdgr@`.s `djmrspr |s1^[PW P"s|_,'/7?P9pvyaуs\l@Vn\NPG [`guV qq< A];C\~YHVOKK  tMdᱷ;ZA''nWOϯ"``8n"N6( Iuwl [_On7_z#/ ssr\@/"`%*|-!& _ w먿1YKgo~5 j =. 33lu`?eot9]tmcfus7h?/~cC Nu<6?8+\.!Nn`V?COrq~zn_~h?;u}ǯCXzM}yfG9kV`7 qG}_&>iz+z[99pZi{`lEhA\_)RWSS??}ֵX@rV.vuW;ng?kM~WoW dG@@2;??_u"\| I'uD~\|@.  CqKzo5|`?vR^s;cqt T2xos8!ʺFs6ݚu>ny^X,%xEPGr^!m9a&`h%띏1,F6[8wJjzG_63 ¦Gd>%4ujQ=,du bȘ(+~~ QgLOrY]_u'U΁(56-G nuxM1Px# "!a t=Ll;'ٞ6>]eT <#sxgψwY:Wro/A逎Sٍ222|\D0iKbJ LW~Mq!rqތʂAm{I)L4Q޻3T֬n¹ʵgJomG~$kl9R+[2rµkVb֛w78I[6r߿ng;;kgv+:XB2錳_U7nXJlЌB2I1+Mħoen_ f^v4 // _x lk SyyFdD!=hg f!MWlz QJIM2NP vYSI~솺 ;Em+mmt/8/2 oƠlDj[:N NFcOKr073 a|rpg`z{%NBSeqף-w̉[,Ͽ9FKwzo)߾k#|@ L )IDOh>Ͷ̇~׺%`}g~ ?_3 "~U"?h5NYgi)+7VE f,3~6Taq#`PK맨F~'YLqCn bZlW3QIasLO9T ƍlj|W-f x9WbW')%>1NW++ 8<=,ECqnvZp;v>^XyI/SIrm/ Qs&LE"|sݕe'c/V2j!8a< grI\{ %3cq5Gj$SAO|ja̖"NC8ZyZ[N1&BM];")df|K&tx%d:1) (6AW"A(gP:CÛ"x*=sX~[ 'eQMH4&ͫIp#hcou7c#&T;uGfڛi!K-w,0B'[g Wq< 'PPUyKj #dy)7%1MWStx8#)L{;N[I7DARON4[^]ʔCeMQhq 􋫧t1ɑjU0;)Gjd'̈́lA~~L+Ԅѥ>P6f[,506 ÆzuԵo(ïr%C6"c6OH Y JTDl2'xR4MZ5O^_b DR"5XCH.W;Uv7<Ⱥ\lBu12uT ȹ*A'a{Hl?̈́_h f=GtL_4G@Z=jR.Ez+Aa%FWK%#*~%&H.^F)#nL#o:2x r-_-7WxBZmܨ9ROYX+T6άr1($Cn͝&o[cR.mn/к(H6#FqRR_9 eGpB3>cb^Rd8Z 3l(8f#,^i,*\l)P4Wů2!Νe5ɺ(mx0 j͊S_ZR?u>LE@$6EЄ1]}8.PXGzFo+06a_!}JCh*ہ6m#]WVF\XF @$+myT؋k`Ɏo5N.|Aiz͆c#w okS{>FmX9ƳzX8:JO揞/O y^[džJl%!xTq:5)5.v>{ =%y4&6:dMHj @;4EE-$kFez~:lLj83ET9&o};F/y &?K 8 L@nGDa/,=oI@v* ۽L߸{yt//G yh'vӑۡ89 .ax Jam׀ FS?]L4TFc-ܻ}'t ֛,ίV2l 4HT{W~8ʱP"bïS"-mo}[7%A.cx\5">7zBʃbTV$be%O@ u> \|B#8 e, L9 |)X6K 2.tr؋*kUoEjƭ]sAZH;EpOƽ`1i>QV/,$ [p$WK2T[IR P ~8[1[}׾Rյ>]7}΂{cXmλpzlIS#Y4v;vU'xj' _5 ɵ701s9LGY-K,|wjtfl/l,^\> ҔP}dD L! ,L=1]qF6/{Wn?XgZ6V/z>OœuSEьA]ܨI' Zfw?VNQIx.K5'=RJ5$5kF?0ß*̰[ sVf*G] {qe` g`m$hGؒIz'gzKD"Qv(ү4'Lm!+d]76vt $.H~l+YԇSɔIRv^+Z^ 1t;+K@+9τֻC+SZ{!sY%&>3]$Spr᥺zZZ/uŜ~Ky2{զ8=ynQmJO zVB \ nG!BAl*g*OV HLJ:9`9TX>kfOHvK~,VΏ*/fw-{Ȣ .iBۿR7ҟ)ss)fm,SOT/f?U7/9)6w`gP'(kjN-{Ӳډ=Z9l Eߌnʚ(H m*/gBvJZI*Hcd~ }UtUnRX[Z{As=-j1My`h6[ &S:bЎ;LUE,nLG GuϊЪ4Q#yzNkeOM?# }/NJ}*oH+f{/]/454Oe̡MwUe%/@9 bbE8ĎAJ?V="آRY;*G?uKUA+lQpF \m,MHM[V7&Z/P`x²=@4l_ZvsY6ut :e?!pT"JɨrT5`j$JD٣[Z[A -efqo%+HxQ"&t(0r!=γg}6I*.4}"+@r WHHCw'Orxzpu 6JoNCI4Sr69Yb$`{~I}PT&t$iC[ WŬomXRAIItt6qM.7nPgZX 5u[}̊H|yl<w/_+8ԍ+&W1i<#ᡟRK`H)}Av zeh\YfI0d^]OZ8/DM'P=䉲$PN5yi MS5j~Mc>P-9I}k`}ܲ 316__U)q!9<8/_2q5BZO2PEt[G䅸;E=*啎YX elռG±H3):cvДwvE\lL֮I9gY=. MptF1uΥ|b6%%ۀBe/mװc+1 }+bNiW*X]ZK)=ok"4ŷ^픪Ig.nSPM/Og*:=9n$pԖ37ql|+W'e嚸ϛ+C3JzPs'%i1ކ<ln'1߾m@癵:*e۽ D#]ϥbUS j¨iB˷]1]f1ŽI zK[vSV}?f #RN}O+s\ΓKߍӰ!y/ei:U|Wr% |!իE aBDNJmL{ ~pR݉㔤ߴb ^wʮ0#t*dFǞ_ ʮQrKJZ?S&caFC¡ڞ" n]oHN v[#V731Tj?6nd{c FH*t@wکe/ uxtgΘ -ROmTmL&mUOO&ov\ґoay-hA!l-SF:}ZCfѲWMsݸkG&.`U,3s[4`R"Rόʆlru7a0wVa)WUA-vxvE1Aؑ35o SŖ Y}%<-m^9eKYʵƖ ueTt&