Author: spider Date: Wed Jul 13 12:39:52 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - init - work fine, but files section propably need fix
---- Files affected: SPECS: littlewizard.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/littlewizard.spec diff -u /dev/null SPECS/littlewizard.spec:1.1 --- /dev/null Wed Jul 13 14:39:52 2005 +++ SPECS/littlewizard.spec Wed Jul 13 14:39:46 2005 @@ -0,0 +1,54 @@ +# $Revision$, $Date$ +%define rc rc2 + +Summary: Development environment for children +Name: littlewizard +Version: 1.0.0rc2 +Release: 1 +License: GPL v2 +Group: Development +Source0: http://dl.sourceforge.net/littlewizard/%{name}-%{version}.tar.gz +# Source0-md5: a68d33d34bd01f28070358809642f7c8 +URL: http://littlewizard.sourceforge.net/ +#uildRequires: +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Development environment for children. Program little wizard without using keybord, just use the drag and drop system + +%prep +%setup -q + +%build +%configure +%{__make} \ + CFLAGS="%{rpmcflags}" + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog README TODO NEWS +%attr(755,root,root) %{_bindir}/* +%{_includedir}/littlewizard/* +%{_datadir}/* +%{_libdir}/* +#%{_mandir}/man8/%{name}.* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2005/07/13 12:39:46 spider +- init +- work fine, but files section propably need fix + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
