[psfex] Importing psfex

Sergio Pascual sergiopr at fedoraproject.org
Tue Jan 18 14:49:14 UTC 2011


commit 3ee79043da22fb97824dd3995d1f8d87b92d82c7
Author: Sergio Pascual <sergiopr at fis.ucm.es>
Date:   Tue Jan 18 15:48:37 2011 +0100

    Importing psfex

 .gitignore |    1 +
 psfex.spec |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 sources    |    1 +
 3 files changed, 51 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..8c22bf3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/psfex-3.9.1.tar.gz
diff --git a/psfex.spec b/psfex.spec
new file mode 100644
index 0000000..7335ffd
--- /dev/null
+++ b/psfex.spec
@@ -0,0 +1,49 @@
+Name: psfex
+Version: 3.9.1
+Release: 2%{?dist}
+Summary: Model the Point Spread Function from FITS images
+
+Group: Applications/Engineering
+License: GPLv3+
+URL: http://astromatic.iap.fr/software/%{name}
+Source0: http://www.astromatic.net/download/%{name}/%{name}-%{version}.tar.gz
+BuildRequires: fftw-devel >= 3.1
+BuildRequires: atlas-devel >= 3.6.0
+BuildRequires: plplot-devel >= 5.3.1
+
+%description
+PSFEx (“PSF Extractor”) extracts models of the Point Spread Function (PSF) 
+from FITS images processed with SExtractor and measures the quality of images. 
+The generated PSF models can be used for model-fitting photometry or 
+morphological analyses.
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+rm -rf %{buildroot}
+make DESTDIR=%{buildroot} install
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS COPYRIGHT HISTORY LICENSE README THANKS doc/psfex.pdf
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1*
+%exclude %{_mandir}/manx/*
+%{_datadir}/%{name}/
+
+%changelog
+* Sun Jan 16 2011 Sergio Pascual <sergiopr at fedoraproject.org> - 3.9.1-2
+- Dropped psfex.x and BUGS
+- files section more explicit
+
+* Mon Nov 08 2010 Sergio Pascual <sergiopr at fedoraproject.org> - 3.9.1-1
+- New upstream source
+
diff --git a/sources b/sources
index e69de29..2040e9c 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+6198a18258c9331ac91a88c4506c5f5d  psfex-3.9.1.tar.gz


More information about the scm-commits mailing list