From 1d0e1aa096e9e8ec0774158517765195edf0be7b Mon Sep 17 00:00:00 2001 From: Sergio Pascual Date: Nov 05 2009 11:41:00 +0000 Subject: - Rebuilt for new cpl 5.0 --- diff --git a/esorex.spec b/esorex.spec index ad72c6a..a4ccb27 100644 --- a/esorex.spec +++ b/esorex.spec @@ -1,6 +1,6 @@ Name: esorex -Version: 3.6.12 -Release: 4%{?dist} +Version: 3.7.2 +Release: 1%{?dist} Summary: Recipe Execution Tool of the European Southern Observatory Group: Applications/Engineering @@ -11,6 +11,8 @@ Patch0: esorex-configure.patch Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: cpl-devel +BuildRequires: cfitsio-devel + %description EsoRex is the ESO Recipe Execution Tool. It can list, configure and @@ -26,22 +28,25 @@ CPL data-reduction development environment. %build %configure --with-cpl-libs=%{_libdir} -%{__make} %{?_smp_mflags} +make %{?_smp_mflags} %install -%{__rm} -fr %{buildroot} -%{__make} DESTDIR=%{buildroot} install +rm -rf %{buildroot} +make DESTDIR=%{buildroot} install %clean -%{__rm} -fr %{buildroot} +rm -rf %{buildroot} %files -%defattr(-,root,root) +%defattr(-,root,root,-) %doc AUTHORS COPYING README BUGS ChangeLog %{_bindir}/* %{_datadir}/* %changelog +* Thu Nov 05 2009 Sergio Pascual 3.7.2-1 +- Rebuilt for new cpl 5.0 + * Fri Jul 24 2009 Fedora Release Engineering - 3.6.12-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index f2cf281..9a7f358 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a33a62d5ea4fc53ce115d8c89a2da490 esorex-3.6.12.tar.gz +75706ba4956e3b7c37537f714e040ef1 esorex-3.7.2.tar.gz