From a3083c6ee6b758c961e960417fbd6df7570ef7ce Mon Sep 17 00:00:00 2001 From: gerd Date: Sep 09 2010 02:32:55 +0000 Subject: retire --- diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..b06f79d --- /dev/null +++ b/dead.package @@ -0,0 +1,2 @@ +rakudo-star includes all of this package +rakudo -> rakudo-star diff --git a/rakudo.spec b/rakudo.spec deleted file mode 100644 index 395cb94..0000000 --- a/rakudo.spec +++ /dev/null @@ -1,97 +0,0 @@ -%global year 2010 -%global month 08 -%global parrot_version 2.7.0 - -%define parrot_dynext %{_libdir}/parrot/%{parrot_version}/dynext -%define parrot_lang_perl6 %{_libdir}/parrot/%{parrot_version}/languages/perl6 - -Name: rakudo -Version: 0.0.%{year}.%{month}_%{parrot_version} -Release: 1%{?dist} -Summary: A Perl compiler on Parrot -License: Artistic 2.0 -Group: Development/Languages -URL: http://www.rakudo.org/ - -Source0: http://github.com/downloads/rakudo/rakudo/rakudo-%{year}.%{month}.1.tar.gz -Patch0: rakudo_2010.08.patch - -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -# This librarys are needed while "pbc_to_exe" include them -BuildRequires: ncurses-devel -BuildRequires: readline-devel -BuildRequires: gmp-devel -#BuildRequires: gdbm-devel -BuildRequires: libicu-devel - -BuildRequires: parrot >= %{parrot_version} -BuildRequires: parrot-devel >= %{parrot_version} -BuildRequires: parrot-tools >= %{parrot_version} - -%description -Rakudo Perl 6, or just Rakudo, is a Perl 6 compiler for the Parrot virtual -machine. Rakudo is an implementation of the Perl 6 specification that runs -on the Parrot VM. More information about Perl 6 is available from: -http://perl6.org - -%prep -%setup -q -n %{name}-%{year}.%{month}.1 -%patch0 -p0 -exit 0 - -%build -%{__perl} Configure.pl -%{__sed} -i -e 's&$(DESTDIR)$(DOCDIR)/rakudo&$(DESTDIR)$(DOCDIR)/rakudo-%{version}&' Makefile -make - - -%install -rm -rf $RPM_BUILD_ROOT - -make install DESTDIR=$RPM_BUILD_ROOT - -# Force executable permission on shared objects so they get stripped -%{__chmod} 755 $RPM_BUILD_ROOT%{parrot_dynext}/perl6*.so - - -%check -%{?!_without_tests: make test} -exit 0 - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%doc CREDITS LICENSE README docs/ChangeLog docs/ROADMAP -%doc docs/S11-Modules-proposal.pod -%{_bindir}/perl6 -%{parrot_dynext}/perl6_group.so -%{parrot_dynext}/perl6_ops.so -%{parrot_lang_perl6} -%{_mandir}/man1/perl6.1.gz -%{_mandir}/man1/rakudo.1.gz - - -%changelog -* Fri Aug 27 2010 Gerd Pokorra 0.0.2010.08_2.7.0-1 -- update to rakudo 2010.08.1 on parrot 2.7.0 - -* Thu Mar 18 2010 Gerd Pokorra 0.0.2010.03_2.2.0-1 -- update to rakudo 2010.03 on parrot 2.2.0 -- add new file lib/Test.pir - -* Sun Aug 9 2009 Gerd Pokorra 0.0.2009.07_1.4.0-4 -- force executable permission on shared objects so they get stripped - -* Fri Jul 31 2009 Gerd Pokorra 0.0.2009.07_1.4.0-1 -- fix versioning -- use 'ExcludeArch:ppc' for now -- provide full SourceURL -- strip binary -- first .spec file created - -* Fri Jul 31 2009 wayland 0.0.2009.07_1.4.0-1 -- Tim Nelson also created an initial .spec file some things are taken from it diff --git a/sources b/sources deleted file mode 100644 index b3225a4..0000000 --- a/sources +++ /dev/null @@ -1,4 +0,0 @@ -3be6d0f4f9d8d1143b6c25768e8a7342 rakudo-star-2010.07.tar.gz -6db4988f215bfab2fa26b2f6a736732b rakudo.patch -0f6b98e728945e3af0316788e3f33d22 rakudo-2010.08.1.tar.gz -d9743c98d4f52240b25ee59c2e0eea92 rakudo_2010.08.patch