ghc-byteorder-1.0.4-1.oe24090>    f  ;G|`u` _ ޼ᶯP b=ţU ld;q-It2r^/Du0輅M}-02g7qN!υYT"e~; ί+cCd>IETH"L2A"TY3H{ݯ'-$;1Ziֶy%4Ĩ w "5e%9%Nԫ̀X< v̭y[J[OЛ p3O'Y(sH+>wo\9f%>"ve9^bw4C]U[|l@ u^s7{eHQIݮ.OPW ʰi]L+nbpѡόё>  >S: S58e5b3ac23bad73b7916aaeb2aab71dc36587188fd7e60006739eaf9c2991f209ba0ed1432f7a847ab5c5fb5867d6b404abf9e6e00xI On{|>7!?!d  \  7=DL P T \  Ld#(8 9$:GFkGHIRXY\]^de$f),06x|Cghc-byteorder1.0.41.oe2409Exposes the native endianness or byte ordering of the systemThis package is for working with the native byte-ordering of the system.f dc-64g.compass-ciBSD-3-Clausehttp://openeuler.orgUnspecifiedbyteorder-1.0.4.tar.gzhttps://hackage.haskell.org/package/byteorderlinuxx86_64܁ffbd20bbb586947f99c38a4c93d9d0266f49f6fc581767b51ba568f6d5d52d29190e648970c76e390277d6b3870861bf096fff0fb51cbf7197d045a97684e1ca8e rootrootrootrootghc-byteorderghc-byteorder-develghc-byteorder-helpghc-byteorder-prof  ghc-Cabal-develghc-base-develghc-base-profghc-rpm-macrosrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-1i386i486i586i686pentium3pentium4athlongeode4.18.2d@Lin Runze 1.0.4-1- Initial packaging (Version 1.0.4)dc-64g.compass-ci 17266851981.0.4-1.oe24091.0.4-1.oe24091.0.4-1.oe24091.0.4-1.oe2409byteorder-1.0.4.tar.gzghc-byteorder.speccpiogzip9utf-8dafebea6b557167ee35b5999395dadf45d1d906bea5891f56e33aaabd41138e8b2eb9035f8c056955b08866760a523d67935ffbbfd22bed324b6ebd741d659eb Name: ghc-byteorder Version: 1.0.4 Release: 1 Summary: Exposes the native endianness or byte ordering of the system License: BSD-3-Clause URL: https://hackage.haskell.org/package/byteorder Source0: https://hackage.haskell.org/package/byteorder-1.0.4/byteorder-1.0.4.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof BuildRequires: ghc-rpm-macros ExcludeArch: i386 i486 i586 i686 pentium3 pentium4 athlon geode %description This package is for working with the native byte-ordering of the system. %package devel Summary: Haskell byteorder library development files Requires: ghc-byteorder = 1.0.4-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 byteorder library development files. %package -n ghc-byteorder-help Summary: Haskell byteorder library documentation BuildArch: noarch %description -n ghc-byteorder-help This package provides the Haskell byteorder library documentation. %package -n ghc-byteorder-prof Summary: Haskell byteorder profiling library Requires: ghc-byteorder-devel = 1.0.4-1.oe2409 Supplements: (ghc-byteorder-devel and ghc-prof) %description -n ghc-byteorder-prof This package provides the Haskell byteorder profiling library. %prep cd '/home/lkp/rpmbuild/BUILD' rm -rf 'byteorder-1.0.4' /usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/byteorder-1.0.4.tar.gz' STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'byteorder-1.0.4' /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-byteorder --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/byteorder-1.0.4 --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/libHSbyteorder-1.0.4*.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-byteorder-1.0.4-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 byteorder-1.0.4.conf ]; then for i in $(ls "byteorder-1.0.4.conf/"); do sub=$(echo $i | sed -e "s/^[0-9]\+-//") install -D --mode=0644 byteorder-1.0.4.conf/${i} /home/lkp/rpmbuild/BUILDROOT/ghc-byteorder-1.0.4-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/${sub}.conf done else install -D --mode=0644 byteorder-1.0.4.conf /home/lkp/rpmbuild/BUILDROOT/ghc-byteorder-1.0.4-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/byteorder-1.0.4.conf fi if [ -d "/usr/lib64/ghc-9.6.3/lib" ]; then subsubdir=/lib fi if [ -z "$(ls /home/lkp/rpmbuild/BUILDROOT/ghc-byteorder-1.0.4-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/byteorder-1.0.4*.conf)" ]; then echo "/home/lkp/rpmbuild/BUILDROOT/ghc-byteorder-1.0.4-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/byteorder-1.0.4*.conf not found" exit 1 fi rm -f ghc-byteorder.files ghc-byteorder-help.files touch ghc-byteorder.files ghc-byteorder-help.files for i in /home/lkp/rpmbuild/BUILDROOT/ghc-byteorder-1.0.4-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/libHSbyteorder-1.0.4-*ghc9.6.3.so; do if [ -x "$i" ]; then echo $i >> ghc-byteorder.files echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-byteorder.files else echo $i: not found exit 1 fi done pkgdir="/usr/lib64/ghc-9.6.3${subsubdir}/byteorder-1.0.4" if [ -d "/home/lkp/rpmbuild/BUILDROOT/ghc-byteorder-1.0.4-1.oe2409.x86_64${pkgdir}" ]; then find /home/lkp/rpmbuild/BUILDROOT/ghc-byteorder-1.0.4-1.oe2409.x86_64${pkgdir} -type d -fprintf ghc-byteorder-devel.files '%%dir %p\n' -o \( -name '*.p_hi' -o -name 'libHS*_p.a' \) -fprint ghc-byteorder-prof.files -o -fprint ghc-byteorder-devel.files echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-byteorder-devel.files echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-byteorder-prof.files else rm -f ghc-byteorder-devel.files ghc-byteorder-prof.files touch ghc-byteorder-devel.files ghc-byteorder-prof.files fi ls /home/lkp/rpmbuild/BUILDROOT/ghc-byteorder-1.0.4-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/byteorder-1.0.4*.conf >> ghc-byteorder-devel.files haddock_dir=/usr/share/doc/ghc-9.6.3/html/libraries/byteorder-1.0.4 if [ -d /home/lkp/rpmbuild/BUILDROOT/ghc-byteorder-1.0.4-1.oe2409.x86_64$haddock_dir ]; then echo $haddock_dir >> ghc-byteorder-help.files fi for i in ghc-byteorder.files ghc-byteorder-devel.files ghc-byteorder-help.files ghc-byteorder-prof.files; do if [ -f "$i" ]; then sed -i -e "s!/home/lkp/rpmbuild/BUILDROOT/ghc-byteorder-1.0.4-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-byteorder-1.0.4-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-byteorder.files %license LICENSE %files devel -f ghc-byteorder-devel.files %files -n ghc-byteorder-help -f ghc-byteorder-help.files %license LICENSE %files -n ghc-byteorder-prof -f ghc-byteorder-prof.files %changelog * Tue Aug 22 2023 Lin Runze 1.0.4-1 - Initial packaging (Version 1.0.4) ?V 8kl02)`U>f3cVP,i#%nHJhIۥ${oޫ}yy=}chfhf7 9kb8Xx .Pehff, (f30 XPP;$@8J{_QfE~u2rWJj/收T;b1:ɉ(s&)[3&ggi۲);3 t]o z؟S,̵q˅I%ݏYYn'Iy,eAlBu)sɮk&㏆X?8 8}>9d+Dz-^ڹVi2Tzx5+T4G=R|3$6eE/,{W-7]<;VKɉ̚Kx~eP{r1:^piV}T7Tb.d1D=M+SR#pnt=+{U+>mC~3S訫o+.0?"Qڹz 7!9^㒊xk֫IO;*mp{YXOƥʠ})˼$ܮ! `Og'7զ۝gW<@Gm[[HFnq%QX% o:~>:^ w=bWNUe W;JV>]kFb[|ϫ52p7;,.9Oި]d~4xwl@^kW؃ɘx= <Ď;GvuKn,8dm^ߩȥRQ=py({q %SpF[ )~vyI)1o+7dg"VVÊ$]#.=L ^qrLJ7L˨@}\^{ѽ 4&{$eAXC('-0M|$7{fWBPǣ#I^;i=dl8ۣp+],zgʼUI ij.OmYC-w'ׅ}qn7]_ 0;;C*GPF> {L MA|"Df%վ\Poi=©uv2OS}d: _왚lL0bLy_ Llp\T }ޢ:MAdu`}ྡྷzR ᣏ7Y/D.Pqebĩ6?Z3h2(cИ.0paZ]zkA&ABD&0#Fc #s'tzngb+Ee!@&b|N, H9iEo fH7}8wm6x?̯^(?}2~ 0C=PH4[#䂐P|* K>_f87d'$?NH$ 8:ͼZwɦɠ L1Tб`{&LP[bB a-Ml^ +0]ӕ_ "R, maF4 U6B n-vQHO䬦o"df@|N GP3xA` ;02 g"`SAWnj _E'(*E< 3Ԋt!/~(xylA9#=},YT