]> git.pld-linux.org Git - packages/genchemlab.git/blame_incremental - genchemlab.spec
- tabs in preamble
[packages/genchemlab.git] / genchemlab.spec
... / ...
CommitLineData
1Summary: General Chemistry Lab Simulator - "GenChemLab"
2Summary(pl.UTF-8): Ogólny symulator labolatorium chemicznego
3Name: genchemlab
4Version: 1.0
5Release: 3
6License: GPL
7Group: X11/Applications/Science
8Source0: http://dl.sourceforge.net/genchemlab/%{name}-%{version}.tgz
9# Source0-md5: ef364cff3f3e2dba4c62a5d1a0084bae
10Patch0: %{name}-desktop.patch
11URL: http://genchemlab.sourceforge.net/
12BuildRequires: automake
13BuildRequires: qt-devel
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17GenChemLab is an OpenGL-based application intended to simulate several
18common general chemistry exercises. It is meant to be used to help
19students prepare for actual lab experience. It could also be used in
20cases where laboratory facilites are not accessible, for instance in
21K-12 schools or home schooling.
22
23At present, supported experiments include titration, calorimetry,
24freezing point depression, vapor pressure, and spectrophotometry.
25
26%description -l pl.UTF-8
27GenChemLab jest bazującą na OpenGL aplikacją przeznaczoną do symulacji
28najpopularniejszych ćwiczeń chemicznych. Może być używana do
29przygotowania przez studentów doświadczeń w laboratorium, lub w
30miejscach gdzie laboratoria nie są publicznie dostępne jak nauka w
31szkołach lub domu. Aktualnie są obsługiwane eksperymenty takie jak
32miareczkowanie, kalorymetria, zmiana punktu zamrażania, ciśnienie pary
33wodnej i spektrometria.
34
35%prep
36%setup -q
37%patch0 -p1
38
39%build
40cp -f /usr/share/automake/config.sub .
41%configure \
42 --with-qt-libraries=%{_libdir}
43%{__make}
44
45%install
46rm -rf $RPM_BUILD_ROOT
47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
49
50install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
51ln -sf %{_docdir}/%{name}-%{version} $RPM_BUILD_ROOT%{_datadir}/%{name}/doc
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files
57%defattr(644,root,root,755)
58%doc README.txt doc/*
59%attr(755,root,root) %{_bindir}/%{name}
60%{_desktopdir}/%{name}.desktop
61%{_pixmapsdir}/%{name}.png
62%dir %{_datadir}/%{name}
63%{_datadir}/%{name}/doc
This page took 0.066881 seconds and 4 git commands to generate.