]> git.pld-linux.org Git - packages/gcx.git/blame - gcx.spec
- tabs in preamble
[packages/gcx.git] / gcx.spec
CommitLineData
e6242d13 1Summary: Camera control and data reduction program
089365f3 2Summary(pl.UTF-8): Program do sterowania aparatem i redukcji danych
e6242d13 3Name: gcx
4f5c0689 4Version: 0.8.8
a1e635a5 5Release: 1
a53c79d9 6License: GPL v2
e6242d13 7Group: X11/Applications/Science
d64cf262 8Source0: http://gcx.sourceforge.net/%{name}-%{version}.tar.gz
4f5c0689 9# Source0-md5: 61e30144404e6a6ede9b92b4d2ec09c7
d64cf262 10URL: http://gcx.sourceforge.net/
e6242d13 11BuildRequires: gtk+-devel >= 1.2.0
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15GCX provides a complete set of data-reduction functions for CCD
16photometry, with frame WCS fitting, automatic target identification,
17aperture photometry of target and standard stars, single-frame
18ensemble photometry data reduction, multi-frame color coefficient
19fitting, extinction coefficient fitting, and all-sky photometry. It
20also controls CCD cameras and telescopes.
21
797a9b2c
JR
22%description -l pl.UTF-8
23GCX dostarcza pełny zestaw funkcji do redukcji danych dla fotometrii
24CCD wraz z dopasowywaniem klatek WCD, automatyczną identyfikacją celu,
25fotometrią apertury celu i standardowych gwiazd, redukcją danych
26fotometrii całościowej pojedynczej klatki, dopasowywaniem
27współczynników kolorów dla wielu klatek, dopasowywaniem współczynników
28ekstynkcji oraz fotometrią całego nieba. Steruje także aparatami i
baf54e22
JB
29teleskopami CCD.
30
e6242d13 31%prep
32%setup -q
33
34%build
e6242d13 35%configure
36%{__make}
37
38%install
39rm -rf $RPM_BUILD_ROOT
40
41%{__make} install \
42 DESTDIR=$RPM_BUILD_ROOT
43
e6242d13 44%clean
45rm -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.068565 seconds and 4 git commands to generate.