ghc-xml-types-0.3.8-1.oe24090>    f! ;G|`u` / W@sٕ- ϱ#=tSVL;K(&,a^l\'%t`h+9mB9 'R{OQH~_)ge\PhꩱƊ5J╙^Qo $`rYFߋ,'GqP;g^}Yn&GzZiLGٿc͑Gʭ^vjSk ܧkS3{.&r,cs!Nm;D00C.S2[Fd?Ď%LD>FоyRmod$W޼4#DMӀ%R1K;omUŗudNQ6q@#@}ScT|IsGe93fc1545ea710d74fc1411a54f2866f67fa8c626d55c1e2574a3f45f4571702f5360d85e3ac81c2c61a06c5c5ab1442d71a5ff14e=ݲV  oU#>7%?%d  @DH\`d y    r t|   #(89 :/FSGpHxIRXY\]^de f`dCghc-xml-types0.3.81.oe2409Basic types for representing XMLBasic types for representing XML. The idea is to have a full set of appropriate types, which various XML libraries can share. Instead of having equivalent-but-incompatible types for every binding, parser, or client, they all share the same types can can thus interoperate easily. This library contains complete types for most parts of an XML document, including the prologue, node tree, and doctype. Some basic combinators are included for common tasks, including traversing the node tree and filtering children.f!dc-64g.compass-ciMIThttp://openeuler.orgUnspecifiedxml-types-0.3.8.tar.gzhttps://hackage.haskell.org/package/xml-typeslinuxx86_64 ցf!df!dc92cb6acc85bf90673cde7270034696ce006f69fa0b25a7f2228d4b24ad8b5f9dad5e4ce602b7d1f4be37c0cfd99a261a4573746bfd80d917dc955b72da84c80 rootrootrootrootghc-xml-typesghc-xml-types-develghc-xml-types-helpghc-xml-types-prof  ghc-Cabal-develghc-base-develghc-base-profghc-deepseq-develghc-deepseq-profghc-rpm-macrosghc-text-develghc-text-profrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-1i386i486i586i686pentium3pentium4athlongeode4.18.2ejLin Runze 0.3.8-1- Initial packaging (Version 0.3.8)dc-64g.compass-ci 17266856290.3.8-1.oe24090.3.8-1.oe24090.3.8-1.oe24090.3.8-1.oe2409ghc-xml-types.specxml-types-0.3.8.tar.gzcpiogzip9utf-8ecad14da9c192c7f2445a2d1c5314b5bd941ecb9abdc5b15ab2fcdc264b3a2775a7f0a5f06cdf0f136046bb65aa1627af54f13894fff7bab2d1ac87b47577aca Name: ghc-xml-types Version: 0.3.8 Release: 1 Summary: Basic types for representing XML License: MIT URL: https://hackage.haskell.org/package/xml-types Source0: https://hackage.haskell.org/package/xml-types-0.3.8/xml-types-0.3.8.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof BuildRequires: ghc-deepseq-devel BuildRequires: ghc-deepseq-prof BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel BuildRequires: ghc-text-prof ExcludeArch: i386 i486 i586 i686 pentium3 pentium4 athlon geode %description Basic types for representing XML. The idea is to have a full set of appropriate types, which various XML libraries can share. Instead of having equivalent-but-incompatible types for every binding, parser, or client, they all share the same types can can thus interoperate easily. This library contains complete types for most parts of an XML document, including the prologue, node tree, and doctype. Some basic combinators are included for common tasks, including traversing the node tree and filtering children. %package devel Summary: Haskell xml-types library development files Requires: ghc-xml-types = 0.3.8-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 xml-types library development files. %package -n ghc-xml-types-help Summary: Haskell xml-types library documentation BuildArch: noarch %description -n ghc-xml-types-help This package provides the Haskell xml-types library documentation. %package -n ghc-xml-types-prof Summary: Haskell xml-types profiling library Requires: ghc-xml-types-devel = 0.3.8-1.oe2409 Supplements: (ghc-xml-types-devel and ghc-prof) %description -n ghc-xml-types-prof This package provides the Haskell xml-types profiling library. %prep cd '/home/lkp/rpmbuild/BUILD' rm -rf 'xml-types-0.3.8' /usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/xml-types-0.3.8.tar.gz' STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'xml-types-0.3.8' /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-xml-types --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/xml-types-0.3.8 --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/libHSxml-types-0.3.8*.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-xml-types-0.3.8-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 xml-types-0.3.8.conf ]; then for i in $(ls "xml-types-0.3.8.conf/"); do sub=$(echo $i | sed -e "s/^[0-9]\+-//") install -D --mode=0644 xml-types-0.3.8.conf/${i} /home/lkp/rpmbuild/BUILDROOT/ghc-xml-types-0.3.8-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/${sub}.conf done else install -D --mode=0644 xml-types-0.3.8.conf /home/lkp/rpmbuild/BUILDROOT/ghc-xml-types-0.3.8-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/xml-types-0.3.8.conf fi if [ -d "/usr/lib64/ghc-9.6.3/lib" ]; then subsubdir=/lib fi if [ -z "$(ls /home/lkp/rpmbuild/BUILDROOT/ghc-xml-types-0.3.8-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/xml-types-0.3.8*.conf)" ]; then echo "/home/lkp/rpmbuild/BUILDROOT/ghc-xml-types-0.3.8-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/xml-types-0.3.8*.conf not found" exit 1 fi rm -f ghc-xml-types.files ghc-xml-types-help.files touch ghc-xml-types.files ghc-xml-types-help.files for i in /home/lkp/rpmbuild/BUILDROOT/ghc-xml-types-0.3.8-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/libHSxml-types-0.3.8-*ghc9.6.3.so; do if [ -x "$i" ]; then echo $i >> ghc-xml-types.files echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-xml-types.files else echo $i: not found exit 1 fi done pkgdir="/usr/lib64/ghc-9.6.3${subsubdir}/xml-types-0.3.8" if [ -d "/home/lkp/rpmbuild/BUILDROOT/ghc-xml-types-0.3.8-1.oe2409.x86_64${pkgdir}" ]; then find /home/lkp/rpmbuild/BUILDROOT/ghc-xml-types-0.3.8-1.oe2409.x86_64${pkgdir} -type d -fprintf ghc-xml-types-devel.files '%%dir %p\n' -o \( -name '*.p_hi' -o -name 'libHS*_p.a' \) -fprint ghc-xml-types-prof.files -o -fprint ghc-xml-types-devel.files echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-xml-types-devel.files echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-xml-types-prof.files else rm -f ghc-xml-types-devel.files ghc-xml-types-prof.files touch ghc-xml-types-devel.files ghc-xml-types-prof.files fi ls /home/lkp/rpmbuild/BUILDROOT/ghc-xml-types-0.3.8-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/xml-types-0.3.8*.conf >> ghc-xml-types-devel.files haddock_dir=/usr/share/doc/ghc-9.6.3/html/libraries/xml-types-0.3.8 if [ -d /home/lkp/rpmbuild/BUILDROOT/ghc-xml-types-0.3.8-1.oe2409.x86_64$haddock_dir ]; then echo $haddock_dir >> ghc-xml-types-help.files fi for i in ghc-xml-types.files ghc-xml-types-devel.files ghc-xml-types-help.files ghc-xml-types-prof.files; do if [ -f "$i" ]; then sed -i -e "s!/home/lkp/rpmbuild/BUILDROOT/ghc-xml-types-0.3.8-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-xml-types-0.3.8-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-xml-types.files %license COPYING %files devel -f ghc-xml-types-devel.files %files -n ghc-xml-types-help -f ghc-xml-types-help.files %license COPYING %files -n ghc-xml-types-prof -f ghc-xml-types-prof.files %changelog * Thu Sep 28 2023 Lin Runze 0.3.8-1 - Initial packaging (Version 0.3.8) ?X 8k,1ط+{Yƚ-"Ic0fZP,!=ٷlY*Y P端s}w/s_??ooeY7Ϗ&'EW#+ H Q۠#!0,H~  *% 8l( fݨxav[Y0+" ¬}}|7" lx@"% ?05Z "DUQ7H2; \_\Ki /nECAnv- ~Gp? /8~A 8O$0_o7u 1Z$;HDxwlP vp  yG " M )E74~G`$'ԩ" )#l A7nq<W46@PV n"pf)Ƿ _ ŔI(o&yO01jMY\־x[)nn)83(yߣοC?D 0/ Q_<ԯ~E(\! [0h$!2jxJQL$ JYǷn:6p44ι_[~Hl"5?SG zB ؠ|k)rp9y|A !A;$$/ JJ&jIhζ~JVſ_[L0hw]=}_(6=QvOHmjn7qHĵõUgі΁j IOj g$g`SחhXJtRg⳽\.T,-X@9}3j=9n}meW`lqeQY5Aߖʹ;;_5,,a|`Jirg㋊Ƕe9_hCz⡽uQo,i`Iui[䙾< Ws%i0XWggeY\K5O쟪̇ OԠ_b KzLd(3|*$۵sjSu+Q >@Lгȳ~ұm|}.I3/+&`˾hm"ēTCa&Gݸ'r5/BSK+` ^j1D:?59CF0=y6=f/Si_@]OGE bZ{:*`vAcYجݪ .[uw\QJRSļɷP^U\@I}`z"d؎=r =Qr-,>2FE3{Y./&[+\1xA-|<.bإoeR3܍&tU{pCI&;RO*I^6 Cϋ7 FۜޯȫQǑiEȿǢ\|.ihC+yKə K8 " wZ\ ٛ8~kcbÆW0 ;K".V76VF6Ω;,\(,\^SYywF؅CBXO:ܝ} eae+΁kY7F 7] za\wzmؾRkɣVV;SʲM}={~t[RMNVJSnʻaSR8UUևXראk ?b25OvN;=eLcsc+}oT^m' c9Jj*]Zn.szjgU8ao]}8[Vic z9zF(ᔎݻ#JE?dY ][^̢N|"y )iP)@+)Pv6}ww t.YzV_~zT)űfީ?qT{5nTm ^[XAmv~`5wcW+]ajj+2FI~#)e)=;T}ЦDx$Pͣͪj 4 ^=>%M__?u'|OfN?O2.{޽Ffo).\@o]^.ឪ;pӹ .nܦ/b9ͩ~Oa1K/k8SA8;e .%^e`O6tlՙؼm_aBXRpަN=눮)iE(ЊxuǩNZԒ ZوWMrz8v4<f%qD2zZ6xs+dOõ%^tSqY,jضh/"I@_ V1_eOHfjfG 'o鹺'sddmcoXwƂm3fJE}lK4L;#]ϻr ?NSQ#梧XhuG7-ѻ^ f1.b?RA:j'1L'%؁ JpWgꉹolIQn!k(K9ca^Fyڋeꂍ֊`J^,5y^,b__O ok+OqԣYG=ow]^ќ2Z[3f0*;`ɂ8K/9/aZ5zWŎqUҾ)xeQtTz\hwܐ Æj+F)au{Eu&5Ɖ&}A$^,0Iê2 3 ]S"OB~{b:v$FJyƈx_aWuszZ&>DW$DШ/e^O(cJe9f0"k[D&*?Hxcsw!a_}fgJ xwn X ǂPppj3nD$7Q+=ܑf_4w0slt-Ӗ[{K#jl`ovQw~rKm]p~xXP8ZFтoo[MfQ&*=[Rb&WK{됿i߮uv_Bbew >be~ޙg*yޙsxYŪ;*eafk^W]5QSĠm^X:f-`;P>!cg@:a)5TXݶtDy^Bޓ@,gju"YJ1۳eޒmtcr] }Y/X0/l4>mz_uɥ9 #8݇ƛ'#%۸cZm$SnjO(.wZ?9e`щʍY.f0uM:<V7ttCMbPs4g~\?3}i韎fS/X3f(/w+$%GZ1&?yNC@D>zDjAq,ƭY 27h?$W2'FNM R2k^N„$΄ sƓX{Hپ !V~Tw36>\ٮ!Yî~tC+-r蜝VΪ ʹI&[ #qTNe_LKY^>Dmj91ag-n fUZ]^n=@߉?ucgm ˁWLGl=Oijs4daʹs^ {e _V%n%yԌLY$DD铞H;]tM-'B$֬5 ٴrKbEG[.8`pPtloV/!+sy=V-8y«Jg.f]On݈%rWf/:_A^dY`Ւ B<"WwIѼ2V_ۡcSD1lױ!U]saTf/vܾ=XiZ Rl(T