4ca18a7
Name: esorex
1d0e1aa
Version: 3.7.2
f2ba202
Release: 5%{?dist}
31ac262
Summary: Recipe Execution Tool of the European Southern Observatory 
4ca18a7
4ca18a7
Group: Applications/Engineering
4ca18a7
License: GPLv2+
4ca18a7
URL: http://www.eso.org/observing/cpl/esorex.html
4ca18a7
Source0: ftp://ftp.hq.eso.org/pub/cpl/%{name}-%{version}.tar.gz
4ca18a7
Patch0: esorex-configure.patch
f2ba202
Patch1: esorex-ltdl.patch
af19342
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
4ca18a7
f430902
BuildRequires: cpl-devel
1d0e1aa
BuildRequires: cfitsio-devel
1d0e1aa
4ca18a7
%description
4ca18a7
EsoRex is the ESO Recipe Execution Tool. It can list, configure and 
4ca18a7
execute CPL-based recipes from the command line.
4ca18a7
One of the features provided by the CPL is the ability to create 
4ca18a7
data-reduction algorithms that run as plugins (dynamic libraries). These 
4ca18a7
are called recipes and are one of the main aspects of the 
4ca18a7
CPL data-reduction development environment.
4ca18a7
4ca18a7
%prep
4ca18a7
%setup -q
4ca18a7
%patch0 -p1
f2ba202
%patch1 -p1
4ca18a7
4ca18a7
%build
c8cd684
%configure  --with-cpl-libs=%{_libdir}
1d0e1aa
make %{?_smp_mflags}
4ca18a7
4ca18a7
%install
1d0e1aa
rm -rf %{buildroot}
1d0e1aa
make DESTDIR=%{buildroot} install
4ca18a7
4ca18a7
%clean
1d0e1aa
rm -rf %{buildroot}
4ca18a7
4ca18a7
%files
1d0e1aa
%defattr(-,root,root,-)
4ca18a7
%doc AUTHORS COPYING README BUGS ChangeLog
4ca18a7
%{_bindir}/*
4ca18a7
%{_datadir}/*
4ca18a7
4ca18a7
%changelog
f2ba202
* Wed Feb 17 2010 Sergio Pascual <sergiopr at fedoraproject.org> 3.7.2-5
f2ba202
- Patch to ltdl, fixes security problem CVE-2009-3736, bz #563969
f2ba202
f2ba202
* Wed Nov 04 2009 Sergio Pascual <sergiopr at fedoraproject.org> 3.7.2-4
f2ba202
- Updated build requires
f2ba202
f2ba202
* Tue Nov 03 2009 Sergio Pascual <sergiopr at fedoraproject.org> 3.7.2-3
f2ba202
- Rebuilt for new cpl
90e86ce
f2ba202
* Wed Oct 28 2009 Sergio Pascual <sergiopr at fedoraproject.org> 3.7.2-2
f2ba202
- Fixed configure patch
e9e6f83
f2ba202
* Wed Oct 28 2009 Sergio Pascual <sergiopr at fedoraproject.org> 3.7.2-1
f2ba202
- New upstream source
1d0e1aa
cbb81dc
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6.12-4
cbb81dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
cbb81dc
686ad2d
* Fri May 08 2009 Sergio Pascual <sergiopr at fedoraproject.org> 3.6.12-3
686ad2d
- Reverting plugin directory patch. Not working in x86_64
686ad2d
c4cc2df
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6.12-2
c4cc2df
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c4cc2df
1830e15
* Mon Dec 22 2008 Sergio Pascual <sergiopr at fedoraproject.org> 3.6.12-1
1830e15
- New upstream source
1830e15
31ac262
* Sat Nov 22 2008 Sergio Pascual <sergiopr at fedoraproject.org> 3.6.8-2
31ac262
- Summary rewritten
31ac262
bcdc013
* Sun Apr 06 2008 Sergio Pascual <sergiopr at fedoraproject.org> 3.6.8-1
bcdc013
- New upstream source
bcdc013
cde2647
* Sat Feb 09 2008 Sergio Pascual <sergiopr at fedoraproject.org> 3.6.6-3
b4137b7
- New upstream source, uses cpl > 4.0
af19342
4ca18a7
* Thu Sep 13 2007 Sergio Pascual <spr@astrax.fis.ucm.es> 3.6.1-0.3
4ca18a7
- Updated license tag to follow Fedora guidelines
af19342
4ca18a7
* Fri Apr 27 2007 Sergio Pascual <spr@astrax.fis.ucm.es> 3.6.1-0.2
4ca18a7
- The recipe dir is predefined in the patch (esorex-pluginpath.patch)
af19342
4ca18a7
* Thu Apr 26 2007 Sergio Pascual <spr@astrax.fis.ucm.es> 3.6.1-0.1
4ca18a7
- Initial spec file.