ghc-unicode-transforms-0.4.0.1-1.oe2409 0 >
fn ;G|`u` S-=POlS
1hUſ+G5hP+ĨivК-BOz9Sג;__==w&o_so} %ѧ佫m
Q
G81('p3=j\5N,?bSzbT 8 f;BaӚ^C8aBN xcٳߐG.`9HЏaY+;J(Y^n`vrdl+iqQ;MYE6R.GO{vA̘VSh#c@rNWlP gq+W86̫:
Ybl7N27baf8b53d249d26002f27334e24af06e2a12e41 68d13e2ae4fd7c35ea938020a7edfed6db3d9aa9acd94391b30f09220c9dc18b unCy2X= > 7 '} ? 'm d ! * @
D J T ` f
l x ;
@ L [ l x #
( @ 8 H 9 L : q F G H I R X Y \ ( ] 4 ^ d e f ) C ghc-unicode-transforms 0.4.0.1 1.oe2409 Unicode normalization Fast Unicode 14.0.0 normalization in Haskell (NFC, NFKC, NFD, NFKD). fdc-64g.compass-ci
uBSD-3-Clause http://openeuler.org Unspecified unicode-transforms.cabal unicode-transforms-0.4.0.1.tar.gz https://hackage.haskell.org/package/unicode-transforms linux x86_64
g fffd647fab218ca80b5c106e8d37dd7eae125dba5695df6751d5eb23e8f3ca586c3 3278e1e1d648da4bcd7368658ae091a89080e88a2f44db9df5136711e99649fc 49bc0f4a277e7a83de66d6584dddd6c3cdf96f11daf5e15ae78d0bbd7ca2a699 root root root root root root ghc-unicode-transforms ghc-unicode-transforms-devel ghc-unicode-transforms-help ghc-unicode-transforms-prof
ghc-Cabal-devel ghc-base-devel ghc-base-prof ghc-bytestring-devel ghc-bytestring-prof ghc-rpm-macros ghc-text-devel ghc-text-prof ghc-unicode-data-devel ghc-unicode-data-prof rpmlib(CompressedFileNames) rpmlib(FileDigests) 3.0.4-1 4.6.0-1 i386 i486 i586 i686 pentium3 pentium4 athlon geode 4.18.2 d@Lin Runze 0.4.0.1-1 - Initial packaging (Version 0.4.0.1) dc-64g.compass-ci 1726684907 0.4.0.1-1.oe2409 0.4.0.1-1.oe2409 0.4.0.1-1.oe2409 0.4.0.1-1.oe2409 ghc-unicode-transforms.spec unicode-transforms-0.4.0.1.tar.gz unicode-transforms.cabal cpio gzip 9 utf-8 df0085ba5db99fc78690e7c67efa514697a7f39c96dac2c7e8f582aa3e8de5d1 b163492e1d45c92e9c7a1c5319478168beb777defdd83b729bd03497144c901a
Name: ghc-unicode-transforms
Version: 0.4.0.1
Release: 1
Summary: Unicode normalization
License: BSD-3-Clause
URL: https://hackage.haskell.org/package/unicode-transforms
Source0: https://hackage.haskell.org/package/unicode-transforms-0.4.0.1/unicode-transforms-0.4.0.1.tar.gz
Source1: https://hackage.haskell.org/package/unicode-transforms-0.4.0.1/revision/4.cabal#/unicode-transforms.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-bytestring-prof
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-text-devel
BuildRequires: ghc-text-prof
BuildRequires: ghc-unicode-data-devel
BuildRequires: ghc-unicode-data-prof
ExcludeArch: i386 i486 i586 i686 pentium3 pentium4 athlon geode
%description
Fast Unicode 14.0.0 normalization in Haskell (NFC, NFKC, NFD, NFKD).
%package devel
Summary: Haskell unicode-transforms library development files
Requires: ghc-unicode-transforms = 0.4.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 unicode-transforms library development
files.
%package -n ghc-unicode-transforms-help
Summary: Haskell unicode-transforms library documentation
BuildArch: noarch
%description -n ghc-unicode-transforms-help
This package provides the Haskell unicode-transforms library documentation.
%package -n ghc-unicode-transforms-prof
Summary: Haskell unicode-transforms profiling library
Requires: ghc-unicode-transforms-devel = 0.4.0.1-1.oe2409
Supplements: (ghc-unicode-transforms-devel and ghc-prof)
%description -n ghc-unicode-transforms-prof
This package provides the Haskell unicode-transforms profiling library.
%prep
cd '/home/lkp/rpmbuild/BUILD'
rm -rf 'unicode-transforms-0.4.0.1'
/usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/unicode-transforms-0.4.0.1.tar.gz'
STATUS=$?
if [ $STATUS -ne 0 ]; then
exit $STATUS
fi
cd 'unicode-transforms-0.4.0.1'
/usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
cp -p /home/lkp/rpmbuild/SOURCES/unicode-transforms.cabal unicode-transforms.cabal
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-unicode-transforms --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/unicode-transforms-0.4.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/libHSunicode-transforms-0.4.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-unicode-transforms-0.4.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 unicode-transforms-0.4.0.1.conf ]; then
for i in $(ls "unicode-transforms-0.4.0.1.conf/"); do
sub=$(echo $i | sed -e "s/^[0-9]\+-//")
install -D --mode=0644 unicode-transforms-0.4.0.1.conf/${i} /home/lkp/rpmbuild/BUILDROOT/ghc-unicode-transforms-0.4.0.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/${sub}.conf
done
else
install -D --mode=0644 unicode-transforms-0.4.0.1.conf /home/lkp/rpmbuild/BUILDROOT/ghc-unicode-transforms-0.4.0.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/unicode-transforms-0.4.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-unicode-transforms-0.4.0.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/unicode-transforms-0.4.0.1*.conf)" ]; then
echo "/home/lkp/rpmbuild/BUILDROOT/ghc-unicode-transforms-0.4.0.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/unicode-transforms-0.4.0.1*.conf not found"
exit 1
fi
rm -f ghc-unicode-transforms.files ghc-unicode-transforms-help.files
touch ghc-unicode-transforms.files ghc-unicode-transforms-help.files
for i in /home/lkp/rpmbuild/BUILDROOT/ghc-unicode-transforms-0.4.0.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/libHSunicode-transforms-0.4.0.1-*ghc9.6.3.so; do
if [ -x "$i" ]; then
echo $i >> ghc-unicode-transforms.files
echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-unicode-transforms.files
else
echo $i: not found
exit 1
fi
done
pkgdir="/usr/lib64/ghc-9.6.3${subsubdir}/unicode-transforms-0.4.0.1"
if [ -d "/home/lkp/rpmbuild/BUILDROOT/ghc-unicode-transforms-0.4.0.1-1.oe2409.x86_64${pkgdir}" ]; then
find /home/lkp/rpmbuild/BUILDROOT/ghc-unicode-transforms-0.4.0.1-1.oe2409.x86_64${pkgdir} -type d -fprintf ghc-unicode-transforms-devel.files '%%dir %p\n' -o \( -name '*.p_hi' -o -name 'libHS*_p.a' \) -fprint ghc-unicode-transforms-prof.files -o -fprint ghc-unicode-transforms-devel.files
echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-unicode-transforms-devel.files
echo "%dir /usr/lib64/ghc-9.6.3/lib" >> ghc-unicode-transforms-prof.files
else
rm -f ghc-unicode-transforms-devel.files ghc-unicode-transforms-prof.files
touch ghc-unicode-transforms-devel.files ghc-unicode-transforms-prof.files
fi
ls /home/lkp/rpmbuild/BUILDROOT/ghc-unicode-transforms-0.4.0.1-1.oe2409.x86_64/usr/lib64/ghc-9.6.3${subsubdir}/package.conf.d/unicode-transforms-0.4.0.1*.conf >> ghc-unicode-transforms-devel.files
haddock_dir=/usr/share/doc/ghc-9.6.3/html/libraries/unicode-transforms-0.4.0.1
if [ -d /home/lkp/rpmbuild/BUILDROOT/ghc-unicode-transforms-0.4.0.1-1.oe2409.x86_64$haddock_dir ]; then
echo $haddock_dir >> ghc-unicode-transforms-help.files
fi
for i in ghc-unicode-transforms.files ghc-unicode-transforms-devel.files ghc-unicode-transforms-help.files ghc-unicode-transforms-prof.files; do
if [ -f "$i" ]; then
sed -i -e "s!/home/lkp/rpmbuild/BUILDROOT/ghc-unicode-transforms-0.4.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-unicode-transforms-0.4.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
%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-unicode-transforms.files
%license LICENSE
%files devel -f ghc-unicode-transforms-devel.files
%doc Changelog.md README.md
%files -n ghc-unicode-transforms-help -f ghc-unicode-transforms-help.files
%license LICENSE
%files -n ghc-unicode-transforms-prof -f ghc-unicode-transforms-prof.files
%changelog
* Tue Aug 22 2023 Lin Runze 0.4.0.1-1
- Initial packaging (Version 0.4.0.1)
? e\[>\-P,CqZZ ŃC{nPhq{?y9s{5̚53 \?߿x005Tz,n@svWgS{ѣG`3S0?Cqpfk`onajEjꂎ#L7WݿC .t
?T5L4[{AWZEOJS]lbW_\]]99LV.`0%{uVhK63qa'/5\EKMnnnfn;:;pO ["gG;v;S˿Zx-e`njHw2YO Bh
2X{
*kЯ?_Ym,_@sG'RX"OC:5l{1˙ι~kZ
542/eX8~QBp?R`k3_?4,]A`CC5h_~@;_dο+0{"AܿECڅ w_jW+m\_n<xo4sD+L;'~O~Z5?+ɥ?ĿgqoQ1gGtS7WW7LKK!-G?Qfߒ +1WOwq5!s[o7~Rw8[ Ma&usgsLJeU4e#q!j1ji+S{_dagN!+),kS:W?o-%%57757ZWp;{JW\<;:;k{kW&sTa'#_b\,d/\7_6=>yvaL m?eLu0p'K)3-34O_1 G:ѣeBEׁezh{!XRdҽ"}^kSrTQVGݛOĶ]~\
R^L
y
XImd>j;oCcW, {Z6ȅҀC7^b swkC,wߓ#'rSꐡtHHcHUEGA/ґ]XS̖;l0bثf
]Qb>kתLV%d\z-ךg {)
d1$ Ue'G
jB&v/spSY>y"l!qeDۘO?*,KJo)9-@_y4<ubN{}IﴦuwL2U^kGNQVN:D''R0e2,ﳬѶ