Browse Source

update: umb-scheme

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3754 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 13 years ago
parent
commit
b50dd45dd8
1 changed files with 16 additions and 6 deletions
  1. 16 6
      u/umb-scheme/umb-scheme-vl.spec

+ 16 - 6
u/umb-scheme/umb-scheme-vl.spec

@@ -2,11 +2,13 @@ Summary: An implementation of the Scheme programming language.
 Summary(ja): Scheme プログラミング言語の実装
 Name: umb-scheme
 Version: 3.2
-Release: 30%{?_dist_release}
-License: GPL
+Release: 31%{?_dist_release}
+
+License: distributable
 Group: Development/Languages
+
 Source: ftp://ftp.cs.umb.edu/pub/scheme/umb-scheme-3.2.tar.gz
-Source1: http://swissnet.ai.mit.edu/ftpdir/scm/slib3a1.zip
+Source1: http://groups.csail.mit.edu/mac/ftpdir/scm/slib-3b3.zip
 Source2: slibcat
 Patch0: umb-scheme-3.2-misc.patch
 Patch1: umb-scheme-3.2-texinfo.patch
@@ -16,10 +18,11 @@ Patch4: umb-scheme-3.2-chapter.patch
 Patch5: umb-scheme-3.2-slib2c7.patch
 Patch6: umb-scheme-3.2-share.patch
 Patch7: umb-scheme-3.2-vi.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
-Prereq: /sbin/install-info
-BuildPrereq: texinfo
 
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRequires: texinfo
+Requires(post): /sbin/install-info
+Requires(preun): /sbin/install-info
 
 %description
 UMB Scheme is a public domain implementation of the Scheme programming
@@ -96,6 +99,13 @@ fi
 
 
 %changelog
+* Sun May  1 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.2-31
+- rebuilt with current VineSeed
+- updated slib to 3b3
+- updated Patch6
+- s/BuildPrereq/BuildRequires/g
+- s/Prereq/Requires(post,preun)/g
+
 * Mon Oct 13 2008 Shu KONNO <owa@bg.wakwak.com> 3.2-30vl5
 - applied new versioning policy, spec in utf-8