Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dirkmueller:AL:TW
rakudo
rakudo.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File rakudo.spec of Package rakudo
# # spec file for package rakudo # # Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: rakudo Version: 2024.04 Release: 0 Summary: Raku (formerly Perl 6) implemenation that runs on MoarVM License: Artistic-2.0 Group: Development/Languages/Other URL: https://rakudo.org/ Source0: https://rakudo.org/dl/rakudo/rakudo-%{version}.tar.gz Patch0: rakudo-test-log.diff BuildRequires: moarvm-devel >= %{version} BuildRequires: nqp >= %{version} BuildRequires: perl(Archive::Tar) BuildRequires: perl(Digest::SHA) BuildRequires: perl(IPC::Cmd) BuildRequires: perl(YAML::Tiny) Requires: moarvm >= %{version} Requires: nqp >= %{version} Provides: raku = %{version}-%{release} Provides: raku(CompUnit::Repository::Staging) Provides: raku(MoarVM::Profiler) Provides: raku(MoarVM::SIL) Provides: raku(MoarVM::SL) Provides: raku(MoarVM::Spesh) Provides: raku(NativeCall) Provides: raku(NativeCall::Compiler::GNU) Provides: raku(NativeCall::Compiler::MSVC) Provides: raku(NativeCall::Types) Provides: raku(Pod::To::Text) Provides: raku(RakuDoc::To::Text) Provides: raku(Test) %if !0%{?rhel_version} BuildRequires: fdupes %endif %ifarch s390x BuildRequires: libffi-devel %endif %description The most mature, production-ready implementation of the Raku language. %prep %autosetup -p1 %build perl Configure.pl --prefix="%{_prefix}" VERBOSE_BUILD=1 make %check rm t/08-performance/99-misc.t RAKUDO_SKIP_TIMING_TESTS=1 make test %install %make_install mkdir -p "%{buildroot}/%{_datadir}/perl6/bin" cp tools/install-dist.p6 "%{buildroot}/%{_datadir}/perl6/bin/install-perl6-dist" chmod +x "%{buildroot}/%{_datadir}/perl6/bin/install-perl6-dist" sed -i -e '1s:!%{_bindir}/env :!%{_bindir}/:' "%{buildroot}/%{_datadir}/perl6/bin"/* rm "%{buildroot}/%{_bindir}/raku" rm "%{buildroot}/%{_bindir}/raku-debug" ln -s rakudo "%{buildroot}/%{_bindir}/raku" ln -s rakudo-debug "%{buildroot}/%{_bindir}/raku-debug" %if !0%{?rhel_version} %fdupes %{buildroot}/%{_bindir} %fdupes %{buildroot}/%{_datadir}/perl6/runtime %endif %files %doc CREDITS %license LICENSE %{_bindir}/* %{_datadir}/perl6 %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor