/[packages]/cauldron/sbcl/current/SPECS/sbcl.spec
ViewVC logotype

Diff of /cauldron/sbcl/current/SPECS/sbcl.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1062892 by daviddavid, Fri Oct 21 09:39:25 2016 UTC revision 1221251 by kekepower, Sun Apr 22 20:58:36 2018 UTC
# Line 1  Line 1 
1  %define bootstrap 0  %define bootstrap 1
2  %define threads 1  %define threads 1
3    
4  Name:           sbcl  Name:           sbcl
5  Version:        1.1.14  Version:        1.4.6
6  Release:        %mkrel 5  Release:        %mkrel 1
7  Summary:        Steel Bank Common Lisp compiler and runtime system  Summary:        Steel Bank Common Lisp compiler and runtime system
8  License:        Public Domain and MIT and BSD with advertising  License:        Public Domain and MIT and BSD with advertising
9  Group:          Development/Other  Group:          Development/Other
# Line 39  debugger. Line 39  debugger.
39    
40    
41  %prep  %prep
42  %setup -q  %autosetup -p1
 %patch1 -p0  
 %patch2 -p0  
 %patch3 -p0  
 %patch4 -p0  
 %patch7 -p0  
43    
44  %if %{threads}  %if %{threads}
45  install -m644 -p %{_sourcedir}/customize-target-features.lisp ./customize-target-features.lisp  install -m644 -p %{_sourcedir}/customize-target-features.lisp ./customize-target-features.lisp
# Line 63  sh make.sh "clisp" Line 58  sh make.sh "clisp"
58  sh make.sh "%{name}"  sh make.sh "%{name}"
59  %endif  %endif
60    
61  make -C doc/manual asdf.texinfo info html  %__make -C doc/manual asdf.texinfo info html
62    
63  %install  %install
64  unset SBCL_HOME  unset SBCL_HOME
# Line 99  done Line 94  done
94  %files  %files
95  %doc %{_docdir}/%{name}  %doc %{_docdir}/%{name}
96  %{_bindir}/*  %{_bindir}/*
97  %{_libdir}/%{name}/%{name}.core  %{_libdir}/%{name}/*
98  %define sb_prefix %{_libdir}/%{name}/contrib  %define sb_prefix %{_libdir}/%{name}/contrib
99  %{sb_prefix}/asdf.*  %{sb_prefix}/asdf.*
100  %{sb_prefix}/sb-aclrepl.*  %{sb_prefix}/sb-aclrepl.*

Legend:
Removed from v.1062892  
changed lines
  Added in v.1221251

  ViewVC Help
Powered by ViewVC 1.1.30