Name: gcnccam Version: 0.4.4 Release: 1%{?dist} Summary: Tool for converting DXF (CAD) files to G-Code (RS-274) NC-files Group: Applications/Engineering License: GPLv2+ URL: http://gcnccam.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}_%{version}-1.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext BuildRequires: desktop-file-utils %description Netgen generates triangular or quadrilateral meshes in 2D, and tetrahedral meshes in 3D. The input for 2D is described by spline curves, and the input for 3D problems is either dened by constructive solid geometries (CSG) or by the standard STL le format. NETGEN contains modules for mesh optimization and hierarchical mesh refinement. Curved elements are supported of arbitrary order. %prep %setup -q -n trunk %build %configure make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} INSTALL="install -p" desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1} install -Dp -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/%{name}.png %find_lang %{name} %clean rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root,-) %doc COPYING README #%{_mandir}/man*/*.* %{_bindir}/%{name} %{_datadir}/pixmaps/* %{_datadir}/applications/%{name}.desktop %changelog * Tue Feb 03 2009 Fabian Affolter - 0.4.4-1 - Initial package for Fedora