2024-01-06 06:24:26 +01:00
|
|
|
Name: littlewizard
|
|
|
|
Version: 1.2.2
|
2024-01-06 06:24:26 +01:00
|
|
|
Release: 3mamba
|
2024-01-06 06:24:26 +01:00
|
|
|
Summary: Little Wizard is a development environment for children
|
|
|
|
Group: Graphical Desktop/Applications/Educational
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
|
|
|
URL: http://littlewizard.sourceforge.net/
|
2024-01-06 06:24:26 +01:00
|
|
|
Source: http://downloads.sourceforge.net/sourceforge/littlewizard/littlewizard-%{version}.tar.gz
|
2024-01-06 06:24:26 +01:00
|
|
|
License: GPL
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libatk-devel
|
|
|
|
BuildRequires: libcairo-devel
|
|
|
|
BuildRequires: libexpat-devel
|
|
|
|
BuildRequires: libfontconfig-devel
|
|
|
|
BuildRequires: libfreetype-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libglib-devel
|
|
|
|
BuildRequires: libglitz-devel
|
|
|
|
BuildRequires: libgtk-devel
|
|
|
|
BuildRequires: libpango-devel
|
|
|
|
BuildRequires: libpixman-devel
|
|
|
|
BuildRequires: libpng-devel
|
|
|
|
BuildRequires: libselinux-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libXau-devel
|
|
|
|
BuildRequires: libxcb-devel
|
|
|
|
BuildRequires: libxcb-util-devel
|
|
|
|
BuildRequires: libXdmcp-devel
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
BuildRequires: libXrender-devel
|
|
|
|
BuildRequires: libz-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
Little Wizard is a development environment for children. It is intended to be used by primary school children to learn about the main elements of real computer languages. Using only the mouse, children can explore programming concepts such as variables, expressions, loops, conditions, and logical blocks. Every element of the language is represented by an intuitive icon, making it easy to learn.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc AUTHORS COPYING ChangeLog README TODO
|
|
|
|
%{_bindir}/littlewizard
|
|
|
|
%{_bindir}/littlewizardtest
|
|
|
|
/usr/doc/littlewizard/AUTHORS
|
|
|
|
/usr/doc/littlewizard/COMPATIBILITY
|
|
|
|
/usr/doc/littlewizard/COPYING
|
|
|
|
/usr/doc/littlewizard/ChangeLog
|
|
|
|
/usr/doc/littlewizard/INSTALL
|
|
|
|
/usr/doc/littlewizard/README
|
|
|
|
/usr/doc/littlewizard/TODO
|
|
|
|
#%{_docdir}/littlewizard/AUTHORS
|
|
|
|
#%{_docdir}/littlewizard/COMPATIBILITY
|
|
|
|
#%{_docdir}/littlewizard/COPYING
|
|
|
|
#%{_docdir}/littlewizard/ChangeLog
|
|
|
|
#%{_docdir}/littlewizard/INSTALL
|
|
|
|
#%{_docdir}/littlewizard/README
|
|
|
|
#%{_docdir}/littlewizard/TODO
|
|
|
|
%{_includedir}/littlewizard/*.h
|
|
|
|
%{_libdir}/liblanguage.*
|
|
|
|
%{_libdir}/liblw.*
|
|
|
|
%{_datadir}/applications/littlewizard.desktop
|
|
|
|
%{_datadir}/icons/gnome/48x48/mimetypes/gnome-mime-application-x-littlewizard.png
|
|
|
|
%{_datadir}/icons/gnome/scalable/mimetypes/gnome-mime-application-x-littlewizard.svg
|
|
|
|
%{_datadir}/littlewizard/littlewizard.xml
|
|
|
|
%{_datadir}/mime/packages/littlewizard.xml
|
|
|
|
%{_datadir}/pixmaps/littlewizard/*.png
|
|
|
|
%{_datadir}/pixmaps/littlewizard/*.jpg
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 06:24:26 +01:00
|
|
|
* Mon Aug 24 2015 Automatic Build System <autodist@mambasoft.it> 1.2.2-3mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
2024-01-06 06:24:26 +01:00
|
|
|
* Mon Nov 02 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.2.2-2mamba
|
|
|
|
- rebuild adding buildrequires
|
|
|
|
|
|
|
|
* Thu Oct 30 2008 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.2.2-1mamba
|
|
|
|
- package created by autospec
|
|
|
|
|