Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > d6a1a2760f199be0c46aabfc5a5ccc41 > files > 3

yabasic-2.763-10.mga3.src.rpm

%define name yabasic
%define version 2.763
%define release %mkrel 10

Summary:	Small basic interpreter with printing and graphics
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	Artistic
Group:		Development/Basic
Source0:	http://www.yabasic.de/download/%{name}-%{version}.tar.bz2
Patch1:		yabasic-2.763-automake-1.13.patch
URL:		http://www.yabasic.de/
BuildRequires:	libx11-devel
BuildRequires:	libxt-devel
BuildRequires:	ncurses-devel

%description
Yabasic implements the most common and simple elements of the basic
language; It comes with for-loops and goto with while-loops and
procedures. Yabasic does monochrome line grafics, printing comes with
no extra effort. Yabasic runs under Unix and Windows; it is small
(less than 200KB) and free.

%prep
%setup -q
%patch1 -p1 -b .automake-1_13

%build
autoreconf -fi
%configure2_5x
%make

%check
make check-TESTS

%install

%makeinstall_std

%files
%doc AUTHORS NEWS README *.htm ChangeLog
%{_bindir}/*
%{_mandir}/man1/yabasic.*




%changelog

* Mon Jan 14 2013 umeabot <umeabot> 2.763-10.mga3
+ Revision: 387539
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Wed Jan 02 2013 cjw <cjw> 2.763-9.mga3
+ Revision: 337633
- patch1: fix build with automake 1.13

* Sat Oct 20 2012 malo <malo> 2.763-8.mga3
+ Revision: 308546
- spec clean-up
- update RPM group

* Fri May 06 2011 grenoya <grenoya> 2.763-7.mga1
+ Revision: 95613
- imported package yabasic