From f72f3732facd84ad6458f5a9c01fe49986b79a84 Mon Sep 17 00:00:00 2001 From: ankry Date: Wed, 12 Nov 2003 16:05:46 +0000 Subject: [PATCH] - new Changed files: Moldy.spec -> 1.1 --- Moldy.spec | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Moldy.spec diff --git a/Moldy.spec b/Moldy.spec new file mode 100644 index 0000000..da46b69 --- /dev/null +++ b/Moldy.spec @@ -0,0 +1,45 @@ +Summary: General-purpose molecular dynamics simulation program +Summary(pl): Program ogólnego stosowania do symulacji z dynamiki molekularnej +Name: Moldy +Version: 3.4 +Release: 1 +License: GPL +Group: X11/Applications +Source0: http://www.earth.ox.ac.uk/~keith/download/Development/%{name}-%{version}.tar.gz +# Source0-md5: 21d2c2920a80283f9751a4513ea27ef5 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Moldy is a general-purpose molecular dynamics simulation program +written initially for Author's own research into aqueous solutions at +mineral surfaces. However it is sufficiently flexible that it ought +to be useful for a wide range of simulation calculations of atomic, +ionic and molecular systems. + +#%description -l pl + +%prep +%setup -q + +%build +rm -f missing +%{__aclocal} +%{__autoheader} +%{__autoconf} +%{__automake} +%{configure} +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc TODO README AUTHORS NEWS +%attr(755,root,root) %{_bindir}/* -- 2.43.0