Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
8b0a301ba4 dist-git conversion 2010-07-29 12:40:32 +00:00
Bill Nottingham
aae799c5eb Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:39:02 +00:00
423d98983f - Rebuilt for EL-5 2008-07-17 06:13:05 +00:00
8b54356b7a Initialize branch EL-5 for sextractor 2008-07-17 00:15:54 +00:00
3 changed files with 10 additions and 22 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: sextractor
# $Id$
NAME := sextractor
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -1,6 +1,6 @@
Name: sextractor
Version: 2.5.0
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Extract catalogs of sources from astronomical images
Group: Applications/Engineering
@ -44,21 +44,30 @@ well on moderately crowded star fields.
%{_datadir}/%{name}/*
%changelog
* Thu Jul 17 2008 Sergio Pascual <sergiopr at fedoraproject.org> 2.5.0-6
- Rebuilt for EL-5
* Tue Sep 12 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 2.5.0-5
- Rebuilt for FC6.
* Wed Jul 26 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 2.5.0-4
- Patch to resolve pointer aliasing problems (bug #199700)
- Removed -DXSL_URL flag, as the file sextractor.xsl does not exist yet
* Mon Jul 24 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 2.5.0-3
- Reverting optimization to -O2, it breaks debug infos
* Fri Jul 21 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 2.5.0-2
- fitsconv.c has correct permissions
- changed optimization from -O2 to -O1 (bug #199700)
- additional define allows VOTable output
* Wed Jul 19 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 2.5.0-1
- New upstream version 2.5.0
* 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.