]> git.pld-linux.org Git - packages/fungimol.git/blame - fungimol.spec
- one more patch by Qrczak
[packages/fungimol.git] / fungimol.spec
CommitLineData
d5e9cc4e
AM
1Summary: An extensible system for designing atomic-scale objects
2Name: fungimol
3Version: 0.5.1
4Release: 1
5License: LGPL
6Group: Applications/Engineering
7Source0: http://www.fungible.com/fungimol/%{name}-%{version}.tar.gz
8Patch0: %{name}-shared.patch
0cb8cc66 9Patch1: %{name}-static-init.patch
d5e9cc4e
AM
10URL: http://www.fungible.com/fungimol/index.html
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12BuildRequires: netpbm-devel
13BuildRequires: libstdc++-devel
14BuildRequires: gcc-g77
15BuildRequires: XFree86-devel
16
17%description
18The intent is to eventually extend it to be a useful system for doing
19molecular nanotechnology design work. At the moment it can view PDB
20files, edit Buckminsterfullerines, and it has a plugin to do Brenner's
21molecular dynamics force field.
22
23Donald Brenner's Fortran molecular dynamics package is also included.
24
25%prep
26%setup -q
27%patch0 -p1
0cb8cc66 28%patch1 -p1
d5e9cc4e
AM
29
30%build
31%{__make} fullbuild CPLUSPLUS=%{__cxx} %{!?debug:NDEBUG=yes}
32
33%install
34rm -rf $RPM_BUILD_ROOT
35
36%{__make} install
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(644,root,root,755)
43%doc %{_prefix}/doc/fungimol-0.5.1
44%attr(755,root,root) %{_bindir}/*
45%{_includedir}/fungimol
46%{_datadir}/brennermd
47%{_datadir}/fungimol/plugins
This page took 0.120599 seconds and 4 git commands to generate.