]> git.pld-linux.org Git - packages/wxmacmolplt.git/blame - wxmacmolplt.spec
- updated to 7.4
[packages/wxmacmolplt.git] / wxmacmolplt.spec
CommitLineData
4dfe652b 1Summary: Program for plotting 3-D molecular structures
2Summary(pl.UTF-8): Program do wykreślania trójwymiarowych struktur molekularnych
3Name: wxmacmolplt
d120fd42 4Version: 7.4
4dfe652b 5Release: 1
6License: GPL v2+
7Group: Applications
8Source0: http://www.scl.ameslab.gov/~brett/MacMolPlt/download/%{name}-%{version}.tar.gz
d120fd42 9# Source0-md5: 26e1a2f5e5860334f29edc3b5f5c30e9
4dfe652b 10URL: http://www.scl.ameslab.gov/~brett/MacMolPlt/
11BuildRequires: OpenGL-GLU-devel
12BuildRequires: OpenGL-devel
13BuildRequires: autoconf
14BuildRequires: automake
4dfe652b 15BuildRequires: wxGTK2-unicode-gl-devel
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19A modern graphics program for plotting 3-D molecular structures and
20normal modes (vibrations).
21
22%description -l pl.UTF-8
23Nowoczesny program graficzny do wykreślania trójwymiarowych struktur
24molekularnych oraz drgań swobodnych (wibracji).
25
26%prep
27%setup -q
28
29%build
30%{__aclocal}
31%{__autoconf}
32%{__automake}
33%configure \
34 --with-wx-config="wx-gtk2-unicode-config"
35%{__make}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39
40%{__make} install \
41 DESTDIR=$RPM_BUILD_ROOT
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(644,root,root,755)
48%doc AUTHORS README
49%attr(755,root,root) %{_bindir}/wxmacmolplt
50%{_datadir}/wxmacmolplt
51%{_mandir}/man1/wxmacmolplt.1*
This page took 0.096456 seconds and 4 git commands to generate.