rebuild adding buildrequires [release 1.2.2-2mamba;Mon Nov 02 2009]
This commit is contained in:
parent
508a35f13e
commit
b7d442e601
@ -1,2 +1,4 @@
|
||||
# littlewizard
|
||||
|
||||
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.
|
||||
|
||||
|
95
littlewizard.spec
Normal file
95
littlewizard.spec
Normal file
@ -0,0 +1,95 @@
|
||||
Name: littlewizard
|
||||
Version: 1.2.2
|
||||
Release: 2mamba
|
||||
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/
|
||||
Source: http://heanet.dl.sourceforge.net/sourceforge/littlewizard/littlewizard-%{version}.tar.gz
|
||||
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
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user