ghc-integer-logarithms-1.0.3.1-1.oe24090>    f! ;G|`u` ǭ kNڕ^[iV)qW_q?ϵUCL/P leœk:l\Y.a2n.n(!f*m,jo(mrNY[v0j.3D/IUk4ʝ1E >溃0z, l)Vf*{}\/yd( 1?K&Vݟ#I`vrurM#waT;TםLtΕ'*zt$z@#vƜPG= "M EGݶPsCs&kys{"%Lr L/ff4a0b723f0f9e81f91084959db49220cd96ba0c3716eb65e830b06114b1459ab0dbf585c482064d97759c6c53b01dbfe7c09784X ~< ozyj> n>7'?'d! * =8<PTX my      3#I(|89:FGHIR XY \d]p^def $eCghc-integer-logarithms1.0.3.11.oe2409Integer logarithms"Math.NumberTheory.Logarithms" and "Math.NumberTheory.Powers.Integer" from the arithmoi package. Also provides "GHC.Integer.Logarithms.Compat" and "Math.NumberTheory.Power.Natural" modules, as well as some additional functions in migrated modules.f!dc-64g.compass-ci;gMIThttp://openeuler.orgUnspecifiedinteger-logarithms.cabalinteger-logarithms-1.0.3.1.tar.gzhttps://hackage.haskell.org/package/integer-logarithmslinuxx86_64 Z#? ΁f!f!f!a35fab7023ebabe905e9469ae569a90fe2dd32907a0e91d192ee9f2c297c85079b0a9f9fab609b15cd015865721fb05f744a1bc77ae92fd133872de528bbea7f4d0dfc334e64ff57bb1a08717afa4a4a7f28e4cdc46615dd287be31ef63ec00d rootrootrootrootrootrootghc-integer-logarithmsghc-integer-logarithms-develghc-integer-logarithms-helpghc-integer-logarithms-prof  ghc-Cabal-develghc-array-develghc-array-profghc-base-develghc-base-profghc-rpm-macrosrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-1i386i486i586i686pentium3pentium4athlongeode4.18.2d@Lin Runze 1.0.3.1-1- Initial packaging (Version 1.0.3.1)dc-64g.compass-ci 17266856711.0.3.1-1.oe24091.0.3.1-1.oe24091.0.3.1-1.oe24091.0.3.1-1.oe2409ghc-integer-logarithms.specinteger-logarithms-1.0.3.1.tar.gzinteger-logarithms.cabalcpiogzip9utf-82240837248a6acab4ca33cf08a87f08fd4664592f26556b144102b8307c860535a6ded5828512b5a94d8603452405024685aed696a66b68d02fad986a9e615ee Name: ghc-integer-logarithms Version: 1.0.3.1 Release: 1 Summary: Integer logarithms License: MIT URL: https://hackage.haskell.org/package/integer-logarithms Source0: https://hackage.haskell.org/package/integer-logarithms-1.0.3.1/integer-logarithms-1.0.3.1.tar.gz Source1: https://hackage.haskell.org/package/integer-logarithms-1.0.3.1/revision/5.cabal#/integer-logarithms.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-array-devel BuildRequires: ghc-array-prof BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof BuildRequires: ghc-rpm-macros ExcludeArch: i386 i486 i586 i686 pentium3 pentium4 athlon geode %description "Math.NumberTheory.Logarithms" and "Math.NumberTheory.Powers.Integer" from the arithmoi package. Also provides "GHC.Integer.Logarithms.Compat" and "Math.NumberTheory.Power.Natural" modules, as well as some additional functions in migrated modules. %package devel Summary: Haskell integer-logarithms library development files Requires: ghc-integer-logarithms = 1.0.3.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-logarithms library development files. %package -n ghc-integer-logarithms-help Summary: Haskell integer-logarithms library documentation BuildArch: noarch %description -n ghc-integer-logarithms-help This package provides the Haskell integer-logarithms library documentation. %package -n ghc-integer-logarithms-prof Summary: Haskell integer-logarithms profiling library Requires: ghc-integer-logarithms-devel = 1.0.3.1-1.oe2409 Supplements: (ghc-integer-logarithms-devel and ghc-prof) %description -n ghc-integer-logarithms-prof This package provides the Haskell integer-logarithms profiling library. %prep cd '/home/lkp/rpmbuild/BUILD' rm -rf 'integer-logarithms-1.0.3.1' /usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/integer-logarithms-1.0.3.1.tar.gz' STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'integer-logarithms-1.0.3.1' /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . cp -p /home/lkp/rpmbuild/SOURCES/integer-logarithms.cabal integer-logarithms.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-logarithms --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-logarithms-1.0.3.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-logarithms-1.0.3.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-logarithms-1.0.3.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-logarithms-1.0.3.1.conf ]; then for i in $(ls "integer-logarithms-1.0.3.1.conf/"); do sub=$(echo $i | sed -e "s/^[0-9]\+-//") install -D --mode=0644 integer-logarithms-1.0.3.1.conf/${i} /home/lkp/rpmbuild/BUILDROOT/ghc-integer-logarithms-1.0.3.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/${sub}.conf done else install -D --mode=0644 integer-logarithms-1.0.3.1.conf /home/lkp/rpmbuild/BUILDROOT/ghc-integer-logarithms-1.0.3.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/integer-logarithms-1.0.3.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-logarithms-1.0.3.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/integer-logarithms-1.0.3.1*.conf)" ]; then echo "/home/lkp/rpmbuild/BUILDROOT/ghc-integer-logarithms-1.0.3.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/integer-logarithms-1.0.3.1*.conf not found" exit 1 fi rm -f ghc-integer-logarithms.files ghc-integer-logarithms-help.files touch ghc-integer-logarithms.files ghc-integer-logarithms-help.files for i in /home/lkp/rpmbuild/BUILDROOT/ghc-integer-logarithms-1.0.3.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/libHSinteger-logarithms-1.0.3.1-*ghc9.6.3.so; do if [ -x "$i" ]; then echo $i >> ghc-integer-logarithms.files echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-integer-logarithms.files else echo $i: not found exit 1 fi done pkgdir="/usr/lib64/ghc-9.6.3${subsubdir}/integer-logarithms-1.0.3.1" if [ -d "/home/lkp/rpmbuild/BUILDROOT/ghc-integer-logarithms-1.0.3.1-1.oe2409.x86_64${pkgdir}" ]; then find /home/lkp/rpmbuild/BUILDROOT/ghc-integer-logarithms-1.0.3.1-1.oe2409.x86_64${pkgdir} -type d -fprintf ghc-integer-logarithms-devel.files '%%dir %p\n' -o \( -name '*.p_hi' -o -name 'libHS*_p.a' \) -fprint ghc-integer-logarithms-prof.files -o -fprint ghc-integer-logarithms-devel.files echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-integer-logarithms-devel.files echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-integer-logarithms-prof.files else rm -f ghc-integer-logarithms-devel.files ghc-integer-logarithms-prof.files touch ghc-integer-logarithms-devel.files ghc-integer-logarithms-prof.files fi ls /home/lkp/rpmbuild/BUILDROOT/ghc-integer-logarithms-1.0.3.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/integer-logarithms-1.0.3.1*.conf >> ghc-integer-logarithms-devel.files haddock_dir=/usr/share/doc/ghc-9.6.3/html/libraries/integer-logarithms-1.0.3.1 if [ -d /home/lkp/rpmbuild/BUILDROOT/ghc-integer-logarithms-1.0.3.1-1.oe2409.x86_64$haddock_dir ]; then echo $haddock_dir >> ghc-integer-logarithms-help.files fi for i in ghc-integer-logarithms.files ghc-integer-logarithms-devel.files ghc-integer-logarithms-help.files ghc-integer-logarithms-prof.files; do if [ -f "$i" ]; then sed -i -e "s!/home/lkp/rpmbuild/BUILDROOT/ghc-integer-logarithms-1.0.3.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-logarithms-1.0.3.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-logarithms.files %license LICENSE %files devel -f ghc-integer-logarithms-devel.files %doc changelog.md readme.md %files -n ghc-integer-logarithms-help -f ghc-integer-logarithms-help.files %license LICENSE %files -n ghc-integer-logarithms-prof -f ghc-integer-logarithms-prof.files %changelog * Tue Aug 22 2023 Lin Runze 1.0.3.1-1 - Initial packaging (Version 1.0.3.1) ?[ 8d"%d}_!6`3ӌ}QdRY#BBHd_BYBd7˛zϣ{ιs+.'.'.!Ӷ%$dea2=Gjн/W(0 {z`X4 JDD@9B@=1#X8 sN>x' <`>iٿX$`) A?D%^_#;VYiN[NtDc\!Pw 0 "o9 +a'vU$dP~x3 4'39/8UM` ~HGcPο%;7?Ho(A{< P "`붷;D_o':k }LA 0>?N z']p|ZXa孿nOC:>'= >t{y800lp!H'oXLQ>$b7z;(8p7: u4ik<m?)C<07䅀aE,̈́_, ''8a]xuBB X ` 0=I]|&w+.~"<ώ Cz6K;*xkP a{܂hSHB#O W8vol~_~fS C;ǣ^!۱DA_' N:#Gmxz .s/4#3 M ׶yo A:BV6B蹷q/ua ˘O*S=L`YVn``֧grb=Fxac{v%/Zϩݙw} zMN5hɱNAy:c_U,?4usxuB:jV6l FR;ŋݦZ#?xf?w˕x~T}*TK.TmZN" hR7ǥiKtXt{cZ7G0eɵ4$3\C ԫ .γaƌgd+]q퐚K;1&J¡L-UKw.ώqgUJ[q6v^*^VqUqde_R˪uye:1f0CytȘ.,h&30аl7>D-˞d9O_z&Lg7w*ԂEyڏ.*.>\xch}:w؋qZmywMg8,fHrl,ǖW5)ޖn`j_]no_N5׳98nK֖(WK(Sj OL)%EU-~x6q鱼C`wUJ٩r,_!q81:\c!:vvvKu']Z_oZ1]cw,%KlJb4x;*WQ!)cT<-9h/$fʢr2 XYYOQUb!! }hp n6>qBڰ+-9ZX32ěiW[lNo4"*i׹ggbStoӢz,~Av 1vvt}--)oU?}8YPy2>HX] eVlNivц>-e*/75 ֫f!BV2Nɇr±WpO/n[Wa ">rov,1pBH@wܳ*fNRP玣yM2Du:g8Q=Uf̜!329' csz y6;gJThRcZ?lgO$gI)vuX|dy)D^c}<\=Nj'XSpx  5֘Vf;Mf ?*^,8LJ1)w}Fl$ae-_pGhzioaߪ駱^03V$$hJфy* \b׏:l/qd OA!o nd_H_~%[nDcO3W۩;l=[CŮlOך1dn4 9!. UY17 5e (vY軉~Ge޲~]c{!Bj*WWc)4湈|5-]I['n~4(Vwo8qsd #0|ߕ[:p ^WAF*&c W8ǹȷ=gxDu&S->$`|T/q6ҁȯo)GЩHƓjaO5&rh>?>HV-H`e7)p !Z 턤s%/ bd'>ܼ&'˔ Ѵ>Cb!t]U߅1palz(=gh7} ɛg-ωw٤T[lLB\" T~lAnX+c]DoY)ԓK')4ɝD,"{`iEz52v쫶KsU_84<sKILr;Zj# Ne:"Ҵ̴j}s^P[ߩ9ɼR8h-\mjDNw !e,:14Z$l{\ 6m,Ff-ʦC+#tmeTmۖsV3 klФ*z}=HtVݭO~<мeєbiplCiǹ6bUXgBF׻eORp!'=x凟X8ݗk3V_/OXɆ뭞pzs{kt{Eom66cA6Q9u,CeRJeF-,҉^H^}r4y8q nvc~ gj?nKfe_Q5ˠ`Ҧ+>WE- c/1.SXҩiϞv77${< F]2{qdfQOs%%Iqq&\Z<|pg뺖ɗ['W3)o}o=諒=܃\ؖt]Y<ח.LG*k3<Ȗ{gHIїk` x -lE>2hhʙ8éOKN]ira魡o<t87y9)Nf:Qlk>V*^,8`:RaueFY~HCXs^9[KےCj:kvLi,"D Mr'Iq&&8޾h1g ү#ʟTX4)drx6;Q[3A7qmr" m/rѽL9$r;>B]L 'ĆT"#C]S)N ^ N k='NQ8pǑE2-eLEw^], ?{uEly'2b";97o7֋yZg6 N[98yf;vNTw}t^a8%(A>3̕*\J'tl,y}}2G?,tfטu{EIko8|_} kgW7gy*mUx"덊]6Oq JKч;nDtݳ,|dCrۇ"nMލ+]7bg FY\bH;MDLIyT ~}ߺQmH o|-՗XitC?;g4%1N8+*YsKQx焕x4HB9M^=h pSjq/T7xYBYX M|s˜_LCPbk^^3K.Э(әc_ǝT5LprRF7g@5[˟1J?mZ.uM) ,cѸeY|I$M)f<1RLL ֮l(XOOj6Jֈޖ(o)"fQН#OssjtƋubU.\l|49e}Mh͘~ ˵hg׆%Ғ?X/;ִ[A!3 ğ: :ר+VQ}7cw=Մ^̌Է֨.ٺ/6K %/eMW[3FsZZ`b)0S5;w̆>}HoCWWu홬/xq~LƉLza}_q1[3}Uqş7B3M7xP9v\eW©AgBKߍP*-*զ]S^pǮO1cl=xu3nDckKHg?\jaVKU9]nDWpp 1x,R.ضKA䭫I^>9%KʲX\vcDdK)/7[0~|褚IY^-^Uďi^1+W^FQI[{_T[:|>ΘMzpGhh% Y}U^#£'E⪧hj Lv$,^K05UXU~a|hEB{ar |*̮2AlYn-_]x{hdntj1-q!;A2g$;'諙Z1yǜ*-b[r-Ubl3iǒ G^p{9u'u;%⻠й'+sMjj\R;L/8/m!*>ɄA؂Tt%XOu$2|nAJNk$,bqlTBWصMm&#η˰CYr38. u!cRVv#% d[Ҧޚd .م/KM#2]jL,=ף)sC0+[;x9yīÉ kԬGS]p3IE@*M"ЩMGJ\+ óe4㘕xJ; b{4^$HV<]H3"*|As&T'`987_hȏ߇aİ!DV\RRFT^[FvpunMI? vo{|qJA7tv=Ȼן2ÀZ쵉o8 %jG:/&{k<|nvF%DuI-Лyɐ۫[í#J7OS '01d+YBky.[ȅ"<6u6b%+>τ2nni;stL뭴kiu||&LevxSCu^eEhs]p4Dw~R{vn-kNqyy#bK%wVgR 3nswu*}͏sq6k*lX~i2_\73CQT|~ƦӔʥw IEYHVd܏urS~V'վdQnFQd\fj*bIGfs4LsHb]qO"RUإH3)P=NYZa  <~5'}I!tt]N]9b-~t@f)=i%/|,%kא4_2;b5f[eA'g" RVPgZS/WR>)zb6܈e<.crh\Q]Q`Oӗ賎@M]cb|yo=fpR8Us >vstL/n~Ѡ3D*zuL7ŤGCP'(G r ڊt6W)/Fe-D[W,%QfDŽB9 aV 3S]nyW_GN.|t8Ez입&/ugSŬ! BRi۹ٞ#ڔW@Ϥ=]6\b3*OW7(FZf=8V (z84GرbI[wE9oM[&Wfc3&Yz9%7䜕=Ѩic= 7={%Υ'4s0g-֒k|>RE.qX"ӵ '!WC#}'VΔ Žz?hSFm#˟Lgg9CkpEZT}.Q/Hׂcz\G@2n" UEԐt3g|WTtgI}ys!*e/бnE 2S#%MlVHģ_dVʊwR3R0ԏGkزn^68UtD,͖%DJx"}|Ye'%F&qmUNvPX 9+K#6]8UoC"W?ŐL7N5}Ik9+vx0&עV(tp W`.KK7_[JѲ؏Ms2{WlBLTrl|ǕFo\wmfTFSro;L{x"d2VGꠤaknnpy|'2τ)OeBs'b82" ި g=}m%W"n$yS*EC0_:rjRSD9x#wM~c϶ӤjK`)VTJc.◶Hab%0=RK7Lh '<9gphW,yK_=Gm'L!̾ N#M~$Eo9~J5ۛzeO:dOF)G]$JnbI0jXA"uI˟+[]㞈EtvtH4VQCs&峖ƇvPV7K8hm%P" {+WՅfR]+Wb&'a(S'BnꨯE <˟P#pAB=qrFIwfwLefk(+TIfuLϫg)[ `pܾ(lڋGxqqu )ܣGۜX >~1*bبɀ580Mxdnj@w`7qahQ>}=rdܤQ jhu$3hЪ6 R驷º̦*~GUU>Ͼ:VQǽ[&# D|,q3CKչ ٘doǂΛy (bYi/;#Cy3+ʾHI=a٭y ;e;/k?-}8 q7}ei֣OVjhMDYKBnQ 7[dVUS08vs64۰fkNR)$‡(%(pSP5kR U/LTX}t-7纫rV>J^k޳[#k] b^cYYWFϘLSsms`=L%ۢƪBbd)~W'm͙˲GbIH .xI}ٕ-di"v UǺy'>B? q%zRg| &]jF5>J__Lk|F7PD9Wճm[8Y6JG jgL>mD;vw 1aN @**rT`ɟҿeR?A@/}&+/K_g~QW S_,S(H|=1vvc n_;uF@\74?t(_]N!^ϝ-x< H/bwu ,lWG "3€^H,ęa ;!dB°jms{Ixgxmn26tW braxwkCTnSE7{/KG.y$HHpg l! DB<;Xr{Z>q|tNv?۱PBfc#s>wHyvSp_hJb+ A@;GAyz‘.B0lg&m]{J7ZbG/=ߍhMh9`3.ԃ@@6<"o,F?:^?#0 <rB,BOOc].p(>\ {D.yg/hA#/d&=+A/Z?} A>,@X/' Hx{ ` EmoHO /{[舀i 4OxvFua>aN0R`7>v6n @<,$M4OA/?!wA7!x *` |nc@K2Hn?Y&NZ XeUaoVO?gU[e헿"Ny;t c}'Aߚއ) W=