rust-triforce-lv2-0.2.0-1.el9@>0     3!Iͩ\d:÷(Uފ<h+leif.linux@gmail.com Uފ<m6"?d  i (.8@ D H P  @ h  #( 89 :F7GTH\IdRhXlYx\]^def04uCrust-triforce-lv20.2.01.el9Minimum variance distortionless response beamformer for Apple mic arraysMinimum variance distortionless response beamformer for Apple mic arrays.h m2.example.comH]GPL-2.0-or-laterUnspecifiedtriforce-lv2-0.2.0.cratehttps://crates.io/crates/triforce-lv2linuxaarch64 <>!g+ghbed7833c62f1c7a0cc96dd444fdd8459798033660d6ba21652c742173d4fdc1819b76eb260561366f3c188e809c2e377b98b529c8cfc85591d105c75f3dc36cd rootrootrootrootlv2-triforcerust-triforce-lv2-debuginforust-triforce-lv2-debugsource@@@      (crate(lv2/default) >= 0.6.0 with crate(lv2/default) < 0.7.0~)(crate(nalgebra/default) >= 0.33.2 with crate(nalgebra/default) < 0.34.0~)(crate(rustfft/default) >= 6.2.0 with crate(rustfft/default) < 7.0.0~)cargo-rpm-macrosmakerpmlib(CompressedFileNames)rpmlib(DynamicBuildRequires)rpmlib(FileDigests)rpmlib(RichDependencies)rpmlib(TildeInVersions)243.0.4-14.15.0-14.6.0-14.12.0-14.10.0-1ppc64les390x4.20.1g@g@gu@Davide Cavalca - 0.2.0-1Davide Cavalca - 0.1.1-2Davide Cavalca - 0.1.1-1- Update to 0.2.0; Fixes: RHBZ#2345886- Rename binary package for consistency- Initial import; Fixes: RHBZ#2342192m2.example.com 17457948480.2.0-1.el90.2.0-1.el90.2.0-1.el9rust-triforce-lv2.spectriforce-lv2-0.2.0.cratecpiogzip9utf-877d66bf1dc0fae974bb3151ba29baaccb2e6fc4c1da39a1ebc668a34a4bb9ff9892649b504a7aa8f5f2edcb4d0b4d14cecb6d37e5d2cc0926f1c1827a5617027 Name: rust-triforce-lv2 Version: 0.2.0 Release: 1.el9 Summary: Minimum variance distortionless response beamformer for Apple mic arrays License: GPL-2.0-or-later URL: https://crates.io/crates/triforce-lv2 Source: https://crates.io/api/v1/crates/triforce-lv2/0.2.0/download#/triforce-lv2-0.2.0.crate BuildRequires: cargo-rpm-macros >= 24 BuildRequires: make ExcludeArch: ppc64le s390x %description Minimum variance distortionless response beamformer for Apple mic arrays. %package -n lv2-triforce Summary: Minimum variance distortionless response beamformer for Apple mic arrays License: Apache-2.0 AND GPL-2.0-or-later AND MIT AND (MIT OR Apache-2.0) AND (Zlib OR Apache-2.0 OR MIT) Requires: lv2 Provides: triforce-lv2 = 0.2.0-1.el9 Provides: triforce-lv2(aarch-64) = 0.2.0-1.el9 Obsoletes: triforce-lv2 < 0.1.1-2 %description -n lv2-triforce Minimum variance distortionless response beamformer for Apple mic arrays. %files -n lv2-triforce %license LICENCE.txt %license LICENSE.dependencies %doc README.md /usr/lib64/lv2/triforce.lv2/manifest.ttl /usr/lib64/lv2/triforce.lv2/triforce.ttl /usr/lib64/lv2/triforce.lv2/triforce.so %prep cd '/builddir/build/BUILD/rust-triforce-lv2-0.2.0-build' rm -rf 'triforce-lv2-0.2.0' /usr/lib/rpm/rpmuncompress -x '/builddir/build/SOURCES/triforce-lv2-0.2.0.crate' STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'triforce-lv2-0.2.0' /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . ( set -euo pipefail /usr/bin/mkdir -p target/rpm /usr/bin/ln -s rpm target/release /usr/bin/rm -rf .cargo/ /usr/bin/mkdir -p .cargo cat > .cargo/config.toml << EOF [build] rustc = "/usr/bin/rustc" rustdoc = "/usr/bin/rustdoc" [profile.rpm] inherits = "release" opt-level = 3 codegen-units = 1 debug = 2 strip = "none" [env] CFLAGS = "-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer " CXXFLAGS = "-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer " LDFLAGS = "-Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes " [install] root = "/builddir/build/BUILD/rust-triforce-lv2-0.2.0-build/BUILDROOT/usr" [term] verbose = true [net] offline = true EOF cat >> .cargo/config.toml << EOF [source.local-registry] directory = "/usr/share/cargo/registry" [source.crates-io] registry = "https://crates.io" replace-with = "local-registry" EOF /usr/bin/rm -f Cargo.lock /usr/bin/rm -f Cargo.toml.orig ) %generate_buildrequires /usr/bin/cargo2rpm --path Cargo.toml buildrequires --with-check %build /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' /usr/bin/cargo build -j${RPM_BUILD_NCPUS} -Z avoid-dev-deps --profile rpm ( set -euo pipefail /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' /usr/bin/cargo tree -Z avoid-dev-deps --workspace --offline --edges no-build,no-dev,no-proc-macro --no-dedupe --target all --prefix none --format "# {l}" | sed -e "s: / :/:g" -e "s:/: OR :g" | sort -u ) ( set -euo pipefail /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' /usr/bin/cargo tree -Z avoid-dev-deps --workspace --offline --edges no-build,no-dev,no-proc-macro --no-dedupe --target all --prefix none --format "{l}: {p}" | sed -e "s: ($(pwd)[^)]*)::g" -e "s: / :/:g" -e "s:/: OR :g" | sort -u ) > LICENSE.dependencies %install /usr/bin/make install DESTDIR=/builddir/build/BUILD/rust-triforce-lv2-0.2.0-build/BUILDROOT INSTALL="/usr/bin/install -p" LIBDIR=/usr/lib64 %check /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn' /usr/bin/cargo test -j${RPM_BUILD_NCPUS} -Z avoid-dev-deps --profile rpm --no-fail-fast %changelog * Mon Mar 10 2025 Davide Cavalca - 0.2.0-1 - Update to 0.2.0; Fixes: RHBZ#2345886 * Wed Feb 12 2025 Davide Cavalca - 0.1.1-2 - Rename binary package for consistency * Mon Jan 27 2025 Davide Cavalca - 0.1.1-1 - Initial import; Fixes: RHBZ#2342192 %package debuginfo Summary: Debug information for package rust-triforce-lv2 Group: Development/Debug AutoReq: 0 AutoProv: 1 %description debuginfo This package provides debug information for package rust-triforce-lv2. Debug information is useful when developing applications that use this package or when debugging this package. %files debuginfo -f debugfiles.list %package debugsource Summary: Debug sources for package rust-triforce-lv2 Group: Development/Debug AutoReqProv: 0 %description debugsource This package provides debug sources for package rust-triforce-lv2. Debug sources are useful when developing applications that use this package or when debugging this package. %files debugsource -f debugsourcefiles.list ?eX\6 <0ew .I!@p@ܝCl{91kUwuUW]U}aeecgky򱃸`5sE8; .Pgfg# lu<J;B@@.3#l;.[@VueM5 )u߳R]*hG&331z^ppd6Ż(-MAv@;in u>!!T;M='{oU!Pg{XxY8/(ij(HIAfV K%laW:TTH%$Ce߸\M0]ϼXtvqYN s:bM~~ P% bLoBhf &ߢ,^`?C=wxW~R}  9=ǘ 65st0YG~s,?X8XjYY @Ǣ=9, >M g p1'g[A (XEq!vAj j *v(X2+|qk;s5;>3 gA@a كlchP'g?\bϩG׳PN~6 5X;BgyD_5^uق,|>?p5g]g(o{('Mw h3['kU\ RJR,`'9>3 -\v h l?w)G' ,5(P8Zo(y.K^+>^K3us1ʦPG;?vCsz3s-- s;ϒ, {lO}]~[w1ӽ@f,+ƦoH;\7#m( ~F3%o3?>7kg:ȳ?Ͽ5{mm lLҴXRAl@6n$7 W(dnۛn%NG3#R乃i=f^ל P7ފQrprqi?Bl dW.0ύhjvKJ\5(rxn (`l\׃lzÚyx\b9wXkGe?YC,scWpL Y3ԍ5KZMA 4Vc3ӭ<;:,FyLĞ jXrWk66E5D,q^1r[embQ\C; K&_h\{LJ%kownO/g]VwG:y+7N6~\# \pjcָ MIA %y|l;"eyHf['e'۶[A?T(ͫbv D)<7Z>{h{*:֫)h8foBd^I~rVgXܡQO߱ hg-TqDk]©i~ʃCecV b4_WicOU_`(m1Pޙ+I>&nr~5LȁfVoܷ;,s@ߖ!;ز wn&6#⑎w}z㭵tbڿp{ɚ#ĵNEmǰ:I 9yv5_/x(x1wPcrV~:ɛrUEQL_ 1ϵV:Z]LߦH'ur YJZ% ^~F;[(j!O){rt&@xG~X>Rwb.D*7י2`G- 2K9+uٹk ct99ȗĤz9MADʯ~xH,-0D!0S$-ɔoX#*^28k|<8Ipȝwt}6NZEu^|'ȇU{""ı# V24OJIxbs %2'&;bz5[@ b6mȤ+áLP}^5Z2] DQ9-3% 3=fn@X qϜAW&Hd r`sO-QXݗǮpO|,ü1.,>䂱d;s1j<C*c} Z,;vΏ]/·4_ALy2=~J_pm Gxj A, ˔s֨v9 vOu)?] ?t"Lf4g˰ٚoZ7fowh1!͈޼; N|w#^=3%Kw]yJC^[!vtBp!z,^z\V(\lOdZKX0 0"K8}ƧbVCGSlH^7(mpSw>t|R\4Iu0{:QyOKIC]bnȮd|`]Vc0H}KDBx!>2.D) `拉h'.Ŏ`xyzӄ .B!ROi6$zx4$fe;\uq/GL{2f#uzGXYѰ4[vWcޛ‡-zR/[FV@z"|ԃf4LyE"2Dx% e,I40>-[WoviMۆZ?%}q~^%WZ7J4/l!mق…//ȒWm_gyF0m]$❢T`(xO ԣޅܒ }}6/aLMx)4mN]۾ g@]Sk/*+\ &,LaDȄe^yդkAs$=u#HY6R]xekfP8]#}] Zw"e.ڟa=-k;},b8;RGK0[1nK^2 WGҩjQw[iFcBV`DU_q)fcXԧ;HA2szl1CiKlMN_Op:p2Ñ9#ߑx]oF,$vG,,9)o ĝFv;ɛŽB?eawTW3_[ݽ|\R]C}|yjr}wʨ#H45L3_cѾG}SG?xxSOw/߶)e[=d&rIɨ`2z`F^v:4 uNT*Э3k ;A 誔X;CJB.ED^},x Ue Q(B pl/CD8`ߓbN@8.H0_b |'ZH"+ rݹsPN0kg;ypڡUߥѐ狰1ː\I'6=d"я :%czN.H4|O 썂3:ת AבFGos'D=@,rY+>^u_( Ş DR|!goyC<Q|C2#~"kk~[=8^"?8Q0Ç}KхP*O^ĖJs k2[7^ wr \,KwO{Qsqe3ůln r|TsݓJ_ïZ5^KQ\7 ao6g \3b6zBvhiq£5n\N0ۗ\Vd;pl DH)s!QpCM+^)G(=YMpaLk8IUSaU+*!{7-x,%9 Q;7 %Y kEn-갩ah|@+="1`*S?cM詷oFZu1R ˲WS Y~bf/DS_ /vp#mO DE#ds]$sn֡1A滻=q ŮU~=Ͱql'6'QѭV¶*M星wy~# HCͺVcmք vv 2*}#X*vo^|qؕxGXX +T~̾jTy_3c.eN6wze c2OBB"B+c7G~bGg7's>S-WS=k:f~?ٲ'45[Rc~EJ!#q *-Kyk.3Ƈ#fz@3 𳏂:&T%]0HVU (_nFM4}b=YL C_՛~$E6)[+ƥp&'FQk.{#*>SX'#m_eg+EޡImEsVV|D$QJqEHLC}֋}S;<60֍τg, ViKi&z)tR; 6#<Ul> 8S֖EqU^sIneL$xrYo&sI,^4##[0+U\~yߗ9x*ݾxq^A $<ǰ6#(FvD_\(Tw nhϗK[I {:0f[ΐ0`"|,OZ6ZᠸM}/;pq1_Se( ] MViڒ1R3SW5t%sEVN ^j:hz$%(/RfPقSXkILջJ㺡Mڡ힕GnjEDyʅRvvpgv ;<|N`4jrؕ sckۏKޑ-ǯ9taqK0k/qKp0ͽ =*Y8 ڕکY{ foʎ--&VC<-u6g,ԍAuZanM #/߷̨gk갽=fݣdtHoCFg/0"JKY7-o/*'RD#ӞT *2m򚩜9B9$C2ot<@?8~srTNHoC6590QqMǦ?CC2W :&"m`=(Hrg}9'0:$5_sݺ`r PE$+:"Ez߮=^ jzh=;:踄* /Ѱ+YF%df}eez/1кe/<ԉF8R4*]GQޏ{_Dk^gdWevՒ++uOܦ[d޻8끿 hqn3$KMs]tۖtn|o\nE6qBH9qߢ ȫ`Q.-N Gs6n-]S-dJ8zFPܓ@!Oa'`咫)2;qX %mzGz݉=aT'W>r¤kB3WYv Ҭ2/SɂVL~ŹYF:AؑưNÈ;Fǜt> i59% Z$ɒ2쵞\<aƱȣ" icE&ӮƞFd ۧ6uIC|Nw2œeH'W͆*%ݖ;ce*i=\R@}vܲ*u)V>,uz.+N~3"TMCyZ#E_rY-;sb/oL>X8ڑbh~3YzW qJk/ӏvq+"Euo ¸k?vo*TXGQER::UAtfcJYtc0}A^Mb 8@Raf%<[p3:;=)Cr)Uj!ʺF,"\'ؒ]&fqE4ЗirW_d yœQ M )Vdgn ,[:T(Rh 'GIx35cjf HD%--C@@8} KU+*.+C_h $qF *]G!YR~&:_?>%tN]M=Kf!1 z 1Bkx?@OȠ>ަMB/A,sý LƖ=?{dWo+qP*5kc:\LrZ;}}v%Mha0?^V}<Ŷb`W|uAv>)!Y 4ƂvqyzmiZ]L~̚p>(I6ET/(j.CSm!tփTi4v9M*"0HҰ0Q*@9/ϋ|;oO*(+I4;t %j+.O"Bu|U90їC9+Y;B^S6=UwQZ-HN s=1Yepdr3V,ژI#tR[eUeEw@p'uvCmDn"Ґ֖:>[/=*<>>y9H |J/eb!u5N .B*SH0;:6*&>ë`ifYasDi=08 sXN*~Js@4LOK4)7&C^S`e٫mL3 4!/P=71[[ ɔIݏD\CHZ0]a\ùtG;{>ڻC4 ֕ jLM%Ao~r2HHjiV&r`"ePnjɚ=cxUHB Q11'WXQy8l"%ZVy$-Ug0bji=T[< M*hKk[cc3%E[&F& ;yjTgٓ 0]Q&]P}@%/;I;a5N ~F_H J,QģpcgX\lXpPq40f1gv6.-ffE:؟PnqL}0Pىef^ja/W2iB њ$Wj"Q]VVסRWy [Fb;Si+)-cFGQ eH2Ŏ]O)GĪ)Ns&QcW6W`[{$X1ĭo){aU 7d/#<-J}Me[kML:-qR^uسϊoΚ>8{FSl~AxbFh~^,FYU7zrԚ*Ie-ݜ1i¤%;k4hGF߻ZYֿzFPFUFT'ݛhjNxLp΄4P_E}KwyL]Il2*( 0Qe:Qu^xO-sS5b 4dȘw!yLouYޥ_Bͱeŵt01TD~$|\aMg2Wʆ+J ۗz`@M*ɷM`$U Gglj^^.<\_=?4ڊ Cw5GLx\]@{oIF?N/}׃H$=>sW J#- jtv=8xb`pNC[xr6p]P|R]DW'_7DIM[r.fUC"xz.sשAluxE|mLH_f+L=(3;xj.1 "QdRM ҁ~e̘XP%-8&h~;,iMX^^V׎w_&?d"%X]  ΆҔ, Qr:ϜFkhjrFHqc)jvI糦x(E5r,^;keF[h݉$ 4$ '.7[,iJ=+Jyn/v&ِ(vfCeygT{N^Brn(KI-=ڴJeO LbTQ:^|޺܎Z& 'ذ`ܚ\P+fTr.Dnv,N'TÏ&U<ERIΞ7fJ11#ɉI1@5w2hѷ.yRjv:pg׏7#?<ŭeq,T蕕TBP^Ib>gNVy8n IsW6oؒ\jSgoX2w˴z֎> -R<,ANt GNhڅ<0h~Vi::X},Y(Ѵ0*%eiU{?cF3Ķ.jɟS쁁Kcy[8sWKY&ˤ%p_%.0C4U7])%Ϙy RRax/* ݑ v{y2RS8}%!p'/z~60ggrOWX>u""O/iw"2~ 3m^9߼WVZ-}&yt3:p9NR`?uδ׶ަMge=ոs\MOR-A^h2ٮכ\[sxq(OSZO4Dtq!ZTwtTFZK{m H_==o(==Ven=^'. y~L%ͱF*eFZǞ҂ uFCTt,}%NK~./VJG9q.^4h.3:^nGx~ h?:Xj7 ޕ+aBh sj Bk,`*H}KPWn"9U OwFz3WkWshLwtzʦ "CAn%{'mNKtKIT,U2 aFXy&%' 9Zọ(͖¾͚ * G:\Gl|E:u_>v= ˦CqWqɠj엣 y>θeC(]6JSԳ(n=/ =1Tt|\[v18Zki:Z)O4]u'̺\IȆ%Űxk ;ī ϛ;ff^NnR6X*+: 䶆x4*KE-ӡiژ|}9޶9E'lHʘo_ ֎qԑ\SsI%h8u@9?O"2݉ޠ˂wZݦ)Z3nB\(I"xs9߽H?uY#Dvɬ;02@02fL>;U'*jQE_g :k2f?'qCA]}mDxaV{`fsHy5wؗI+mvRAgy7A aF8X#\fS@deStvKz=tB_cEs$^.?mC͗+"Mz=yu :-b#|sb/ʼnz#>|xGOnt?[Kbf"AsKy$pZw/(=_eF^Л!ͤ|(MM5Zt2~A8(  ZB_}?6"]q;ua]$D"z |@?еDй^2az'WnԪU.M*Ɂy[ȴOw1Zԟ !7RA;7r4 }5SlLi}|/3vj*{f+{1PO}7m˻`)e0;,{WvՅg1ڶmS@"ƾ^^<ilTHqZ2rIcqiY-zoO<ƩnJ[((d&sk6L5ZkYaIWZgi~0O)rLO+"'P-@FGUW-[cn%[Ktc˛B4?p>OD:"O1b6h>j]ѭ|*h_肬ȃc#g$d4j4#9mWxg>'.$Dss`]>N+=G\[8@bFe?1;(RP`jCGqo| /[RFyR4z)a_ۓFY% g]|Gj?<5e7٭KU6lQ za0;r6orLv-pob3 ,~5`>|Ŵ/^s=x :֗Pi2730s_cBY\]-chzb~4'2U\k8;,f oF"m=4ށ]JMrbA ](€.xn_Wɖ>B)NO{/}pj:lsf%"(eЬN-;T%>*[GťO%ѭ%'  aFEy شM5tMg^ĉ>bަ;H. Lm54G<&!@Zaqơ#{%Y֙$ݾvzAGehscӑWG*CBk6x8ø:kя)78߼InY5˱o;N|9EjuR$cAfu%챹=Cn@#ކA֌s7O[~^?^X TZ!"%чw#5C7\rNp@P*~NyR$k&[nYN1:]T!btoin w~Gu ͛z^>=zq/gll:,)Er#cëRMƲ-CS <ϖߓ[3v?|el=_v?ۓ[~ҳم%w{/O/٦Zr+_sb٭.{LvXj h+1}mYW_޷][|9߅okW=xqyRš94?~b^=͚c֭U>s޶?M7.s[Pe/3BnM[cxpy/rpmX]8j3SU])d7]_ɴْgKn,׮0-׾`^؇ YOog{xٱ|0G4Ҵ[Ny+x*#e^D=y\_uKX֘}}q_l촼s S??W_S/{Ds9͘S'_ruwfysAlHYn }Mٵf6Yo/_lUpEG?`9?h{v;o}-qer|=OP&nL?ss[|>P|}v{ ܿ!y;3p7` GO EEEI