Sophie

Sophie

distrib > Mandriva > 10.0-com > x86_64 > by-pkgid > 66687a32851ed5acb24ea069ddbbdceb > files > 2

smalltalk-2.1.7-2mdk.src.rpm

%define	name	smalltalk
%define	version	2.1.7
%define	release	2mdk

Summary:	Smalltalk free language implementation
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Development/Other
Source0:	ftp://ftp.gnu.org/gnu/smalltalk/%{name}-%{version}.tar.bz2
Packager:	Daouda Lo <daouda@mandrakesoft.com> 
URL:		http://www.smalltalk.org/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	gtk+2-devel tcl termcap-devel emacs-bin

%description
GNU Smalltalk is a Free (or Open Source) implementation that closely 
follows the Smalltalk-80 language as described in the book Smalltalk-80: 
the Language and its Implementation by Adele Goldberg and David          
Robson. GNUSmalltalk runs on most versions of Unix or Unix like 
systems (GNU/Linux, FreeBSD, etc...).        
There is even a version for commercial operating systems like MS-NT.

%prep
%setup -q
%define __libtoolize /bin/true
%configure2_5x	

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%post
%_install_info gst.info

%preun
%_remove_install_info gst.info

%clean
rm -rf $RPM_BUILD_ROOT

%files 
%defattr(-,root,root)
%doc AUTHORS COPYING* ChangeLog NEWS README
%{_bindir}/*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/emacs/site-lisp/*
%{_datadir}/aclocal/*
%{_libdir}/*
%{_includedir}/*
%{_infodir}/*.info*
%{_mandir}/man1/*

%changelog
* Sat Jan 24 2004 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 2.1.7-2mdk
- fix buildrequires

* Sat Jan 24 2004 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 2.1.7-1mdk
- 2.1.7
- cosmetics

* Fri Jul 25 2003 Daouda LO <daouda@mandrakesoft.com> 2.1.4-1mdk
- One year release 2.1.4
- fix libtool mess (thanx to fcrozat)

* Wed Jul 24 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.95.12-2mdk
- rebuild for new readline

* Thu May  2 2002 Daouda LO <daouda@mandrakesoft.com> 1.95.12-1mdk
- release 1.95.12

* Thu May  2 2002 Daouda LO <daouda@mandrakesoft.com> 1.95.10-1mdk
- release 1.95.10
- fix build

* Fri May 25 2001 Geoffrey Lee <snailtalk@mandrakesoft.com> 1.95.1-4mdk
- Rebuilt against libltdl.so.3.

* Sun Mar 04 2001 Geoffrey Lee <snailtalk@mandrakesoft.com> 1.95.1-3mdk
- can use %configure %make %makeinstall macros now, hacks gone
- remove snailtalk brandname from files :) (except static lib)
- add man page
- more %%doc
- add %%dir to %_datadir/gnu-smalltalk
- regenerate image file in %post

* Sun Mar 04 2001 Geoffrey Lee <snailtalk@mandrakesoft.com> 1.95.1-2mdk
- Remove the references to $RPM_BUILD_ROOT.
- Remove the %%post message.

* Sun Feb 04 2001 Geoffrey Lee <snailtalk@mandrakesoft.com> 1.95.1-1mdk
- new and shiny source.
- include the static llibrary in /usr/lib.

* Fri Dec 29 2000 Geoffrey Lee <snailtalk@mandrakesoft.com> 1.8.5-1mdk
- new and shiny source.

* Sun Nov 19 2000 Daouda Lo <daouda@mandrakesoft.com> 1.8.3-1mdk
- first mandrake rpm.