Compare commits
18 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a102d12ac0 | ||
|
|
1ee982ffac | ||
|
|
5b4883cfd4 | ||
|
|
a875c6e851 | ||
|
|
27f46f4497 | ||
|
|
43ae5dc80c | ||
|
|
a959852ce5 | ||
|
|
2324b7979f | ||
|
|
bcbd30015c | ||
|
|
2f6bf220ae | ||
| 1880704248 | |||
|
|
2b421eef74 | ||
|
|
23ad04a01b | ||
|
|
8579d52185 | ||
|
|
1ddf62862f | ||
|
|
67eba239fc | ||
|
|
099b7dc3b5 | ||
|
|
1c4c4973ab |
4 changed files with 1 additions and 137 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +0,0 @@
|
|||
/frytvm-XS-9c19777.tar.gz
|
||||
/frytvm-XS-c9a0b29.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
no longer maintained upstream and fails to build
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
efa50367f4c64b1917a8a48a15e0d4ed frytvm-XS-c9a0b29.tar.gz
|
||||
134
xs.spec
134
xs.spec
|
|
@ -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 <releng@fedoraproject.org> - 0.1-25.gitc9a0b29
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 0.1-24.gitc9a0b29
|
||||
- Rebuilt for Boost 1.63
|
||||
|
||||
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.1-23.gitc9a0b29
|
||||
- Rebuild for readline 7.x
|
||||
|
||||
* Tue Nov 08 2016 Filipe Rosset <rosset.filipe@gmail.com> - 0.1-22.gitc9a0b29
|
||||
- Rebuilt attempt to fix FTBFS rhbz #1308259
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-21.gitc9a0b29
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Sat Jan 16 2016 Jonathan Wakely <jwakely@redhat.com> - 0.1-20.gitc9a0b29
|
||||
- Rebuilt for Boost 1.60
|
||||
|
||||
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 0.1-19.gitc9a0b29
|
||||
- Rebuilt for Boost 1.59
|
||||
|
||||
* Tue Jul 28 2015 Jens Petersen <petersen@redhat.com> - 0.1-18.gitc9a0b29
|
||||
- drop xs-dump-cxx.patch too (Jonathan Wakely)
|
||||
|
||||
* Tue Jul 28 2015 Jens Petersen <petersen@redhat.com> - 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 <jwakely@redhat.com> 0.1-16.git9c19777
|
||||
- Patch dump.cxx to make foreach loop use references not copies.
|
||||
|
||||
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 0.1-15.git9c19777
|
||||
- rebuild for Boost 1.58
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-14.git9c19777
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 0.1-13.git9c19777
|
||||
- Rebuild for boost 1.57.0
|
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-12.git9c19777
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Thu Jun 12 2014 Jens Petersen <petersen@redhat.com> - 0.1-11.git9c19777%{?dist}
|
||||
- pass -i to autoreconf
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-10.git9c19777
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Fri May 23 2014 Petr Machata <pmachata@redhat.com> - 0.1-9.git9c19777
|
||||
- Rebuild for boost 1.55.0
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-8.git9c19777
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Tue Jul 30 2013 Petr Machata <pmachata@redhat.com> - 0.1-7.git9c19777
|
||||
- Rebuild for boost 1.54.0
|
||||
|
||||
* Fri Feb 1 2013 Jens Petersen <petersen@redhat.com> - 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 <rel-eng@lists.fedoraproject.org> - 0.1-5.git9c19777
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-4.git9c19777
|
||||
- Rebuilt for c++ ABI breakage
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-3.git9c19777
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Wed Sep 7 2011 Jens Petersen <petersen@redhat.com> - 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 <petersen@redhat.com> - 0.1-1.git9c19777
|
||||
- initial packaging
|
||||
Loading…
Add table
Add a link
Reference in a new issue