]> git.pld-linux.org Git - packages/RasMol.git/blob - RasMol.spec
- merged uk desc and ru,uk summaries as well (from ALT Linux)
[packages/RasMol.git] / RasMol.spec
1 # NOTE: new version at ftp://ftp.bernstein-plus-sons.com/software/RasMol_2.7.3.tar.gz
2 Summary:        Molecular graphics visualisation tool
3 Summary(pl):    Program do graficznej wizualizacji moleku³
4 Summary(ru):    éÎÓÔÒÕÍÅÎÔ ÄÌÑ ×ÉÚÕÁÌÉÚÁÃÉÉ ÍÏÌÅËÕÌÑÒÎÙÈ ÓÔÒÕËÔÕÒ
5 Summary(uk):    ¶ÎÓÔÒÕÍÅÎÔ ÄÌѠצÚÕÁ̦ÚÁ槠ÍÏÌÅËÕÌÑÒÎÉÈ ÓÔÒÕËÔÕÒ
6 Name:           RasMol2
7 Version:        2.6.4
8 Release:        1
9 License:        distributable
10 Group:          X11/Applications
11 Source0:        ftp://ftp.dcs.ed.ac.uk/pub/rasmol/%{name}.tar.gz
12 # Source0-md5:  cada76c4453f8981f0ba324a26ad1fa8
13 URL:            http://www.rasmol.org/
14 BuildRequires:  XFree86-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 RasMol2 is a molecular graphics program intended for the visualisation
19 of proteins, nucleic acids and small molecules. The program is aimed
20 at display, teaching and generation of publication quality images.
21 RasMol runs on Microsoft Windows, Apple Macintosh, UNIX and VMS
22 systems. The UNIX and VMS systems require an 8, 24 or 32 bit colour X
23 Window System display (X11R4 or later). The program reads in a
24 molecule co-ordinate file and interactively displays the molecule on
25 the screen in a variety of colour schemes and molecule
26 representations. Currently available representations include
27 depth-cued wireframes, 'Dreiding' sticks, spacefilling (CPK) spheres,
28 ball and stick, solid and strand biomolecular ribbons, atom labels and
29 dot surfaces.
30
31 %description -l pl
32 RasMol2 to program do grafiki molekularnej maj±cy s³u¿yæ do
33 wizualizacji bia³ek, kwasów nukleinowych i ma³ych cz±steczek. Celem
34 programu jest wy¶wietlanie, nauka i generowanie obrazków o jako¶ci
35 nadaj±cej siê do publikacji. RasMol dzia³a na systemach Microsoft
36 Windows, Apple Macintosh, UNIX i VMS. Syystemy UNIX i VMS wymagaj± 8,
37 24 lub 32-bitowego ekranu systemu X Window (w wersji X11R4 lub
38 nowszej). Program czyta plik wspó³rzêdnych cz±steczek i interaktywnie
39 wy¶wietla cz±steczkê na ekranie w ró¿nych schematach kolorów i
40 reprezentacji. Aktualnie dostêpne reprezentacje obejmuj± model drutowy
41 odtwarzaj±cy g³êboko¶æ, cylindryczne pa³±ki (Dreiding), sfery
42 wype³niaj±ce przestrzeñ (CPK), kulki i pa³±ki, bry³y i splecione
43 wstêgi biomolekularne, etykiety atomów i kropkowane powierzchnie.
44
45 %description -l ru
46 RasMol - ÐÒÏÇÒÁÍÍÁ ÍÏÌÅËÕÌÑÒÎÏÊ ÇÒÁÆÉËÉ, ÉÓÐÏÌØÚÕÅÍÁÑ ÄÌÑ ×ÉÚÕÁÌÉÚÁÃÉÉ
47 ÐÒÏÔÅÉÎÏ×, ÎÕËÌÅÉÎÏ×ÙÈ ËÉÓÌÏÔ É ÎÅÂÏÌØÛÉÈ ÍÏÌÅËÕÌ. ðÒÉÇÏÄÎÁ ÄÌÑ
48 ÏÔÏÂÒÁÖÅÎÉÑ, ÏÂÕÞÅÎÉÑ É ÇÅÎÅÒÁÃÉÉ ÉÚÏÂÒÁÖÅÎÉÊ ÄÌÑ ÐÕÂÌÉËÁÃÉÊ.
49
50 %description -l uk
51 RasMol - ÐÒÏÇÒÁÍÁ ÍÏÌÅËÕÌÑÒÎϧ ÇÒÁƦËÉ, ÝÏ ÚÁÓÔÏÓÏ×Õ¤ÔØÓÑ ÄÌÑ
52 צÚÕÁ̦ÚÁ槠ÐÒÏÔŧΦ×, ÎÕËÌŧÎÏ×ÉÈ ËÉÓÌÏÔ ÔÁ ÎÅ×ÅÌÉËÉÈ ÍÏÌÅËÕÌ.
53 ðÒÉÄÁÔÎÁ ÄϠצÄÏÂÒÁÖÅÎÎÑ, ÎÁ×ÞÁÎÎÑ ÔÁ ÇÅÎÅÒÁ槠ÚÏÂÒÁÖÅÎØ ÄÌÑ
54 ÐÕÂ̦ËÁæÊ.
55
56 %prep
57 %setup -q -n %{name}
58
59 %build
60 xmkmf
61 %{__make} \
62         CDEBUGFLAGS="%{rpmcflags}" \
63         RASMOLDIR=%{_libdir}/rasmol
64
65 %install
66 rm -rf $RPM_BUILD_ROOT
67 install -d $RPM_BUILD_ROOT%{_mandir}/man1
68
69 %{__make} install install.man \
70         DESTDIR=$RPM_BUILD_ROOT \
71         BINDIR=%{_bindir} \
72         MANDIR=%{_mandir}/man1 \
73         RASMOLDIR=%{_libdir}/rasmol
74
75 %clean
76 rm -rf $RPM_BUILD_ROOT
77
78 %files
79 %defattr(644,root,root,755)
80 %doc PROJECTS TODO README Announce ChangeLog doc/{*.ps,rasmol.txt}
81 %attr(755,root,root) %{_bindir}/*
82 %attr(755,root,root) %{_mandir}/man1/*
83 %{_libdir}/rasmol
This page took 0.063497 seconds and 4 git commands to generate.