ghc-temporary-1.3-1.oe24090>    f ;G|`u` C r8+~}X7krAXd&HBi玽#LMTKܸ1} Gܛt:%P:F@{eA>Kh'g ,^|1y^t݋?":+&@c.X:/4Gy.SP0pص 1k08~ t,?^bF~?AΣ%'HUbNINkL^gӫfA܏T<\xpZ fE3mZ z25(T~tOmT zr̓\0̗tvRi\)͂e䒝U $90mf 2 z`briQG=XWH~309774acc1917b61c65f76994601bd75150d19c461effd13c6d6670ad26a0084c64676801136340215ba7f338e842912689b09ffB-=Ky >7#?#d  K  ( , 0 8  (p#(89:=F_G|HIRXY\]^d ef"dhCghc-temporary1.31.oe2409Portable temporary file and directory supportFunctions for creating temporary files and directories.fdc-64g.compass-ci BSD-3-Clausehttp://openeuler.orgUnspecifiedtemporary-1.3.tar.gzhttps://hackage.haskell.org/package/temporarylinuxx86_64 |6fFfFc8f737171d383811f9ff950fe8f5e65f342e99ff3caa4f6f5223950ebc7207118c442993694b5ffca823ce864af95bd2841fb5264ee511c61cf48cc71d879890 rootrootrootrootghc-temporaryghc-temporary-develghc-temporary-helpghc-temporary-prof  ghc-Cabal-develghc-base-develghc-base-profghc-directory-develghc-directory-profghc-exceptions-develghc-exceptions-profghc-filepath-develghc-filepath-profghc-random-develghc-random-profghc-rpm-macrosghc-transformers-develghc-transformers-profghc-unix-develghc-unix-profrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-1i386i486i586i686pentium3pentium4athlongeode4.18.2d@Lin Runze 1.3-1- Initial packaging (Version 1.3)dc-64g.compass-ci 17266850721.3-1.oe24091.3-1.oe24091.3-1.oe24091.3-1.oe2409ghc-temporary.spectemporary-1.3.tar.gzcpiogzip9utf-8187ce3c263f6e5289ac8e4d1e9096f7b8296218e3e0e7262fcb4275efb1cb83a56d68915e17a2f69168bf3210b8f2f7aed2981f5fa08835555952b82ee88f07c Name: ghc-temporary Version: 1.3 Release: 1 Summary: Portable temporary file and directory support License: BSD-3-Clause URL: https://hackage.haskell.org/package/temporary Source0: https://hackage.haskell.org/package/temporary-1.3/temporary-1.3.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof BuildRequires: ghc-directory-devel BuildRequires: ghc-directory-prof BuildRequires: ghc-exceptions-devel BuildRequires: ghc-exceptions-prof BuildRequires: ghc-filepath-devel BuildRequires: ghc-filepath-prof BuildRequires: ghc-random-devel BuildRequires: ghc-random-prof BuildRequires: ghc-rpm-macros BuildRequires: ghc-transformers-devel BuildRequires: ghc-transformers-prof BuildRequires: ghc-unix-devel BuildRequires: ghc-unix-prof ExcludeArch: i386 i486 i586 i686 pentium3 pentium4 athlon geode %description Functions for creating temporary files and directories. %package devel Summary: Haskell temporary library development files Requires: ghc-temporary = 1.3-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 temporary library development files. %package -n ghc-temporary-help Summary: Haskell temporary library documentation BuildArch: noarch %description -n ghc-temporary-help This package provides the Haskell temporary library documentation. %package -n ghc-temporary-prof Summary: Haskell temporary profiling library Requires: ghc-temporary-devel = 1.3-1.oe2409 Supplements: (ghc-temporary-devel and ghc-prof) %description -n ghc-temporary-prof This package provides the Haskell temporary profiling library. %prep cd '/home/lkp/rpmbuild/BUILD' rm -rf 'temporary-1.3' /usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/temporary-1.3.tar.gz' STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'temporary-1.3' /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-temporary --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/temporary-1.3 --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/libHStemporary-1.3*.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-temporary-1.3-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 temporary-1.3.conf ]; then for i in $(ls "temporary-1.3.conf/"); do sub=$(echo $i | sed -e "s/^[0-9]\+-//") install -D --mode=0644 temporary-1.3.conf/${i} /home/lkp/rpmbuild/BUILDROOT/ghc-temporary-1.3-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/${sub}.conf done else install -D --mode=0644 temporary-1.3.conf /home/lkp/rpmbuild/BUILDROOT/ghc-temporary-1.3-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/temporary-1.3.conf fi if [ -d "/usr/lib64/ghc-9.6.3/lib" ]; then subsubdir=/lib fi if [ -z "$(ls /home/lkp/rpmbuild/BUILDROOT/ghc-temporary-1.3-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/temporary-1.3*.conf)" ]; then echo "/home/lkp/rpmbuild/BUILDROOT/ghc-temporary-1.3-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/temporary-1.3*.conf not found" exit 1 fi rm -f ghc-temporary.files ghc-temporary-help.files touch ghc-temporary.files ghc-temporary-help.files for i in /home/lkp/rpmbuild/BUILDROOT/ghc-temporary-1.3-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/libHStemporary-1.3-*ghc9.6.3.so; do if [ -x "$i" ]; then echo $i >> ghc-temporary.files echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-temporary.files else echo $i: not found exit 1 fi done pkgdir="/usr/lib64/ghc-9.6.3${subsubdir}/temporary-1.3" if [ -d "/home/lkp/rpmbuild/BUILDROOT/ghc-temporary-1.3-1.oe2409.x86_64${pkgdir}" ]; then find /home/lkp/rpmbuild/BUILDROOT/ghc-temporary-1.3-1.oe2409.x86_64${pkgdir} -type d -fprintf ghc-temporary-devel.files '%%dir %p\n' -o \( -name '*.p_hi' -o -name 'libHS*_p.a' \) -fprint ghc-temporary-prof.files -o -fprint ghc-temporary-devel.files echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-temporary-devel.files echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-temporary-prof.files else rm -f ghc-temporary-devel.files ghc-temporary-prof.files touch ghc-temporary-devel.files ghc-temporary-prof.files fi ls /home/lkp/rpmbuild/BUILDROOT/ghc-temporary-1.3-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/temporary-1.3*.conf >> ghc-temporary-devel.files haddock_dir=/usr/share/doc/ghc-9.6.3/html/libraries/temporary-1.3 if [ -d /home/lkp/rpmbuild/BUILDROOT/ghc-temporary-1.3-1.oe2409.x86_64$haddock_dir ]; then echo $haddock_dir >> ghc-temporary-help.files fi for i in ghc-temporary.files ghc-temporary-devel.files ghc-temporary-help.files ghc-temporary-prof.files; do if [ -f "$i" ]; then sed -i -e "s!/home/lkp/rpmbuild/BUILDROOT/ghc-temporary-1.3-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-temporary-1.3-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-temporary.files %license LICENSE %files devel -f ghc-temporary-devel.files %doc CHANGELOG.md %files -n ghc-temporary-help -f ghc-temporary-help.files %license LICENSE %files -n ghc-temporary-prof -f ghc-temporary-prof.files %changelog * Tue Aug 22 2023 Lin Runze 1.3-1 - Initial packaging (Version 1.3) ?Xw\AJ"-ޤW]0$)E( JPH_ "UtH~䏼gfy̜`i4X}ˈ:JzJIE% P4Drq `h.EàDrA!  q~y0@!a G! G( ǹt8,`HGX|"*,0!`jSOww21BapGO+:  Aq(Mp( KBBj'07y}@Wq@ .0aW @0."s"?o剁rObZ.yN&0OrߙTE Cܑ@?_J o,v;?~iߘK#B ݅!P bA¸No 엾V"<`q >2R;ǀ_N`+ArWq!\A09P 8HqD <G[Kɀð+?}^{'5;<@aHw ~25f8!1K^t1̱aᏂ;'6\X0@+g~+x:d(+^?8fሣ/gD2L "vZ(%$Gw3 '8rFk!{N x{Q04?]@@5mUC- ZN:8=2W__;a?҅.@3OP(&H'T@`| "*%.L(,JG(@C8DNGwJ?%"8`qFS1dO#)/nf:—\.8i x~'r5ݛƉH " M"#t*f^Y ^>L!pCZڛ[fr蕙,@O\9:ɪOʑ/~_4}7no_Ul,^}?¯n/ ]2[~xJ$LY]}&~lFFwa*~64vxi`ͷa{-,!cIu'Qdq0M*r.:ۤIJ'=eΕthpb V{REkJgKRwO3McP!=7Vqj^8IޑOC&3}cPڪV*ۘL֡~+sdlay4_ %"=EhY+ZH0iZァ3;F)g #"r/. H*˴/RH|W)?ćPFiYO!.˚jz {zF]Mӈb?^. 73!3DlSO`JqOzbgvytj=ZԚ Ѽ R ..#Tb'hsڨ'CHLSg\C}C EvNo. ?)k@J׿Ė^$ ¿&Y{VȣkL% b[2)])fԿI(a57)-1 rN>[EJ,i,rdw&tezP*Ҕ_,K8EM[-n#%;gvi);9FQy],2 Kzi:GbPEKy5ԡ~v㓳Nw3zMveɥ( S#0G2/?G?óHbqİi{x<'") Gkh؍% nX= R+vKh4ڬN,߶m~m*lHtۋ0 {=Rf,ZRkE9kJM6ݫ'3۫63\&_zm"+#/ cs0}tA^}Ϡ+<ٶND;rf¿՗`Vr VQ"_|g}E#; V+f#{ݤ Ӣ$5gԥM0o4'eRR.M)6BQ́ϭ_H{[?LX&0ENZ>}ԭ L)ƍh1lensL8JSd?ڧ|4b؈4Uw0ׯ“Y.EyHS3MNń?R3p9m׊{otW-gU[Rܷ򁍎Ř&IN7r=j}#1A /́v֏sUc}?WDLsw97Z٬ jF՗·^:T$+$A+` ;#_3_e0oCYHawc[&oWq:K{PMst'e+K+,=V*CΉ6zmwn>yک\MmdgV{lMɧES1!n=w{"W&8G/Nn_{PɯƸn}l[.ЭŴxze{ JM6\ƍ8wʴ,_6|3E@ /O,/Q35ۛ(tJ Es:>Ý!sWW(ֶ_)o~`e}aMvzDdAOZDaf lMzǨ$3m+{:љ5@ij-H \lRLupH P Ξ1^?\t!aB1wdlN6]_9+ponϾ_9QU-v M~MOvj Ѫ o > އHҲp)N$R"q#]'QYɺW7.) pd&ek/oxx}/ >`RžeQp I]o^q8fiJ+d6O2rrϋ̒=S{<"svpDUG_Gَ8"