Summary: Application Name: application Version: 0.01 Release: 1 Source0: %{name}-%{version}.tar.gz License: MIT Group: Productivity/Graphics/Visualization/Graph BuildRoot: %{_builddir}/%{name}-root %description Application is a 3D visualisation package. The aim is to allow it to be used as a base for building other applications that require an element of 3D visualisation. %prep %setup -q %build ./configure make %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) /usr/local/bin/functy /usr/local/share/application/application.glade %doc /usr/local/share/doc/application/AUTHORS %doc /usr/local/share/doc/application/COPYING %doc /usr/local/share/doc/application/ChangeLog %doc /usr/local/share/doc/application/INSTALL %doc /usr/local/share/doc/application/NEWS %doc /usr/local/share/doc/application/README %doc COPYING AUTHORS README NEWS INSTALL ChangeLog