Author: qboosh Date: Tue Dec 6 17:34:42 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, some cleanups
---- Files affected: SPECS: aero.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/aero.spec diff -u SPECS/aero.spec:1.1 SPECS/aero.spec:1.2 --- SPECS/aero.spec:1.1 Tue Dec 6 00:43:35 2005 +++ SPECS/aero.spec Tue Dec 6 18:34:36 2005 @@ -1,10 +1,10 @@ # $Revision$, $Date$ -# Summary: Simulation program based on rigid body systems +Summary(pl): Program do symulacji opartych na układach bryły sztywnej Name: aero Version: 1.7.0 Release: 0.1 -License: Public domain +License: Public Domain Group: Applications Source0: http://robotics.ee.uwa.edu.au/aero/ftp/%{name}_%{version}_src.tar.gz # Source0-md5: 2ea6f065bc77162ce6b4f4c4a17a3636 @@ -12,10 +12,16 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -AERO is a simulation program based on rigid body systems. With the built-in -3D editor you can create a virtual scene consisting of spheres, boxes -(cuboids), cylinders and plains. These objects may be connected with links -like spring, damper, rod and joint. +AERO is a simulation program based on rigid body systems. With the +built-in 3D editor you can create a virtual scene consisting of +spheres, boxes (cuboids), cylinders and plains. These objects may be +connected with links like spring, damper, rod and joint. + +%description -l pl +AERO to program do symulacji opartych na układach bryły sztywnej. Przy +użyciu wbudowanego edytora 3D można tworzyć sceny wirtualne składające +się ze sfer, prostopadłościanów, cylindrów i płaszczyzn. Obiekty te +można łączyć elementami takimi jak sprężyny, tłumiki, pręty i złącza. %prep %setup -q -n %{name} @@ -30,9 +36,6 @@ %install rm -rf $RPM_BUILD_ROOT -# create directories if necessary -#install -d $RPM_BUILD_ROOT -#install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT @@ -40,31 +43,11 @@ %clean rm -rf $RPM_BUILD_ROOT -%pre - -%post - -%preun - -%postun - %if %{with ldconfig} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %endif -%if %{with initscript} -%post init -/sbin/chkconfig --add %{name} -%service %{name} restart - -%preun init -if [ "$1" = "0" ]; then - %service -q %{name} stop - /sbin/chkconfig --del %{name} -fi -%endif - %files %defattr(644,root,root,755) %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO @@ -77,27 +60,14 @@ %{_datadir}/%{name} %endif -# initscript and its config -%if %{with initscript} -%attr(754,root,root) /etc/rc.d/init.d/%{name} -%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name} -%endif - -#%{_examplesdir}/%{name}-%{version} - -%if %{with subpackage} -%files subpackage -%defattr(644,root,root,755) -#%doc extras/*.gz -#%{_datadir}/%{name}-ext -%endif - %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.2 2005/12/06 17:34:36 qboosh +- pl, some cleanups + Revision 1.1 2005/12/05 23:43:35 adasi - totally NFY, just as a TODO marker - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/aero.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
