aboutsummaryrefslogtreecommitdiffstats
path: root/scm.spec
diff options
context:
space:
mode:
authorThomas Bushnell <tb@debian.org>2008-02-04 20:53:13 -0500
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:41 -0800
commite9ed1ad5236ca6314136c4220ac672167b643fc5 (patch)
tree5b3d3a3b8c604225515a3ac6b09b6d036b14d165 /scm.spec
parent4bf8faaea412b017e299fd17a1b736119c86f18c (diff)
parent90889a692076f2c62486607d0354e0fca52364bc (diff)
downloadscm-e9ed1ad5236ca6314136c4220ac672167b643fc5.tar.gz
scm-e9ed1ad5236ca6314136c4220ac672167b643fc5.zip
Import Debian changes 5e5-1debian/5e5-1
scm (5e5-1) unstable; urgency=low * New upstream release. * continue.h: Repeat change from 5e1-2. * xgen.scm: Repeat change from 5e2-4. * scm.1: Repeat change from 5e2-4. * build.scm: Repeat change from 5e3-5. * Makefile: Repeat change from 5e3-2. * debian/control (Build-Depends): Require at least version 3b1 of slib. (scm Depends): Likewise. (libscm-dev Depends): Likewise. * Makefile (scm.info): Add explicit dependency on features.txi and platform.txi. For some reason the one through $(texifiles) is failing mysteriously. Perhaps this is a make bug.
Diffstat (limited to 'scm.spec')
-rw-r--r--scm.spec13
1 files changed, 7 insertions, 6 deletions
diff --git a/scm.spec b/scm.spec
index 7bf1c10..9a1f57c 100644
--- a/scm.spec
+++ b/scm.spec
@@ -1,5 +1,5 @@
%define name scm
-%define version 5e4
+%define version 5e5
%define release 1
%define implpath %{prefix}/lib/scm
%define slibpath %{prefix}/lib/slib
@@ -19,9 +19,9 @@ Provides: scm
Requires: slib
Summary: SCM Scheme implementation
-Source: ftp://swiss.csail.mit.edu/pub/scm/scm%{version}.zip
+Source: ftp://swiss.csail.mit.edu/pub/scm/scm-%{version}.zip
URL: http://swiss.csail.mit.edu/~jaffer/SCM
-BuildRoot: %{_tmppath}/%{name}%{version}
+BuildRoot: %{_tmppath}/%{name}-%{version}
Prefix: /usr
%description
@@ -36,10 +36,10 @@ install with --nodeps.
%define __os_install_post /usr/lib/rpm/brp-compress
%prep
-rm -rf /var/tmp/%{name}%{version}
+rm -rf /var/tmp/%{name}-%{version}
%setup -n scm -c -T
cd ..
-unzip $RPM_SOURCE_DIR/scm%{version}.zip
+unzip $RPM_SOURCE_DIR/scm-%{version}.zip
%build
# SLIB is required to build SCM.
@@ -173,6 +173,7 @@ rm -f %{prefix}/bin/scm
%{prefix}/lib/scm/wbtab.scm
%{prefix}/lib/scm/rwb-isam.scm
%{prefix}/lib/scm/COPYING
+%{prefix}/lib/scm/COPYING.LESSER
%{prefix}/info/Xlibscm.info.gz
%{prefix}/info/hobbit.info.gz
%{prefix}/info/scm.info.gz
@@ -183,6 +184,6 @@ rm -f %{prefix}/bin/scm
%{prefix}/include/scmfig.h
%{prefix}/include/scmflags.h
-%doc ANNOUNCE COPYING QUICKREF README ChangeLog
+%doc ANNOUNCE COPYING COPYING.LESSER QUICKREF README ChangeLog
%changelog