Author: cieciwa Date: Fri May 5 22:02:34 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - release 0.2, - added subpackage -utils, - moved all utility to this package.
---- Files affected: SPECS: dangerdeep.spec (1.12 -> 1.13) ---- Diffs: ================================================================ Index: SPECS/dangerdeep.spec diff -u SPECS/dangerdeep.spec:1.12 SPECS/dangerdeep.spec:1.13 --- SPECS/dangerdeep.spec:1.12 Sat Apr 8 23:57:30 2006 +++ SPECS/dangerdeep.spec Sat May 6 00:02:29 2006 @@ -2,12 +2,12 @@ Summary: Danger from the Deep - WW2 german submarine simulation Summary(pl): Danger from the Deep - symulacja niemieckiej łodzi podwodnej Name: dangerdeep -Version: 0.1.0 -Release: 0.1 +Version: 0.1.1 +Release: 0.2 License: GPL v2 Group: Applications/Games Source0: http://dl.sourceforge.net/dangerdeep/%{name}-%{version}.tar.gz -# Source0-md5: 7e95d871b929a5e322d0a6bde37e7151 +# Source0-md5: 7de20b4594c0fee8d3c1a281f686f943 URL: http://dangerdeep.sourceforge.net/ BuildRequires: SDL_image-devel BuildRequires: SDL_mixer-devel @@ -33,6 +33,14 @@ pozwoli na to czas twórców i ich wiedza z fizyki. Aktualny stan jest określony jako ALPHA, ale jest grywalna. +%package utils +Summary: Danger from the Deep - Utils +Summary(pl): Danger from the Deep - narzędzia +Group: Applications/Games +Requires: %{name} +%description utils +%description utils -l pl + %prep %setup -q sed -i '[EMAIL PROTECTED] [EMAIL PROTECTED]@' SConstruct @@ -49,22 +57,33 @@ install doc/man/%{name}.6 $RPM_BUILD_ROOT%{_mandir}/man6 cp -r data/* $RPM_BUILD_ROOT%{_datadir}/%{name} +install build/linux/{crosssection,damagemodel,oceantest,portal,viewmodel} $RPM_BUILD_ROOT%{_bindir} + %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc CREDITS ChangeLog README TODO -%attr(755,root,root) %{_bindir}/* +%doc CREDITS ChangeLog README +%attr(755,root,root) %{_bindir}/%{name} %{_datadir}/%{name} %{_mandir}/man6/%{name}.6* +%files utils +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/* + %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.13 2006/05/05 22:02:29 cieciwa +- release 0.2, +- added subpackage -utils, +- moved all utility to this package. + Revision 1.12 2006/04/08 21:57:30 cieciwa - added BR: SDL_image-devel ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/dangerdeep.spec?r1=1.12&r2=1.13&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
