]> git.pld-linux.org Git - packages/gcx.git/blob - gcx.spec
- pl
[packages/gcx.git] / gcx.spec
1 Summary:        Camera control and data reduction program
2 Summary(pl):    Program do sterowania aparatem i redukcji danych
3 Name:           gcx
4 Version:        0.7.6
5 Release:        0.1
6 License:        GPL
7 Group:          X11/Applications/Science
8 Source0:        http://astro.corlan.net/gcx/%{name}-%{version}.tar.gz
9 # Source0-md5:  bee64597bfbb0c011a7d164b21c9f81f
10 URL:            http://astro.corlan.net/gcx/index.html
11 BuildRequires:  gtk+-devel >= 1.2.0
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 GCX provides a complete set of data-reduction functions for CCD
16 photometry, with frame WCS fitting, automatic target identification,
17 aperture photometry of target and standard stars, single-frame
18 ensemble photometry data reduction, multi-frame color coefficient
19 fitting, extinction coefficient fitting, and all-sky photometry. It
20 also controls CCD cameras and telescopes.
21
22 %description -l pl
23 GCX dostarcza pe³ny zestaw funkcji do redunkcji danych dla fotometrii
24 CCD wraz z dopasowywaniem klatek WCD, automatyczn± identyfikacj± celu,
25 fotometri± apertury celu i standardowych gwiazd, redukcj± danych
26 fotometrii ca³o¶ciowej pojedynczej klatki, dopasowywaniem
27 wspó³czynników kolorów dla wielu klatek, dopasowywaniem wspó³czynników
28 ekstynkcji oraz fotometri± ca³ego nieba. Steruje tak¿e aparatami i
29 teleskopami CCD.
30
31 %prep
32 %setup -q
33
34 %build
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc AUTHORS ChangeLog docs/gcx.pdf
51 %attr(755,root,root) %{_bindir}/*
This page took 0.074064 seconds and 3 git commands to generate.