Author: kolodko Date: Wed Mar 2 17:01:24 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - new from l00natyk <majkl (at) op.pl>
---- Files affected: SPECS: denise.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/denise.spec diff -u /dev/null SPECS/denise.spec:1.1 --- /dev/null Wed Mar 2 18:01:24 2005 +++ SPECS/denise.spec Wed Mar 2 18:01:19 2005 @@ -0,0 +1,59 @@ +# $Revision$, $Date$ +# +# now project are suspended +Summary: Denise(R)-MYTH Artificial Intelligence +Summary(pl): Denise(R)-MYTH Sztuczna Inteligencja +Name: denise +Version: 5.1.1 +Release: 1 +License: GPL v2 +Group: Applications/Emulators +Source0: http://denise.union.pl/download/source/%{name}-%{version}.tar.gz +# Source0-md5: 2d2f01a0ef379424d29ee0ad1975310a +Patch0: %{name}-freemem.patch +URL: http://www.denise.union.pl/ +BuildRequires: autoconf +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Denise(R)-MYTH project is a very interesting attemption of create +artificial intelligence. + +%description -l pl +Projekt Denise(R)-MYTH jest interesującą próbą podjęcia tematu +sztuczniej inteligencji. + +%prep +%setup -q +%patch0 -p1 + +%build +%{__autoconf} + +%configure +%{__make} + +%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 NEWS README +%attr(755,root,root) %{_bindir}/denise +%{_datadir}/denise + +%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/03/02 17:01:19 kolodko +- new from l00natyk <majkl (at) op.pl> + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
