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