diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 8b71e34..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/frytvm-XS-9c19777.tar.gz -/frytvm-XS-c9a0b29.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..517fb9c --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +no longer maintained upstream and fails to build diff --git a/sources b/sources deleted file mode 100644 index 0de777e..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -efa50367f4c64b1917a8a48a15e0d4ed frytvm-XS-c9a0b29.tar.gz diff --git a/xs.spec b/xs.spec deleted file mode 100644 index 1defc0d..0000000 --- a/xs.spec +++ /dev/null @@ -1,134 +0,0 @@ -%global githash c9a0b29 - -Name: xs -Version: 0.1 -Release: 25.git%{githash}%{?dist} -Summary: Shell supporting functional programming - -License: Public Domain -URL: https://github.com/frytvm/XS -# downloaded from https://github.com/frytvm/XS/tarball/master -Source0: frytvm-XS-%{githash}.tar.gz - -BuildRequires: automake -BuildRequires: bison -BuildRequires: boost-devel -BuildRequires: gc-devel -BuildRequires: gcc-c++ -BuildRequires: readline-devel - -%description -Xs is a cleanly-designed shell with functional programming. It is based off -the source-code for the es project, which was in the public domain. -Currently, the changes in xs can also be considered to be in the public domain. - -Most of the xs source code remains untouched from es. -The primary authors of that shell can be found in that source code, -currently located at: ftp://ftp.sys.utoronto.ca/pub/es/. Modifications -since es-0.9-beta1 are all parts of xs and have been written by -Frederic Koehler. - - -%prep -%setup -q -n frytvm-XS-%{githash} - - -%build -autoreconf -i -%configure -make %{?_smp_mflags} - - -%install -make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" - - -%check -make testxs - - -%files -%doc COPYING README -%{_bindir}/xs -%{_mandir}/man1/xs.1* - - -%changelog -* Sat Feb 11 2017 Fedora Release Engineering - 0.1-25.gitc9a0b29 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Jan 27 2017 Jonathan Wakely - 0.1-24.gitc9a0b29 -- Rebuilt for Boost 1.63 - -* Thu Jan 12 2017 Igor Gnatenko - 0.1-23.gitc9a0b29 -- Rebuild for readline 7.x - -* Tue Nov 08 2016 Filipe Rosset - 0.1-22.gitc9a0b29 -- Rebuilt attempt to fix FTBFS rhbz #1308259 - -* Fri Feb 05 2016 Fedora Release Engineering - 0.1-21.gitc9a0b29 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Sat Jan 16 2016 Jonathan Wakely - 0.1-20.gitc9a0b29 -- Rebuilt for Boost 1.60 - -* Thu Aug 27 2015 Jonathan Wakely - 0.1-19.gitc9a0b29 -- Rebuilt for Boost 1.59 - -* Tue Jul 28 2015 Jens Petersen - 0.1-18.gitc9a0b29 -- drop xs-dump-cxx.patch too (Jonathan Wakely) - -* Tue Jul 28 2015 Jens Petersen - 0.1-17.gitc9a0b29 -- update to latest github snapshot -- fix url -- xs-automake-1.12-bison-hxx.patch is upstream - -* Thu Jul 23 2015 Jonathan Wakely 0.1-16.git9c19777 -- Patch dump.cxx to make foreach loop use references not copies. - -* Wed Jul 22 2015 David Tardon - 0.1-15.git9c19777 -- rebuild for Boost 1.58 - -* Fri Jun 19 2015 Fedora Release Engineering - 0.1-14.git9c19777 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Tue Jan 27 2015 Petr Machata - 0.1-13.git9c19777 -- Rebuild for boost 1.57.0 - -* Mon Aug 18 2014 Fedora Release Engineering - 0.1-12.git9c19777 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Thu Jun 12 2014 Jens Petersen - 0.1-11.git9c19777%{?dist} -- pass -i to autoreconf - -* Sun Jun 08 2014 Fedora Release Engineering - 0.1-10.git9c19777 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Fri May 23 2014 Petr Machata - 0.1-9.git9c19777 -- Rebuild for boost 1.55.0 - -* Sun Aug 04 2013 Fedora Release Engineering - 0.1-8.git9c19777 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Tue Jul 30 2013 Petr Machata - 0.1-7.git9c19777 -- Rebuild for boost 1.54.0 - -* Fri Feb 1 2013 Jens Petersen - 0.1-6.git9c19777%{?dist} -- patch for automake-1.12 using .hxx for bison output -- explicitly BR gcc-c++ - -* Sun Jul 22 2012 Fedora Release Engineering - 0.1-5.git9c19777 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Tue Feb 28 2012 Fedora Release Engineering - 0.1-4.git9c19777 -- Rebuilt for c++ ABI breakage - -* Sat Jan 14 2012 Fedora Release Engineering - 0.1-3.git9c19777 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Wed Sep 7 2011 Jens Petersen - 0.1-2.git9c19777 -- fix description, use install -p, and include COPYING (Parag Nemade, #735705) -- add a check section - -* Fri Sep 2 2011 Jens Petersen - 0.1-1.git9c19777 -- initial packaging