]> git.pld-linux.org Git - packages/genchemlab.git/commitdiff
- initital pld version
authorundefine <undefine@pld-linux.org>
Sun, 3 Oct 2004 00:41:13 +0000 (00:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    genchemlab.spec -> 1.1

genchemlab.spec [new file with mode: 0644]

diff --git a/genchemlab.spec b/genchemlab.spec
new file mode 100644 (file)
index 0000000..7e0ebed
--- /dev/null
@@ -0,0 +1,60 @@
+Summary:       General Chemistry Lab Simulator - "GenChemLab"
+Summary(pl):   Ogólny symulator labolatorium chemicznego
+Name:          genchemlab
+Version:       1.0
+Release:       1
+Source0:       http://dl.sourceforge.net/genchemlab/%{name}-%{version}.tgz
+URL:           http://genchemlab.sourceforge.net/
+License:       GPL
+Group:         X11/Applications/Science
+BuildRequires: automake
+BuildRequires: qt-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GenChemLab is an OpenGL-based application intended to simulate several
+common general chemistry exercises. It is meant to be used to help
+students prepare for actual lab experience. It could also be used in
+cases where laboratory facilites are not accessible, for instance in
+K-12 schools or home schooling.
+
+At present, supported experiments include titration, calorimetry,
+freezing point depression, vapor pressure, and spectrophotometry.
+
+%description -l pl
+GenChemLab jest bazuj±c± na OpenGL aplikacj± przeznaczon± do symulacji
+najpopularniejszych æwiczeñ chemicznych. Mo¿e byæ u¿ywana do
+przygotowania przez studentów do¶wiadczeñ w labolatorium, lub w
+miejscach gdzie labolatoria nie s± publicznie dostêpne jak nauka w
+szko³ach lub domu. Aktualnie s± obs³ugiwane eksperymenty takie jak
+miareczkowanie, kalorymetria, zmiana punktu zamra¿ania, ci¶nienie pary
+wodnej i spektrometria.
+
+%prep
+%setup -q
+
+%build
+cp -f /usr/share/automake/config.sub .
+%configure \
+       --with-qt-libraries=%{_libdir}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
+ln -sf %{_docdir}/%{name}-%{version} $RPM_BUILD_ROOT%{_datadir}/%{name}/doc
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.txt doc/*
+%attr(755,root,root) %{_bindir}/%{name}
+%{_desktopdir}/%{name}.desktop
+%{_pixmapsdir}/%{name}.png
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/doc
This page took 0.130503 seconds and 4 git commands to generate.