ghc-integer-conversion-0.1.0.1-1.oe24090>    f" ;G|`u` 0Laop8?3>,a=şY.x*2@'bW +ہLm3D}^ Y lHoEX}^nq?!)(YqQ̀NnċF{_/2.M&@2<+W{-5gOc[#ՙTpgA-3慈4-{VFռD61L~ZN|'4iaLpdmb=!W=]& \/0 HR̾' g?ac\䥓]F$ 7;ò) blR$2c936d9f10188edb0463a04752a0c61cd26da751875e8837e0fe098d3196ab0a090543c69b6fd6930c6e916fc231a7c8cfc9b10dK|3Ԯ͝AR>7'?'d! * M  *e     < l E #_(89:FGHI RXY$\h]t^def$(iCghc-integer-conversion0.1.0.11.oe2409Conversion from strings to IntegerThe naive 'foldl' (acc d -> acc * 10 + d) 0' is expensive (quadratic!) for large 'Integer's. This package provides sub-quadratic implementation.f"dc-64g.compass-ci+oBSD-3-Clausehttp://openeuler.orgUnspecifiedinteger-conversion.cabalinteger-conversion-0.1.0.1.tar.gzhttps://hackage.haskell.org/package/integer-conversionlinuxx86_64 ʁf"*f"*f"*c0f1183b87f6e074f87424122382bc7b11c6a829206ddd1069c84fae8a937a6120ac70cf1cb65458bba2c562c209a8930e45bdb89886182d644d0a457fc46f390e57a82635323f015b5d6c242bcfbbeeaa9854fe9c8058e57052254dbb24bb14 rootrootrootrootrootrootghc-integer-conversionghc-integer-conversion-develghc-integer-conversion-helpghc-integer-conversion-prof  ghc-Cabal-develghc-base-develghc-base-profghc-bytestring-develghc-bytestring-profghc-primitive-develghc-primitive-profghc-rpm-macrosghc-text-develghc-text-profrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-1i386i486i586i686pentium3pentium4athlongeode4.18.2eaLin Runze 0.1.0.1-1- Package initdc-64g.compass-ci 17266858450.1.0.1-1.oe24090.1.0.1-1.oe24090.1.0.1-1.oe24090.1.0.1-1.oe2409ghc-integer-conversion.specinteger-conversion-0.1.0.1.tar.gzinteger-conversion.cabalcpiogzip9utf-88048eb15312c0eee5cb6b9939b0c03e6be91a0d9e13724e40cfed33f13d99f61299c0b83a358e7f8de3af1039712c3d0b9494a4f0ea5b5caa13589338d22eabe Name: ghc-integer-conversion Version: 0.1.0.1 Release: 1 Summary: Conversion from strings to Integer License: BSD-3-Clause URL: https://hackage.haskell.org/package/integer-conversion Source0: https://hackage.haskell.org/package/integer-conversion-0.1.0.1/integer-conversion-0.1.0.1.tar.gz Source1: https://hackage.haskell.org/package/integer-conversion-0.1.0.1/revision/1.cabal#/integer-conversion.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof BuildRequires: ghc-bytestring-devel BuildRequires: ghc-bytestring-prof BuildRequires: ghc-primitive-devel BuildRequires: ghc-primitive-prof BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel BuildRequires: ghc-text-prof ExcludeArch: i386 i486 i586 i686 pentium3 pentium4 athlon geode %description The naive 'foldl' (acc d -> acc * 10 + d) 0' is expensive (quadratic!) for large 'Integer's. This package provides sub-quadratic implementation. %package devel Summary: Haskell integer-conversion library development files Requires: ghc-integer-conversion = 0.1.0.1-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 integer-conversion library development files. %package -n ghc-integer-conversion-help Summary: Haskell integer-conversion library documentation BuildArch: noarch %description -n ghc-integer-conversion-help This package provides the Haskell integer-conversion library documentation. %package -n ghc-integer-conversion-prof Summary: Haskell integer-conversion profiling library Requires: ghc-integer-conversion-devel = 0.1.0.1-1.oe2409 Supplements: (ghc-integer-conversion-devel and ghc-prof) %description -n ghc-integer-conversion-prof This package provides the Haskell integer-conversion profiling library. %prep cd '/home/lkp/rpmbuild/BUILD' rm -rf 'integer-conversion-0.1.0.1' /usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/integer-conversion-0.1.0.1.tar.gz' STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'integer-conversion-0.1.0.1' /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . cp -p /home/lkp/rpmbuild/SOURCES/integer-conversion.cabal integer-conversion.cabal 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-integer-conversion --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/integer-conversion-0.1.0.1 --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/libHSinteger-conversion-0.1.0.1*.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-integer-conversion-0.1.0.1-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 integer-conversion-0.1.0.1.conf ]; then for i in $(ls "integer-conversion-0.1.0.1.conf/"); do sub=$(echo $i | sed -e "s/^[0-9]\+-//") install -D --mode=0644 integer-conversion-0.1.0.1.conf/${i} /home/lkp/rpmbuild/BUILDROOT/ghc-integer-conversion-0.1.0.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/${sub}.conf done else install -D --mode=0644 integer-conversion-0.1.0.1.conf /home/lkp/rpmbuild/BUILDROOT/ghc-integer-conversion-0.1.0.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/integer-conversion-0.1.0.1.conf fi if [ -d "/usr/lib64/ghc-9.6.3/lib" ]; then subsubdir=/lib fi if [ -z "$(ls /home/lkp/rpmbuild/BUILDROOT/ghc-integer-conversion-0.1.0.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/integer-conversion-0.1.0.1*.conf)" ]; then echo "/home/lkp/rpmbuild/BUILDROOT/ghc-integer-conversion-0.1.0.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/integer-conversion-0.1.0.1*.conf not found" exit 1 fi rm -f ghc-integer-conversion.files ghc-integer-conversion-help.files touch ghc-integer-conversion.files ghc-integer-conversion-help.files for i in /home/lkp/rpmbuild/BUILDROOT/ghc-integer-conversion-0.1.0.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/libHSinteger-conversion-0.1.0.1-*ghc9.6.3.so; do if [ -x "$i" ]; then echo $i >> ghc-integer-conversion.files echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-integer-conversion.files else echo $i: not found exit 1 fi done pkgdir="/usr/lib64/ghc-9.6.3${subsubdir}/integer-conversion-0.1.0.1" if [ -d "/home/lkp/rpmbuild/BUILDROOT/ghc-integer-conversion-0.1.0.1-1.oe2409.x86_64${pkgdir}" ]; then find /home/lkp/rpmbuild/BUILDROOT/ghc-integer-conversion-0.1.0.1-1.oe2409.x86_64${pkgdir} -type d -fprintf ghc-integer-conversion-devel.files '%%dir %p\n' -o \( -name '*.p_hi' -o -name 'libHS*_p.a' \) -fprint ghc-integer-conversion-prof.files -o -fprint ghc-integer-conversion-devel.files echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-integer-conversion-devel.files echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-integer-conversion-prof.files else rm -f ghc-integer-conversion-devel.files ghc-integer-conversion-prof.files touch ghc-integer-conversion-devel.files ghc-integer-conversion-prof.files fi ls /home/lkp/rpmbuild/BUILDROOT/ghc-integer-conversion-0.1.0.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/integer-conversion-0.1.0.1*.conf >> ghc-integer-conversion-devel.files haddock_dir=/usr/share/doc/ghc-9.6.3/html/libraries/integer-conversion-0.1.0.1 if [ -d /home/lkp/rpmbuild/BUILDROOT/ghc-integer-conversion-0.1.0.1-1.oe2409.x86_64$haddock_dir ]; then echo $haddock_dir >> ghc-integer-conversion-help.files fi for i in ghc-integer-conversion.files ghc-integer-conversion-devel.files ghc-integer-conversion-help.files ghc-integer-conversion-prof.files; do if [ -f "$i" ]; then sed -i -e "s!/home/lkp/rpmbuild/BUILDROOT/ghc-integer-conversion-0.1.0.1-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-integer-conversion-0.1.0.1-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 %check %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-integer-conversion.files %license LICENSE %files devel -f ghc-integer-conversion-devel.files %doc ChangeLog.md %files -n ghc-integer-conversion-help -f ghc-integer-conversion-help.files %license LICENSE %files -n ghc-integer-conversion-prof -f ghc-integer-conversion-prof.files %changelog * Sat Nov 25 2023 Lin Runze 0.1.0.1-1 - Package init ?z 8?2BC0vBd*K3cf3c[I,{K($B$Jb+$DgH}]\s/>{yu[^U^U*A]@UT. LU_=P cpd$ I8/$ $ ]`Xr<_YAxhS5foL qCFd$Lx4ݔu U,(Bb0Q(Ț#~nJ{$2C20^G)ѵ+0 2]o& $ 994 C!!hBDauNnx iF-X8W@ a`Hƪ05݅"x_S}Bwߩ[E"Cx)?x~H{Dq!xV%6E@V]*HFZ^W_h2m{]"IdiM#OƯ%Ӝ/qf00%7pwlFi?[zaw+ovGg`inm_z+@6)o@0[ĻJ3j+oec+8BƓd oNp@#ZZ@~h'zЎ+-:\ b&@+CWL/th-W$p=}%ZCV8v86ιUIb Cp()@XסLW7>:7uta( ` #^2 bp4D?u*Z^;聡 0`-08  l_P5ʿ;+( fڷ +g-wv…gˉLX>AxX^q0a₾2꒝m1@kQDE{yB]6^L"_IrrMgUNNH;\wzײSWwWQ,랛 M |]8,m6[T _?_Z20WӶʩ[KX _s`_0:!:fG}17R+;o9wO13ȶuT=_3RwW+c),,rVA=ZY{2Ը^CyɝwY'uKT7y 613Z\|cw Uؙ 6$ QNA|65?C>l6Tx5qE F&FBEP8qbl=zE5 M-v_aO4ZS]'t5śwT⎟|HNE.es5}]9g1͊+ 9O o3jW;ο[D~&}1@'\s쀢`Pd`g຋цsN{SJdfRo=6`F`^yU\b8X^90/$Milq \*zޮc[*'i7toP\X]t(c@2E}h=&_[eDsEuщ= LCd5wB~ߤW&@םC؃^yw⊺U7 2 (B{[ҥ!/\%oJl)G jb(I5˔C˺N3jY:*1 |IvșȒP{'ҼO.X| י/*^k5Ɣ]8PiLʺw|/nP^%Б6U yJH&J{@W=6;-%(d5R='¸PoQQҭb4uWBȯQ0-,ė OV|R+z6*@nmDЫ+g02{UzLeayipz`:qz7սӱSOD`"n'.!Ca7r|~M_!Ed|&MK˼]M9BՌMI_oV{hix6yyq~ [%ʥn{BvP#}ݏ )1U#" ~Wƙq2WpV [-Lz/\4OP= T8ӬXu#ۀfn̕#4fK!p[ġO_.\x}S]=b۟oO%3H zSM ~;pWާ[t69qT\vZHS8o4SWTrMׄćr7pZD1GG~p wAh'm5߅/o7 :{YEnhSeD@px4dt(]Y?\<)iB PLotEuGT_2t xv$d[Er6Ei5ɯ]PAc{F߳4,7<>ǻ-JF`gO9zGőJb̭#;R}|d*v3Bu[*MonOr6r}x(>Z#͠=ؓ0wϲ޳rlvyr G17ǭ.,[SQ-~'u;toP!ru7uW& ̊ 6ǔ-% X h-Cu"o?9|xs2#R/|>xGfFC\]Pq2M[%M7ki=+%e:\ x*>mʰDB}w{BGmw~X_guvlR `TqJ( 6Lޥ\x|m/![gqoJAGr}da99߸۽O>=#ZPH1}`UCI;!ƫS0P;M6O޷!DCs5!RHyN7 qs.AIN:r$ٔT5 -"K5T~sb,X\>'U&T@ӉHtC-yKM 9/Fb, rm d\2A~ ST #"eP<tb}#3L[p31=u QNw0 ?IX|7<ӠXpRqvBk3Dnɘ)j/:㶛VY3ymR5o{&yRZ yesR>D^=s#òL5ak$I!־Z*[iy_u_.ն@do.Z}$/5 tXb14znDEQ?}^z}iu>@'}Ͱ%gv#^f?>)(B2q5kgfU4!ma[<Ͷ}6[V۲>9|9"Bė`ǝyv)ijWZ(ْ^SRݐ:d_7A(4Kts?ʝָZkʸ)Pg3--3Ixpـh8}Gpg83 ʦz9^yr/.LxZTTxIc]=L`—sEޜ?xr-߻'Fv9AfvЁ{K!v}ryV4~x+8NH|Zx {:\Q7)R48;wY`_@⥖IQ٩yqV&1Y6) Ǣj.7.*T,vN쎞Y[=3픍!:XJf{f5I:*N- |xBu OzcNe.kbT-n.uSV Ax0f{5\ȥǼz?+x5s=%ܢ{99)c)Ѥn^3rg98NQv_a_߹\yn| iHw1d6- &S̫ EٝA)ݺ\D6ra\^6gه>2m`ҿTX:BV}XmE X5l\U/v\Mp 9ZzBjcGէ'F7x=78bgrթPR|WMўiۋ vlEv292;nhJ7l @-CY EBa %I[[#MbΙ>\#geHN%r4m4IRx}'n8=KUa0@,[GN`|eEsAMZ=ˑU{-eÑBWg}?A oTwˤ>(lk.Kxa~?HaL6׺A K3Ƕݡ~ӪȉW\[>*7qc$݋;8̦:=̞+('uBjMf~ⷸu/I]&%26{,{M9`y!I.їSAs:򞗼W6m,o:?1ο{4qB~rIǯyطϱ~ kj^g%MS#Ticu&6%2lLnbS&\g/-jF]^}uN%R "H< U` _໘+ ^}$, uސ/*yP{Y18fv2j֨g`Y1nwpo&ԆlT} |9^-L 816 b7*zB᝾}jѰN `/OGkv쩞c7p XYGs3ui@;!wt]ӫdMsV,{-/k@MqѤv (K,Sȼj_|+ ʁML!Tُ㧾Ħ>1ؿ(uf+{ҢMv-7͜NtW`BǯAbW4pW&2RSx?wD^2l~k\Ut|gʧvj||$fw}Ya67! GMnNdڦ]5o[oӻF*uݾ]-;  (o)mXͩE[S {Yov" c]8M[ۦSNZ5]V<.7Y/-9ϥn/NR8ܘBp q`ݾٔe=15asrmkOMĔrn=Z"W`cpV"-{12!`rʸ.Q]sօ-Ψ֫POeis}=W/O,KolCuǚgw5ݨHU:.}CY2YΩ/HЁL3_9b7/m LacS,t!B\O'bt":ڷ F16ܒ:|3raBRcAUʻ% 6l$CK(KSO{/sW2y >ൎd(Hzэ~.?i> i5}sdE{ 4_t 0d4Ņ~%G@H7_BA$d@C"Q$O=Mkϭq(d4sPc()$@OAP#;yhDb D M^\zjpkZ0ٗn_+>!}D'|?]үl0=Fz-|h#ɕO#%Һ DyH'T}RuRu#8U F4E з=Ѓ!@#a׏}6+aB  ``, +J~W-MZC!$Ӳ OGPV^IRȷHtHZ!Ht@w{9Q[K BM.!h*Aؾwt1m-y:4萭4H Ч~ɪƼ7^zC֚94"6tP19nD ^ml_] ƓѴkCH0ЕmS]4M^D{WVu"qp hJ[; XՔk7]5uMe?En cuEf?$`XK@ hWS/՚7d4H׉Vi4_WL[_CjSH2|̪VWRLtÑX765Y>0-