ghc-time-manager-0.0.1-1.oe24090>    f 1 ;G|`u` c DZ-H%#'{g԰LBh;HO5Cm V^tثj% :)m`SNzPh|.&RWqmч+pB]4Idz`^:d zJkG?%!&m뗺f[Z v@1n{Y,?1jc^iWroމS $W{ĐmGԣ%TcyhAMmoOBQLdb#Q̮(ghCvgKhYW 31FJyZ󬥅D "rc`ɼhg:2oNd_J7"?"d " 1hl        @  #(G8P9T:wFGHIRXY\]$^TdUeZf_dhnCghc-time-manager0.0.11.oe2409Scalable timerScalable timer functions provided by a timer manager.f (dc-64g.compass-ciMIThttp://openeuler.orgUnspecifiedtime-manager-0.0.1.tar.gzhttps://hackage.haskell.org/package/time-managerlinuxx86_64% fff42ead7410c0d92e316a9307687cc2a3b135433572dcc3764c69098f92cb6f0707492523fabc69b8ec308f6276cc93df3dd060c91f23df2ac8a1f56d331ea05b rootrootrootrootghc-time-managerghc-time-manager-develghc-time-manager-helpghc-time-manager-prof  ghc-Cabal-develghc-auto-update-develghc-auto-update-profghc-base-develghc-base-profghc-rpm-macrosghc-unliftio-develghc-unliftio-profrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-1i386i486i586i686pentium3pentium4athlongeode4.18.2ejLin Runze 0.0.1-1- Initial packaging (Version 0.0.1)dc-64g.compass-ci 17266852240.0.1-1.oe24090.0.1-1.oe24090.0.1-1.oe24090.0.1-1.oe2409ghc-time-manager.spectime-manager-0.0.1.tar.gzcpiogzip9utf-8d6d33ddde766f2ecfbafc8e3396ee4c82358932e1d4adb2b81cf17c8c1421cb6e8e04bfb102e365f552754bfaa6ae137d7858cee65af76404117b645369015ec Name: ghc-time-manager Version: 0.0.1 Release: 1 Summary: Scalable timer License: MIT URL: https://hackage.haskell.org/package/time-manager Source0: https://hackage.haskell.org/package/time-manager-0.0.1/time-manager-0.0.1.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-auto-update-devel BuildRequires: ghc-auto-update-prof BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof BuildRequires: ghc-rpm-macros BuildRequires: ghc-unliftio-devel BuildRequires: ghc-unliftio-prof ExcludeArch: i386 i486 i586 i686 pentium3 pentium4 athlon geode %description Scalable timer functions provided by a timer manager. %package devel Summary: Haskell time-manager library development files Requires: ghc-time-manager = 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 time-manager library development files. %package -n ghc-time-manager-help Summary: Haskell time-manager library documentation BuildArch: noarch %description -n ghc-time-manager-help This package provides the Haskell time-manager library documentation. %package -n ghc-time-manager-prof Summary: Haskell time-manager profiling library Requires: ghc-time-manager-devel = 0.0.1-1.oe2409 Supplements: (ghc-time-manager-devel and ghc-prof) %description -n ghc-time-manager-prof This package provides the Haskell time-manager profiling library. %prep cd '/home/lkp/rpmbuild/BUILD' rm -rf 'time-manager-0.0.1' /usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/time-manager-0.0.1.tar.gz' STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'time-manager-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-time-manager --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/time-manager-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/libHStime-manager-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-time-manager-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 time-manager-0.0.1.conf ]; then for i in $(ls "time-manager-0.0.1.conf/"); do sub=$(echo $i | sed -e "s/^[0-9]\+-//") install -D --mode=0644 time-manager-0.0.1.conf/${i} /home/lkp/rpmbuild/BUILDROOT/ghc-time-manager-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 time-manager-0.0.1.conf /home/lkp/rpmbuild/BUILDROOT/ghc-time-manager-0.0.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/time-manager-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-time-manager-0.0.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/time-manager-0.0.1*.conf)" ]; then echo "/home/lkp/rpmbuild/BUILDROOT/ghc-time-manager-0.0.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/time-manager-0.0.1*.conf not found" exit 1 fi rm -f ghc-time-manager.files ghc-time-manager-help.files touch ghc-time-manager.files ghc-time-manager-help.files for i in /home/lkp/rpmbuild/BUILDROOT/ghc-time-manager-0.0.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/libHStime-manager-0.0.1-*ghc9.6.3.so; do if [ -x "$i" ]; then echo $i >> ghc-time-manager.files echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-time-manager.files else echo $i: not found exit 1 fi done pkgdir="/usr/lib64/ghc-9.6.3${subsubdir}/time-manager-0.0.1" if [ -d "/home/lkp/rpmbuild/BUILDROOT/ghc-time-manager-0.0.1-1.oe2409.x86_64${pkgdir}" ]; then find /home/lkp/rpmbuild/BUILDROOT/ghc-time-manager-0.0.1-1.oe2409.x86_64${pkgdir} -type d -fprintf ghc-time-manager-devel.files '%%dir %p\n' -o \( -name '*.p_hi' -o -name 'libHS*_p.a' \) -fprint ghc-time-manager-prof.files -o -fprint ghc-time-manager-devel.files echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-time-manager-devel.files echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-time-manager-prof.files else rm -f ghc-time-manager-devel.files ghc-time-manager-prof.files touch ghc-time-manager-devel.files ghc-time-manager-prof.files fi ls /home/lkp/rpmbuild/BUILDROOT/ghc-time-manager-0.0.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/time-manager-0.0.1*.conf >> ghc-time-manager-devel.files haddock_dir=/usr/share/doc/ghc-9.6.3/html/libraries/time-manager-0.0.1 if [ -d /home/lkp/rpmbuild/BUILDROOT/ghc-time-manager-0.0.1-1.oe2409.x86_64$haddock_dir ]; then echo $haddock_dir >> ghc-time-manager-help.files fi for i in ghc-time-manager.files ghc-time-manager-devel.files ghc-time-manager-help.files ghc-time-manager-prof.files; do if [ -f "$i" ]; then sed -i -e "s!/home/lkp/rpmbuild/BUILDROOT/ghc-time-manager-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-time-manager-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-time-manager.files %license LICENSE %files devel -f ghc-time-manager-devel.files %files -n ghc-time-manager-help -f ghc-time-manager-help.files %license LICENSE %files -n ghc-time-manager-prof -f ghc-time-manager-prof.files %changelog * Thu Sep 28 2023 Lin Runze 0.0.1-1 - Initial packaging (Version 0.0.1) ?Vy k2\IҨ0K K6LӘyL4d˖BTE eO$dBB.0*v=wy=*B7 /&p4նF `L'Rg 9%Ch  @C@˴^"H$*Ht BeX W#@v2"@h'~Ònd  PXۡGLCGEypR LSW|kh*Tu2~ 3t8d"v!0tc9@bRa,!FaXTИNNe|W͢IL YƑYx#./K4`$Iw!, nA΀p|xv]~ij2A{Oq !dZPi q'hYNzome/䎣z8FVQLE_A(?Kl!8-#$raw ~x*X|-.O[lD&Q_|=^$ͅfhd`a\ 7R+t~Il1:@-E[y!Pat+ #QL,ME^.88,,iYsr~-GNiF~Er2d;p{AinAu38"BOhdA46DMUM"Q v,%}83@h9 C`s IZ_A+VP]~WQ gûWKlqKct >_jx'qFǽjv0[rJ,m8e1O ;ɾj05g xk:O\m#KKw:}LHK{+\'ػ-c{ę1gD"jZP淠?(o|Ud'߭%D.9S!O=zNm/jZ>/WזP]{/v2W*49$'D1Wr~XrP++Wy& ʻQʯjz)TJ{XH+C}S}|o9X>Z ZSwyѷPK5OJL҃nbC+;: |ܬiA( ?'uo>q:~#}>!xHhn*R*^mƆ5 ކd12`ur&{Rԫ2h!VRi\-5mhX^ <VR2h+|ֱ#UU(!/Vf!&SDQʖƅd,$L^4,fjفq (X.`r#A\Qvж8>37>ٿ:RxO3ݳ eՑy(Sy+f 22! ZwpR ieοPcp { #V>r&NS.졗XgjYBir'ʁl4z[k_Jy^NR\ꆛS2Fn<{s@Ӗ~w)Zi~ۀU_CxKDg5@ mY?&V>0(J{etFRž†|c-QXU ̷#ŘD:e2W(&x=ܡd ۓ,jt'<-v}SXwmǑc̯(G'r[}ՐK+}φ3k,=hX X]12|ҎL䭑: ƛ9AV$vl2=$Pw4"&2Z:J%A]MegG:簱vo=xK"n{mo2Gm}肴f]h֗ڵs>=-eX^Uk>y_Zʬ0D}‚5%8h62)#Үإkv0ߐ+oN|Y{{LڵgeҲDDYM:V\S]h,􅂉2;/}rA?Lz۱,e}z^fJ(!n͛ΨWO :;{ی8_[{+cM|馛Tۃ|`ɅU{d;UJ}QveWoa[.Z: Lw ۅ=/@s;rq+BFB nL\(wk=ͮ[MҧԖ1w8c߭UVgza s%(;{榵~|;5CBUbmGLJWF?3Spz