Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8b0a301ba4 | ||
|
|
aae799c5eb | ||
| 423d98983f | |||
| 8b54356b7a |
3 changed files with 10 additions and 22 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue