ghc-data-default-instances-containers-0.0.1-1.oe24090>    f ;G|`u` jN &5;WlLTU)E+QG_#]g֕ECͺ_gTn@0bwՋGY?|_(p@ڇƄ0xcфe b6ye;E 6혝7)?)d(. 7 a KQX` d h p     #(89 :/FSGpHxIRXY\]^6d7e<fADHNCghc-data-default-instances-containers0.0.11.oe2409Default instances for types in containersDefault instances for types in containers.fdc-64g.compass-ciBSD-3-Clausehttp://openeuler.orgUnspecifieddata-default-instances-containers-0.0.1.tar.gzhttps://hackage.haskell.org/package/data-default-instances-containerslinuxx86_64{efCfCa55e07af005c9815d82f3fc95e125db82994377c9f4a769428878701d4ec081a380b2fdf53dbc178afdfed4533b071b8b383dff71424bfe4c1bf26eb51fc2ee9 rootrootrootrootghc-data-default-instances-containersghc-data-default-instances-containers-develghc-data-default-instances-containers-helpghc-data-default-instances-containers-prof  ghc-Cabal-develghc-base-develghc-base-profghc-containers-develghc-containers-profghc-data-default-class-develghc-data-default-class-profghc-rpm-macrosrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-1i386i486i586i686pentium3pentium4athlongeode4.18.2d@Lin Runze 0.0.1-1- Initial packaging (Version 0.0.1)dc-64g.compass-ci 17266850840.0.1-1.oe24090.0.1-1.oe24090.0.1-1.oe24090.0.1-1.oe2409data-default-instances-containers-0.0.1.tar.gzghc-data-default-instances-containers.speccpiogzip9utf-8ae1ec65b87a282086d4543920a3b94d08bafd85efb91c2e2210aabc26cdc0ff0b25cf7ab3e4ecb77a71f8ff1ef8415eb57965200b7f87bd03d9078810b1ddcd6 Name: ghc-data-default-instances-containers Version: 0.0.1 Release: 1 Summary: Default instances for types in containers License: BSD-3-Clause URL: https://hackage.haskell.org/package/data-default-instances-containers Source0: https://hackage.haskell.org/package/data-default-instances-containers-0.0.1/data-default-instances-containers-0.0.1.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof BuildRequires: ghc-containers-devel BuildRequires: ghc-containers-prof BuildRequires: ghc-data-default-class-devel BuildRequires: ghc-data-default-class-prof BuildRequires: ghc-rpm-macros ExcludeArch: i386 i486 i586 i686 pentium3 pentium4 athlon geode %description Default instances for types in containers. %package devel Summary: Haskell data-default-instances-containers library development files Requires: ghc-data-default-instances-containers = 0.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 data-default-instances-containers library development files. %package -n ghc-data-default-instances-containers-help Summary: Haskell data-default-instances-containers library documentation BuildArch: noarch %description -n ghc-data-default-instances-containers-help This package provides the Haskell data-default-instances-containers library documentation. %package -n ghc-data-default-instances-containers-prof Summary: Haskell data-default-instances-containers profiling library Requires: ghc-data-default-instances-containers-devel = 0.0.1-1.oe2409 Supplements: (ghc-data-default-instances-containers-devel and ghc-prof) %description -n ghc-data-default-instances-containers-prof This package provides the Haskell data-default-instances-containers profiling library. %prep cd '/home/lkp/rpmbuild/BUILD' rm -rf 'data-default-instances-containers-0.0.1' /usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/data-default-instances-containers-0.0.1.tar.gz' STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'data-default-instances-containers-0.0.1' /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-data-default-instances-containers --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/data-default-instances-containers-0.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/libHSdata-default-instances-containers-0.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-data-default-instances-containers-0.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 data-default-instances-containers-0.0.1.conf ]; then for i in $(ls "data-default-instances-containers-0.0.1.conf/"); do sub=$(echo $i | sed -e "s/^[0-9]\+-//") install -D --mode=0644 data-default-instances-containers-0.0.1.conf/${i} /home/lkp/rpmbuild/BUILDROOT/ghc-data-default-instances-containers-0.0.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/${sub}.conf done else install -D --mode=0644 data-default-instances-containers-0.0.1.conf /home/lkp/rpmbuild/BUILDROOT/ghc-data-default-instances-containers-0.0.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/data-default-instances-containers-0.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-data-default-instances-containers-0.0.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/data-default-instances-containers-0.0.1*.conf)" ]; then echo "/home/lkp/rpmbuild/BUILDROOT/ghc-data-default-instances-containers-0.0.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/data-default-instances-containers-0.0.1*.conf not found" exit 1 fi rm -f ghc-data-default-instances-containers.files ghc-data-default-instances-containers-help.files touch ghc-data-default-instances-containers.files ghc-data-default-instances-containers-help.files for i in /home/lkp/rpmbuild/BUILDROOT/ghc-data-default-instances-containers-0.0.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/libHSdata-default-instances-containers-0.0.1-*ghc9.6.3.so; do if [ -x "$i" ]; then echo $i >> ghc-data-default-instances-containers.files echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-data-default-instances-containers.files else echo $i: not found exit 1 fi done pkgdir="/usr/lib64/ghc-9.6.3${subsubdir}/data-default-instances-containers-0.0.1" if [ -d "/home/lkp/rpmbuild/BUILDROOT/ghc-data-default-instances-containers-0.0.1-1.oe2409.x86_64${pkgdir}" ]; then find /home/lkp/rpmbuild/BUILDROOT/ghc-data-default-instances-containers-0.0.1-1.oe2409.x86_64${pkgdir} -type d -fprintf ghc-data-default-instances-containers-devel.files '%%dir %p\n' -o \( -name '*.p_hi' -o -name 'libHS*_p.a' \) -fprint ghc-data-default-instances-containers-prof.files -o -fprint ghc-data-default-instances-containers-devel.files echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-data-default-instances-containers-devel.files echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-data-default-instances-containers-prof.files else rm -f ghc-data-default-instances-containers-devel.files ghc-data-default-instances-containers-prof.files touch ghc-data-default-instances-containers-devel.files ghc-data-default-instances-containers-prof.files fi ls /home/lkp/rpmbuild/BUILDROOT/ghc-data-default-instances-containers-0.0.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/data-default-instances-containers-0.0.1*.conf >> ghc-data-default-instances-containers-devel.files haddock_dir=/usr/share/doc/ghc-9.6.3/html/libraries/data-default-instances-containers-0.0.1 if [ -d /home/lkp/rpmbuild/BUILDROOT/ghc-data-default-instances-containers-0.0.1-1.oe2409.x86_64$haddock_dir ]; then echo $haddock_dir >> ghc-data-default-instances-containers-help.files fi for i in ghc-data-default-instances-containers.files ghc-data-default-instances-containers-devel.files ghc-data-default-instances-containers-help.files ghc-data-default-instances-containers-prof.files; do if [ -f "$i" ]; then sed -i -e "s!/home/lkp/rpmbuild/BUILDROOT/ghc-data-default-instances-containers-0.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-data-default-instances-containers-0.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 %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-data-default-instances-containers.files %license LICENSE %files devel -f ghc-data-default-instances-containers-devel.files %files -n ghc-data-default-instances-containers-help -f ghc-data-default-instances-containers-help.files %license LICENSE %files -n ghc-data-default-instances-containers-prof -f ghc-data-default-instances-containers-prof.files %changelog * Tue Aug 22 2023 Lin Runze 0.0.1-1 - Initial packaging (Version 0.0.1) ?V{ Ti' 'X3Ԍq~Y 4.erf3cf̙J]tݲ*-QV$m d"ڲE(K=3#Ͷ矙9{~y^5њhJƔfAL iʚF"3 / 0(|u521B:xôݑxv{sѮ)}'mI=9?vsokQ.]ݜqmnwk6#+C5j+ v_ʈ[]@|տLG.'ZEUB{`ct\'$6ZѱI6qʶ:|\ĉl^c عeY9沣F +k^Qlaݴ;O#MXYXo` +:"NzֲCכCkLsY)y+cD::}Y'L%5DYmTI\5bmB,ϔ峲v E`E=Q>:αTyۘ2x]C;o}=\Ew帍o\w-ko_G^zy3{^ [iAՀ+K=ƸCc%k*bsw+?۟)f3u:ozcx(_TT\EP;_Ncnh{W|ͬr4Mx?CAS;gmAFT_gNw9-5[K+:w<&?[Du7ΩM4QGU'M#gXVWUq,ĦmB]dzk~$osbi5w8>3mϛy΂U-:39 Q*wKkڴp Frd(SB[NY~Wd%-.M?u(ҿ&-hs#edQ?C'^Pvon #7yڈ߲9wU rnE +{.+ι ~0.-^bA ?$"$Sdؕ^$ԝtK#"3ڞ_w`~-=LM׵b9͗6'1?u"TkrS!{L-nnjjBu-E-,01Qyܣ8+F(otf^hs~䞰Xvݯ$/ 4RFd\O7\x8:Qs]Z&$6ӆ*r4;.*:6q'ֶ'h:k-zT#v]5 ƭJXEXsEL͡AG-ӖFZڛX]f ԑ#/{xs GV0|.B21a 0cp>}8"e U./g BQBHR]@h!xuJT\'|U[)d@&0S &q# A0n1tX9LI+Y16VaB籸|Kku VH*+{fx(FFBl>΂!#S8 -Oa|j4sTKx 2~>q\7"} Z e#AhY(37^diƳ?4:9t8;(D26D>dW;kSN"/ٝȂYl8C6I#raH\4np&I,~ԬIumcx|\&-X Bf>b ß>:4,Y'At΄V%/Azt8RJ'ٱt+P6wNҚ҉Й O@fD3s~v¼8cVa/xS  Y|> i.a>Me_@T'2ō' (HȜ