# This spec file was generated by KDevelop # Please report any problem to KDevelop Team # Thanks to Matthias Saou for his explanations on http://freshrpms.net/docs/fight.html Name: SMMP Version: $VERSION$ Release: Vendor: Copyright: GPL + Citation Summary: A free protein simulation program Group: Application/Scientific Packager: JHM BuildRoot: %{_tmppath}/%{name}-root Source: %description SMMP is a free protein simulation program. %prep %setup CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure \ --target= --disable-debug --enable-debug=no %build %configure make %install rm -rf %{buildroot} %makeinstall %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README TODO %{_bindir}/* %{_libdir}/*.so.* %{_datadir}/%{name} %{_mandir}/man8/* %changelog