From d5e9cc4e1631b16d572123f3a6ab87a040281e74 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Fri, 7 Mar 2003 21:12:40 +0000 Subject: [PATCH] - initial pld relase (doesn't work yet) Changed files: fungimol.spec -> 1.1 --- fungimol.spec | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 fungimol.spec diff --git a/fungimol.spec b/fungimol.spec new file mode 100644 index 0000000..ba4f4cb --- /dev/null +++ b/fungimol.spec @@ -0,0 +1,45 @@ +Summary: An extensible system for designing atomic-scale objects +Name: fungimol +Version: 0.5.1 +Release: 1 +License: LGPL +Group: Applications/Engineering +Source0: http://www.fungible.com/fungimol/%{name}-%{version}.tar.gz +Patch0: %{name}-shared.patch +URL: http://www.fungible.com/fungimol/index.html +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +BuildRequires: netpbm-devel +BuildRequires: libstdc++-devel +BuildRequires: gcc-g77 +BuildRequires: XFree86-devel + +%description +The intent is to eventually extend it to be a useful system for doing +molecular nanotechnology design work. At the moment it can view PDB +files, edit Buckminsterfullerines, and it has a plugin to do Brenner's +molecular dynamics force field. + +Donald Brenner's Fortran molecular dynamics package is also included. + +%prep +%setup -q +%patch0 -p1 + +%build +%{__make} fullbuild CPLUSPLUS=%{__cxx} %{!?debug:NDEBUG=yes} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc %{_prefix}/doc/fungimol-0.5.1 +%attr(755,root,root) %{_bindir}/* +%{_includedir}/fungimol +%{_datadir}/brennermd +%{_datadir}/fungimol/plugins -- 2.43.0