]> git.pld-linux.org Git - packages/fungimol.git/blame - fungimol.spec
- converted to UTF-8
[packages/fungimol.git] / fungimol.spec
CommitLineData
36da1ddb 1# TODO: fix %%doc location
d5e9cc4e 2Summary: An extensible system for designing atomic-scale objects
3c894afc 3Summary(pl.UTF-8): Rozszerzalny system do projektowania obiektów o skali atomu
d5e9cc4e
AM
4Name: fungimol
5Version: 0.5.1
6Release: 1
7License: LGPL
8Group: Applications/Engineering
9Source0: http://www.fungible.com/fungimol/%{name}-%{version}.tar.gz
19af6d34 10# Source0-md5: f1bc872b74c62a7bbdf8f1729ccacb46
d5e9cc4e 11Patch0: %{name}-shared.patch
0cb8cc66 12Patch1: %{name}-static-init.patch
d5e9cc4e 13URL: http://www.fungible.com/fungimol/index.html
d5e9cc4e 14BuildRequires: XFree86-devel
36da1ddb
JB
15BuildRequires: gcc-g77
16BuildRequires: libstdc++-devel
17BuildRequires: netpbm-devel
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
d5e9cc4e
AM
19
20%description
21The intent is to eventually extend it to be a useful system for doing
22molecular nanotechnology design work. At the moment it can view PDB
23files, edit Buckminsterfullerines, and it has a plugin to do Brenner's
24molecular dynamics force field.
25
26Donald Brenner's Fortran molecular dynamics package is also included.
27
3c894afc
JR
28%description -l pl.UTF-8
29Celem tego projektu jest ewentualne rozszerzenie, aby był przydatnym
30systemem do wykonywania prac związanych z projektami z dziedziny
31nanotechnologii molekularnej. W tej chwili można przeglądać pliki PDB,
32modyfikować Buckminsterfullerine; ma wtyczką do obliczania sił
36da1ddb
JB
33dynamiki molekularnej Brennera.
34
3c894afc 35Dołączony jest także pakiet dynamiki molekularnej w Fortranie Donalnda
36da1ddb
JB
36Brennera.
37
d5e9cc4e
AM
38%prep
39%setup -q
40%patch0 -p1
0cb8cc66 41%patch1 -p1
d5e9cc4e
AM
42
43%build
44%{__make} fullbuild CPLUSPLUS=%{__cxx} %{!?debug:NDEBUG=yes}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48
49%{__make} install
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%files
55%defattr(644,root,root,755)
56%doc %{_prefix}/doc/fungimol-0.5.1
57%attr(755,root,root) %{_bindir}/*
58%{_includedir}/fungimol
59%{_datadir}/brennermd
36da1ddb 60%dir %{_datadir}/fungimol
d5e9cc4e 61%{_datadir}/fungimol/plugins
This page took 0.040284 seconds and 4 git commands to generate.