]> git.pld-linux.org Git - packages/gcx.git/commitdiff
- new
authorbszx <bszx@pld-linux.org>
Sun, 12 Dec 2004 20:41:03 +0000 (20:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcx.spec -> 1.1

gcx.spec [new file with mode: 0644]

diff --git a/gcx.spec b/gcx.spec
new file mode 100644 (file)
index 0000000..698dac7
--- /dev/null
+++ b/gcx.spec
@@ -0,0 +1,42 @@
+Summary:       Camera control and data reduction program
+Name:          gcx
+Version:       0.7.6
+Release:       0.1
+License:       GPL
+Group:         X11/Applications/Science
+Source0:       http://astro.corlan.net/gcx/%{name}-%{version}.tar.gz
+# Source0-md5: bee64597bfbb0c011a7d164b21c9f81f
+URL:           http://astro.corlan.net/gcx/index.html
+BuildRequires: gtk+-devel >= 1.2.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GCX provides a complete set of data-reduction functions for CCD
+photometry, with frame WCS fitting, automatic target identification,
+aperture photometry of target and standard stars, single-frame
+ensemble photometry data reduction, multi-frame color coefficient
+fitting, extinction coefficient fitting, and all-sky photometry. It
+also controls CCD cameras and telescopes.
+
+%prep
+%setup -q
+
+%build
+
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog docs/gcx.pdf
+%attr(755,root,root) %{_bindir}/*
This page took 0.09661 seconds and 4 git commands to generate.