]> git.pld-linux.org Git - packages/gcx.git/blob - gcx.spec
- tabs in preamble
[packages/gcx.git] / gcx.spec
1 Summary:        Camera control and data reduction program
2 Summary(pl.UTF-8):      Program do sterowania aparatem i redukcji danych
3 Name:           gcx
4 Version:        0.8.8
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications/Science
8 Source0:        http://gcx.sourceforge.net/%{name}-%{version}.tar.gz
9 # Source0-md5:  61e30144404e6a6ede9b92b4d2ec09c7
10 URL:            http://gcx.sourceforge.net/
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.UTF-8
23 GCX dostarcza pełny zestaw funkcji do redukcji 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 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS ChangeLog docs/gcx.pdf
50 %attr(755,root,root) %{_bindir}/*
This page took 0.080187 seconds and 3 git commands to generate.