Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > e79a1759ac31fc7b8ad3b9d87164bb46 > files > 2

swarp-2.10-2mdk.src.rpm

%define name   swarp 
%define version 2.10
%define release 2mdk

Name:           %{name}
Summary: 	Program that resamples and co-adds together FITS images
Group:		Graphics		
Version:        %{version}
Release:        %{release}
License: 	GPL
URL:		http://terapix.iap.fr/soft/swarp/
#Requires:	
BuildRoot:      %{_tmppath}/%{name}-%{version}
Packager:	Antoine Ginies <aginies@mandrakesoft.com>
Source:         ftp://ftp.iap.fr/pub/from_users/bertin/swarp/%{name}-%{version}.tar.bz2
#Source1:
#Patch0:

%description
SWarp is a program that resamples and co-adds together FITS images using
any arbitrary astrometric projection defined in the WCS standard. 

%prep
rm -rf %{RPM_BUILD_ROOT}
%setup -q -n %{name}-%{version}
#%patch0 -p0
#cp %{SOURCE3} $RPM_BUILD_DIR/%{name}-%{version}/

%build
%configure 
%make

%install
%makeinstall
rm -rf %{buildroot}/%{_mandir}/manx*

%clean
rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(-,root,root)
%doc AUTHORS BUGS ChangeLog COPYING HISTORY INSTALL README THANKS doc/*
%attr(644,root,root) %{_mandir}/man1/*
%attr(755,root,root) %{_bindir}/swarp

%changelog
* Tue Jul 13 2004 Michael Scherer <misc@mandrake.org> 2.10-2mdk 
- rpmbuildupdate aware
- remove redondant requires
- remove useless Prefix

* Mon May 17 2004 Antoine Ginies <aginies@n2.mandrakesoft.com> 2.10-1mdk
- release 2.1

* Wed Jan 08 2003 Clic-dev <clic-dev-public@mandrakesoft.com> 1.38-1mdk
- first release for Mandrakesoft