rpms/sextractor/devel sextractor.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sergio Pascual (sergiopr) fedora-extras-commits at redhat.com
Wed Jun 21 07:54:37 UTC 2006


Author: sergiopr

Update of /cvs/extras/rpms/sextractor/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25393/devel

Modified Files:
	.cvsignore sources 
Added Files:
	sextractor.spec 
Log Message:
auto-import sextractor-2.4.4-2.fc5 on branch devel from sextractor-2.4.4-2.fc5.src.rpm


--- NEW FILE sextractor.spec ---
Name: sextractor
Version: 2.4.4
Release: 2%{?dist}
Summary: Extract catalogs of sources from astronomical images

Group: Applications/Engineering
License: GPL
URL: http://terapix.iap.fr/soft/%{name}
Source0: ftp://ftp.iap.fr/pub/from_users/bertin/sextractor/%{name}-%{version}.tar.gz
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
SExtractor is a program that builds a catalogue of objects from an 
astronomical image. Although it is particularly oriented towards 
reduction of large scale galaxy-survey data, it performs rather 
well on moderately crowded star fields.

%prep
%setup -q
%{__chmod} -x src/fits/fitsconv.c

%build
%configure
%{__make} %{?_smp_mflags}

%install
%{__make} DESTDIR=%{buildroot} install
%{__mkdir_p} %{buildroot}%{_datadir}/%{name}
%{__install} -m 644 -p config/*.conv %{buildroot}%{_datadir}/%{name}
%{__install} -m 644 -p config/default.nnw %{buildroot}%{_datadir}/%{name}


%clean
%{__rm} -fr %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS BUGS COPYING HISTORY README THANKS doc/README.DOC doc/sextractor.pdf config/default.sex config/default.param
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/manx/*
%{_datadir}/%{name}/*

%changelog
* Tue Jun 20 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 2.4.4-2
- Fixed executable permission in src/fits/fitsconv.c
- default.sex and default.param moved to docs
* Mon Jun 19 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 2.4.4-1
- Initial spec file.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sextractor/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Jun 2006 07:53:56 -0000	1.1
+++ .cvsignore	21 Jun 2006 07:54:37 -0000	1.2
@@ -0,0 +1 @@
+sextractor-2.4.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sextractor/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Jun 2006 07:53:56 -0000	1.1
+++ sources	21 Jun 2006 07:54:37 -0000	1.2
@@ -0,0 +1 @@
+9f1389ae9229c65f0a6a0b264deb314f  sextractor-2.4.4.tar.gz




More information about the fedora-extras-commits mailing list