ghc-string-conversions-0.4.0.1-1.oe24090>    f!} ;G|`u` ]p Ny(fYG/}3kx(@l7{nx +^11q3{BK΀9ߟ,~U2޲$ݒ-C*k~ox/R' r{15Q. Z^]o?Z([#O5C _|Xz7F]CJ/ʳxB„ ֯6zhRl=u7js]ĠDDe~Ui0"FkSMv&7#dEZ딈b@q!yS~_;1n$x%atPt+^918101577663290ccf94a542b9dc90eeefb68df0842863e53eab534d94ca915060256da41aeee6837a56a83cbc6f39cce3b8aca8A' MHHH]>7'?'d! * ^ U     , \ 9 #S(89:FGHIRXY,\p]|^def,0qCghc-string-conversions0.4.0.11.oe2409Simplifies dealing with different types for stringsProvides a simple type class for converting values of different string types into values of other string types.f!udc-64g.compass-ci BSD-3-Clausehttp://openeuler.orgUnspecifiedstring-conversions.cabalstring-conversions-0.4.0.1.tar.gzhttps://hackage.haskell.org/package/string-conversionslinuxx86_64 f!!f!!f!!63e144440fb3d8eadc9104a46d3211f055cd03c5fc5eacbb7d428e27150ba13746bcce6d9ce62c558b7658a75d9c6a62f7259d6b0473d011d8078234ad6a19949af49d61d1dcbc8b90b66f1b6580996b7927f745273edb59141ad6744aef7cbc rootrootrootrootrootrootghc-string-conversionsghc-string-conversions-develghc-string-conversions-helpghc-string-conversions-prof  ghc-Cabal-develghc-base-develghc-base-profghc-bytestring-develghc-bytestring-profghc-rpm-macrosghc-text-develghc-text-profghc-utf8-string-develghc-utf8-string-profrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-1i386i486i586i686pentium3pentium4athlongeode4.18.2ejLin Runze 0.4.0.1-1- Initial packaging (Version 0.4.0.1)dc-64g.compass-ci 17266855570.4.0.1-1.oe24090.4.0.1-1.oe24090.4.0.1-1.oe24090.4.0.1-1.oe2409ghc-string-conversions.specstring-conversions-0.4.0.1.tar.gzstring-conversions.cabalcpiogzip9utf-8402db2821e64eee7b8375b6930ae9ba4fccccb67d87e5cb5f2eeba4a2652ca2a9c08ef7522db728ea00c096517e36bb7da449d553b2ee632bc5d83582aed5e85 Name: ghc-string-conversions Version: 0.4.0.1 Release: 1 Summary: Simplifies dealing with different types for strings License: BSD-3-Clause URL: https://hackage.haskell.org/package/string-conversions Source0: https://hackage.haskell.org/package/string-conversions-0.4.0.1/string-conversions-0.4.0.1.tar.gz Source1: https://hackage.haskell.org/package/string-conversions-0.4.0.1/revision/1.cabal#/string-conversions.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof BuildRequires: ghc-bytestring-devel BuildRequires: ghc-bytestring-prof BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel BuildRequires: ghc-text-prof BuildRequires: ghc-utf8-string-devel BuildRequires: ghc-utf8-string-prof ExcludeArch: i386 i486 i586 i686 pentium3 pentium4 athlon geode %description Provides a simple type class for converting values of different string types into values of other string types. %package devel Summary: Haskell string-conversions library development files Requires: ghc-string-conversions = 0.4.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 string-conversions library development files. %package -n ghc-string-conversions-help Summary: Haskell string-conversions library documentation BuildArch: noarch %description -n ghc-string-conversions-help This package provides the Haskell string-conversions library documentation. %package -n ghc-string-conversions-prof Summary: Haskell string-conversions profiling library Requires: ghc-string-conversions-devel = 0.4.0.1-1.oe2409 Supplements: (ghc-string-conversions-devel and ghc-prof) %description -n ghc-string-conversions-prof This package provides the Haskell string-conversions profiling library. %prep cd '/home/lkp/rpmbuild/BUILD' rm -rf 'string-conversions-0.4.0.1' /usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/string-conversions-0.4.0.1.tar.gz' STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'string-conversions-0.4.0.1' /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . cp -p /home/lkp/rpmbuild/SOURCES/string-conversions.cabal string-conversions.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-string-conversions --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/string-conversions-0.4.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/libHSstring-conversions-0.4.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-string-conversions-0.4.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 string-conversions-0.4.0.1.conf ]; then for i in $(ls "string-conversions-0.4.0.1.conf/"); do sub=$(echo $i | sed -e "s/^[0-9]\+-//") install -D --mode=0644 string-conversions-0.4.0.1.conf/${i} /home/lkp/rpmbuild/BUILDROOT/ghc-string-conversions-0.4.0.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/${sub}.conf done else install -D --mode=0644 string-conversions-0.4.0.1.conf /home/lkp/rpmbuild/BUILDROOT/ghc-string-conversions-0.4.0.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/string-conversions-0.4.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-string-conversions-0.4.0.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/string-conversions-0.4.0.1*.conf)" ]; then echo "/home/lkp/rpmbuild/BUILDROOT/ghc-string-conversions-0.4.0.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/string-conversions-0.4.0.1*.conf not found" exit 1 fi rm -f ghc-string-conversions.files ghc-string-conversions-help.files touch ghc-string-conversions.files ghc-string-conversions-help.files for i in /home/lkp/rpmbuild/BUILDROOT/ghc-string-conversions-0.4.0.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/libHSstring-conversions-0.4.0.1-*ghc9.6.3.so; do if [ -x "$i" ]; then echo $i >> ghc-string-conversions.files echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-string-conversions.files else echo $i: not found exit 1 fi done pkgdir="/usr/lib64/ghc-9.6.3${subsubdir}/string-conversions-0.4.0.1" if [ -d "/home/lkp/rpmbuild/BUILDROOT/ghc-string-conversions-0.4.0.1-1.oe2409.x86_64${pkgdir}" ]; then find /home/lkp/rpmbuild/BUILDROOT/ghc-string-conversions-0.4.0.1-1.oe2409.x86_64${pkgdir} -type d -fprintf ghc-string-conversions-devel.files '%%dir %p\n' -o \( -name '*.p_hi' -o -name 'libHS*_p.a' \) -fprint ghc-string-conversions-prof.files -o -fprint ghc-string-conversions-devel.files echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-string-conversions-devel.files echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-string-conversions-prof.files else rm -f ghc-string-conversions-devel.files ghc-string-conversions-prof.files touch ghc-string-conversions-devel.files ghc-string-conversions-prof.files fi ls /home/lkp/rpmbuild/BUILDROOT/ghc-string-conversions-0.4.0.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/string-conversions-0.4.0.1*.conf >> ghc-string-conversions-devel.files haddock_dir=/usr/share/doc/ghc-9.6.3/html/libraries/string-conversions-0.4.0.1 if [ -d /home/lkp/rpmbuild/BUILDROOT/ghc-string-conversions-0.4.0.1-1.oe2409.x86_64$haddock_dir ]; then echo $haddock_dir >> ghc-string-conversions-help.files fi for i in ghc-string-conversions.files ghc-string-conversions-devel.files ghc-string-conversions-help.files ghc-string-conversions-prof.files; do if [ -f "$i" ]; then sed -i -e "s!/home/lkp/rpmbuild/BUILDROOT/ghc-string-conversions-0.4.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-string-conversions-0.4.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-string-conversions.files %license LICENSE %files devel -f ghc-string-conversions-devel.files %files -n ghc-string-conversions-help -f ghc-string-conversions-help.files %license LICENSE %files -n ghc-string-conversions-prof -f ghc-string-conversions-prof.files %changelog * Thu Sep 28 2023 Lin Runze 0.4.0.1-1 - Initial packaging (Version 0.4.0.1) ?9 8TJFnc dK%k$%eٚ;c>-*iA%HYJ*}()kJ$Rw=3Ϝs}9=XC!=#>D=?zpɑ?XL2Mӂ@&D |||/0ix*|'#Ъ'"P0 ;",bA(c|yUPyQ} C}!š\T*yŕLeP~d k p~~ V(љA({2MjjC[QlDO X DG'A  atJg3 _OqO1,<6!_bAddp"Pl2nb d A p_8v3tCC/X|A)#& L:C0 aBSlZNⲲ !PDp@Ou39:d?xeD3L"_ȜS ȀM2S$|SMd n?D2WiGT D`,8QNLz^ [ *aLߔ 4} E_a`` mmɩ}0Π"rX^(̀/[L^qNe̘\"xs`!ɟ`i*XC"COeѴo_%hHa6Mn}ޗ@7L쿴p:}NazLeuO˕̀&Ə4"1"^^g^0ǘ gb3Q?9` :X"tIg4,ě73Rr(/*&ot#J[e"&HøP6pnhmU دqp|^@&>q"d?Z̟DGHx?Q5$6 2]#@ؓi fh 4擧B4V,2r I4MvZ uu'GL}˸!ttOG-[{pg*G:Kl܏Zfi11³7|i*F TDkʁ E +<׺sz_4jʂl/85[x]czdvn+=:Wpݑg6aɸN]{=I9};Mɇ %([TPőƌ ލ3{S0x1*nx"ԯ9s6 |vmξئ&u~:rRh41a! ³^UJe/OTAHnKv`@ww>tv.k:\|ةD]μG/\9|73|fńLY P[5o<}ڔT/-ĦI)}|%ƦvYn G*2t-kS$Pi]6 ӂx8'xzHM|(]ktɜ}*pW _cҋTKfíṅj*EkJbt٧=8\bY_Wh0JVy_)15`5vzRpu֖%s鮄cc[#9ޔ%@/PsSw87KGyϊz7l}r% kL+D?ʷL*rKU|ݍ'Xf ?;"6ؚgG3wnϕn7ԻT }†خuc-{U[lX͖ _s26ez[~AW؎ ?ϟv!~ؘŏ!ٜ5"kVq>XT {u/rI3KH"__3L%# IR[W3OU\U W6(8\oʒ'zYs,cUv(V j_Pfd5gB';oyA~M\t2\GQ':W-be\oXud]6K,4ֹќlEeQ^7=}K٫Me1;Ucnӏ2/x-ј64kZGe`n=ABG{+eeSӾ:酀' þֽi]>p?|@7]k) 65 b3ʈDM;*պW75LSJ֪gKF05o#cU$Z{h_pV<|?==k? NuHF`c5^!X^QE'}"Fh9A sWv+P-d|҇HRf=f"sػ8 gs8K#zrOx S\`eۑh{rڮ:OYf +m8 +Nr5 ޕ$7ZU}(R5X%A81AQہU.{HD_B]W7ˮ`CY&sz8XB"ϔ0 ~|AR=J7cHU{t{ Dw8DTPUSSƩhKhv)|X=urKmx9ΦåEÙ+=n 1r4 ^W'<9橝 3-t]!Zh5nZ{2n |Q ^%H[jNߚe+|Ʒ3p3߇/Q 晰!|a{&G'*[7Uǒެ)CkQ^%dzIoX{aMsj/=a^En > eܯܬ\sW팄6[ւAVߜଣlcETfӼ#as7]kY;sÇ{rI^ҧm"jpMEW￸R٬(>nlY;8*9)kҼPJݢݚ_F&-}?{V8j3/,Kl{b+x7 E=b+ k)g]zϜ(ԯxZڲ+ON-BL_Q_qS/.hҫR.ʰo܁x":Ry`mkKg7Ϲ,%u%퓢jl 59g2P rM] w8s ?_nnZvi†uwTɔabǰ?6hU9O:58+B,[#VOZB̮M7CsV~}JjXKc_^ bM-,.EWh%S0]{"NHl<EGԯS?~]?HxA@&?&:y S)o(@Bϗ( F~&[&d\2@tR%}Ӷ>߫) 5% AO6XLx }/X)k_/EQoi=5 4[$QrOш_Yff!efџ2~<5yfoZZH D.I4QX1H0?@A@Eʟ>y,(D 8~%*&|2LO(_? :5%!" 7"6!ݺoR D6@dl<@E! 2 x^K[ BO$ I@DϦ<͟u].QxAH#N"D$!1'V>Cu[&x=$ g)NdSIQH*`\YMѩt&Dڈ\ҹ=z-BA(d /C,Jt4hS"| '@6GM Dqb̹矅uqM~߾'wre {  W:|D"