a93b0a
Name:           fftw
a93b0a
Version:        3.3.3
9b2aa0
Release:        8%{?dist}
a93b0a
Summary:        A Fast Fourier Transform library
a93b0a
Group:          System Environment/Libraries
a93b0a
License:        GPLv2+
a93b0a
URL:            http://www.fftw.org
a93b0a
Source0:        http://www.fftw.org/fftw-%{version}.tar.gz
a93b0a
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
a93b0a
a93b0a
# OpenMP support not available on RHEL 4
a93b0a
%if 0%{?rhel} == 4
a93b0a
BuildRequires:  gcc-g77
a93b0a
%global openmp 0
a93b0a
%else
a93b0a
BuildRequires:  gcc-gfortran
a93b0a
%global openmp 1
a93b0a
%endif
a93b0a
a93b0a
%global quad 0
a93b0a
# Quad precision support only available with gcc >= 4.6
a93b0a
%if 0%{?fedora} >= 15
a93b0a
# and only on these arches
a93b0a
%ifarch %{ix86} x86_64 ia64
a93b0a
%global quad 1
a93b0a
%endif
a93b0a
%endif
a93b0a
a93b0a
# For check phase
a93b0a
BuildRequires:  time
a93b0a
BuildRequires:  perl
a93b0a
a93b0a
Requires(post): info 
a93b0a
Requires(preun): info
a93b0a
a93b0a
a93b0a
%description
a93b0a
FFTW is a C subroutine library for computing the Discrete Fourier
a93b0a
Transform (DFT) in one or more dimensions, of both real and complex
a93b0a
data, and of arbitrary input size.
a93b0a
a93b0a
%package libs
a93b0a
Summary:        FFTW run-time library
a93b0a
Group:          System Environment/Libraries
a93b0a
Provides:       fftw3 = %{version}-%{release}
a93b0a
Obsoletes:      fftw3 < 3.3
a93b0a
# Libs branched from rpm containing binaries in version 3.3
a93b0a
Obsoletes:      fftw < 3.3
a93b0a
# Libs rearranged in 3.3.1-2
a93b0a
Obsoletes:	fftw-libs-threads < %{version}-%{release}
a93b0a
Obsoletes:	fftw-libs-openmp < %{version}-%{release}
a93b0a
a93b0a
# Pull in the actual libraries
a93b0a
Requires:	 %{name}-libs-single%{?_isa} = %{version}-%{release}
a93b0a
Requires:	 %{name}-libs-double%{?_isa} = %{version}-%{release}
a93b0a
Requires:	 %{name}-libs-long%{?_isa} = %{version}-%{release}
a93b0a
%if %{quad}
a93b0a
Requires:	 %{name}-libs-quad%{?_isa} = %{version}-%{release}
a93b0a
%endif
a93b0a
a93b0a
%description libs
a93b0a
This is a dummy package package, pulling in the individual FFTW
a93b0a
run-time libraries.
a93b0a
a93b0a
a93b0a
%package devel
a93b0a
Summary:        Headers, libraries and docs for the FFTW library
a93b0a
Group:          Development/Libraries
a93b0a
Requires:       pkgconfig
a93b0a
Requires:       %{name}%{?_isa} = %{version}-%{release}
a93b0a
Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
a93b0a
Provides:       fftw3-devel%{?_isa} = %{version}-%{release}
a93b0a
Provides:       fftw3-devel = %{version}-%{release}
a93b0a
Obsoletes:      fftw3-devel < 3.3
a93b0a
a93b0a
%description devel
a93b0a
FFTW is a C subroutine library for computing the Discrete Fourier
a93b0a
Transform (DFT) in one or more dimensions, of both real and complex
a93b0a
data, and of arbitrary input size.
a93b0a
a93b0a
This package contains header files and development libraries needed to
a93b0a
develop programs using the FFTW fast Fourier transform library.
a93b0a
a93b0a
%package libs-double
a93b0a
Summary:        FFTW library, double precision
a93b0a
Group:          Development/Libraries
a93b0a
a93b0a
%description libs-double
a93b0a
This package contains the FFTW library compiled in double precision.
a93b0a
a93b0a
%package libs-single
a93b0a
Summary:        FFTW library, single precision
a93b0a
Group:          Development/Libraries
a93b0a
a93b0a
%description libs-single
a93b0a
This package contains the FFTW library compiled in single precision.
a93b0a
a93b0a
%package libs-long
a93b0a
Summary:        FFTW library, long double precision 
a93b0a
Group:          Development/Libraries
a93b0a
a93b0a
%description libs-long
a93b0a
This package contains the FFTW library compiled in long double
a93b0a
precision.
a93b0a
a93b0a
%if %{quad}
a93b0a
%package libs-quad
a93b0a
Summary:        FFTW library, quadruple
a93b0a
Group:          Development/Libraries
a93b0a
a93b0a
%description libs-quad
a93b0a
This package contains the FFTW library compiled in quadruple
a93b0a
precision.
a93b0a
%endif
a93b0a
a93b0a
%package        static
a93b0a
Summary:        Static versions of the FFTW libraries
a93b0a
Group:          Development/Libraries
a93b0a
Requires:       %{name}-devel%{?_isa} = %{version}-%{release}
a93b0a
Provides:       fftw3-static%{?_isa} = %{version}-%{release}
a93b0a
Provides:       fftw3-static = %{version}-%{release}
a93b0a
Obsoletes:      fftw3-static < 3.3
a93b0a
a93b0a
%description static
a93b0a
The fftw-static package contains the statically linkable version of
a93b0a
the FFTW fast Fourier transform library.
a93b0a
a93b0a
%package doc
a93b0a
Summary:        FFTW library manual
a93b0a
Group:          Documentation
a93b0a
%if 0%{?rhel} > 5 || 0%{?fedora} > 12
a93b0a
BuildArch:      noarch
a93b0a
%endif
a93b0a
a93b0a
%description doc
a93b0a
This package contains the manual for the FFTW fast Fourier transform
a93b0a
library.
a93b0a
a93b0a
%prep
a93b0a
%setup -q
a93b0a
a93b0a
%build
a93b0a
%if 0%{?rhel} == 4
a93b0a
# System fortran compiler is g77
a93b0a
export F77=g77
a93b0a
%else
a93b0a
# Configure uses g77 by default, if present on system
a93b0a
export F77=gfortran
a93b0a
%endif
a93b0a
a93b0a
BASEFLAGS="--enable-shared --disable-dependency-tracking --enable-threads"
a93b0a
a93b0a
%if %{openmp}
a93b0a
BASEFLAGS+=" --enable-openmp"
a93b0a
%endif
a93b0a
a93b0a
# Precisions to build
a93b0a
prec_name[0]=single
a93b0a
prec_name[1]=double
a93b0a
prec_name[2]=long
a93b0a
prec_name[3]=quad
a93b0a
a93b0a
# Corresponding flags
a93b0a
prec_flags[0]=--enable-single
a93b0a
prec_flags[1]=--enable-double
a93b0a
prec_flags[2]=--enable-long-double
a93b0a
prec_flags[3]=--enable-quad-precision
a93b0a
a93b0a
%ifarch %{ix86} x86_64
a93b0a
# Enable SSE2 support for x86 and x86_64
a93b0a
# (no avx as it is claimed to drastically slower)
a93b0a
for((i=0;i<2;i++)); do
a93b0a
 prec_flags[i]+=" --enable-sse2"
a93b0a
done
a93b0a
%endif
a93b0a
a93b0a
%ifarch arm
a93b0a
# Compile support for NEON instructions
a93b0a
for((i=0;i<2;i++)); do
a93b0a
 prec_flags[i]+=" --enable-neon"
a93b0a
done
a93b0a
%endif
a93b0a
a93b0a
#%ifarch ppc ppc64
a93b0a
## Compile support for Altivec instructions
a93b0a
#for((i=0;i<2;i++)); do
a93b0a
 #prec_flags[i]+=" --enable-altivec"
a93b0a
#done
a93b0a
#%endif
a93b0a
a93b0a
# Loop over precisions
a93b0a
%if %{quad}
a93b0a
for((iprec=0;iprec<4;iprec++))
a93b0a
%else
a93b0a
for((iprec=0;iprec<3;iprec++))
a93b0a
%endif
a93b0a
do
a93b0a
 mkdir ${prec_name[iprec]}${ver_name[iver]}
a93b0a
 cd ${prec_name[iprec]}${ver_name[iver]}
a93b0a
 ln -s ../configure .
a93b0a
 %{configure} ${BASEFLAGS} ${prec_flags[iprec]}
a93b0a
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
a93b0a
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
a93b0a
 make %{?_smp_mflags}
a93b0a
 cd ..
a93b0a
done
a93b0a
a93b0a
%install
a93b0a
rm -rf %{buildroot}
a93b0a
%if %{quad}
a93b0a
for ver in single double long quad
a93b0a
%else
a93b0a
for ver in single double long
a93b0a
%endif
a93b0a
do
a93b0a
 make -C $ver install DESTDIR=%{buildroot}
a93b0a
done
a93b0a
rm -f %{buildroot}%{_infodir}/dir
a93b0a
rm -f %{buildroot}%{_libdir}/*.la
a93b0a
a93b0a
%check
a93b0a
bdir=`pwd`
a93b0a
%if %{quad}
a93b0a
for ver in single double long quad
a93b0a
%else
a93b0a
for ver in single double long
a93b0a
%endif
a93b0a
do 
a93b0a
 export LD_LIBRARY_PATH=$bdir/$ver/.libs:$bdir/$ver/threads/.libs
a93b0a
 make -C $ver check
a93b0a
done
a93b0a
a93b0a
%clean
a93b0a
rm -rf %{buildroot}
a93b0a
a93b0a
%post libs-single -p /sbin/ldconfig
a93b0a
%postun libs-single -p /sbin/ldconfig
a93b0a
%post libs-double -p /sbin/ldconfig
a93b0a
%postun libs-double -p /sbin/ldconfig
a93b0a
%post libs-long -p /sbin/ldconfig
a93b0a
%postun libs-long -p /sbin/ldconfig
a93b0a
%if %{quad}
a93b0a
%post libs-quad -p /sbin/ldconfig
a93b0a
%postun libs-quad -p /sbin/ldconfig
a93b0a
%endif
a93b0a
a93b0a
%post devel
a93b0a
/sbin/install-info --section="Math" %{_infodir}/%{name}.info.gz %{_infodir}/dir  2>/dev/null || :
a93b0a
a93b0a
%preun devel
a93b0a
if [ "$1" = 0 ]; then
a93b0a
  /sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir 2>/dev/null || :
a93b0a
fi
a93b0a
a93b0a
%files
a93b0a
%defattr(-,root,root,-)
a93b0a
%doc %{_mandir}/man1/fftw*.1.*
a93b0a
%{_bindir}/fftw*-wisdom*
a93b0a
a93b0a
%files libs
a93b0a
%defattr(-,root,root,-)
a93b0a
a93b0a
%files libs-single
a93b0a
%defattr(-,root,root,-)
a93b0a
%doc AUTHORS COPYING COPYRIGHT ChangeLog NEWS README* TODO
a93b0a
%{_libdir}/libfftw3f.so.*
a93b0a
%{_libdir}/libfftw3f_threads.so.*
a93b0a
%if %{openmp}
a93b0a
%{_libdir}/libfftw3f_omp.so.*
a93b0a
%endif
a93b0a
a93b0a
%files libs-double
a93b0a
%defattr(-,root,root,-)
a93b0a
%doc AUTHORS COPYING COPYRIGHT ChangeLog NEWS README* TODO
a93b0a
%{_libdir}/libfftw3.so.*
a93b0a
%{_libdir}/libfftw3_threads.so.*
a93b0a
%if %{openmp}
a93b0a
%{_libdir}/libfftw3_omp.so.*
a93b0a
%endif
a93b0a
a93b0a
%files libs-long
a93b0a
%defattr(-,root,root,-)
a93b0a
%doc AUTHORS COPYING COPYRIGHT ChangeLog NEWS README* TODO
a93b0a
%{_libdir}/libfftw3l.so.*
a93b0a
%{_libdir}/libfftw3l_threads.so.*
a93b0a
%if %{openmp}
a93b0a
%{_libdir}/libfftw3l_omp.so.*
a93b0a
%endif
a93b0a
a93b0a
%if %{quad}
a93b0a
%files libs-quad
a93b0a
%defattr(-,root,root,-)
a93b0a
%doc AUTHORS COPYING COPYRIGHT ChangeLog NEWS README* TODO
a93b0a
%{_libdir}/libfftw3q.so.*
a93b0a
%{_libdir}/libfftw3q_threads.so.*
a93b0a
%if %{openmp}
a93b0a
%{_libdir}/libfftw3q_omp.so.*
a93b0a
%endif
a93b0a
%endif
a93b0a
a93b0a
%files devel
a93b0a
%defattr(-,root,root,-)
a93b0a
%doc doc/FAQ/fftw-faq.html/
a93b0a
%doc %{_infodir}/fftw3.info*
a93b0a
%{_includedir}/fftw3*
a93b0a
%{_libdir}/pkgconfig/fftw3*.pc
a93b0a
%{_libdir}/libfftw3*.so
a93b0a
a93b0a
%files doc
a93b0a
%defattr(-,root,root,-)
a93b0a
%doc doc/*.pdf doc/html/
a93b0a
a93b0a
%files static
a93b0a
%defattr(-,root,root,-)
a93b0a
%{_libdir}/libfftw3*.a
a93b0a
a93b0a
%changelog
9b2aa0
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.3.3-8
9b2aa0
- Mass rebuild 2014-01-24
9b2aa0
9b2aa0
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.3.3-7
9b2aa0
- Mass rebuild 2013-12-27
9b2aa0
a93b0a
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-6
a93b0a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
a93b0a
a93b0a
* Sat Jan 19 2013 PPC Secondary Arch Admin <karsten@redhat.com> 3.3.3-5
a93b0a
- disable altivec flag again, that works with single precision only
a93b0a
a93b0a
* Mon Dec 24 2012 Susi Lehtola <jussilehtola@fedoraproject.org> - 3.3.3-4
a93b0a
- Fix typo: should be %%ix86 instead of %%x86. Now should have SSE2 support
a93b0a
  on x86 as well.
a93b0a
a93b0a
* Tue Dec 18 2012 Susi Lehtola <jussilehtola@fedoraproject.org> - 3.3.3-3
a93b0a
- After consultation with upstream, enable SSE2 also on x86, altivec on ppc
a93b0a
  and ppc64 and NEON on arm.
a93b0a
a93b0a
* Tue Dec 18 2012 Susi Lehtola <jussilehtola@fedoraproject.org> - 3.3.3-2
a93b0a
- Enable SSE2 on x86_64.
a93b0a
a93b0a
* Mon Nov 26 2012 Jussi Lehtola <jussilehtola@fedoraproject.org> - 3.3.3-1
a93b0a
- Update to 3.3.3.
a93b0a
a93b0a
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.2-2
a93b0a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a93b0a
a93b0a
* Fri Jun 15 2012 Orion Poplawski <orion@cora.nwra.com> - 3.3.2-1
a93b0a
- Update to 3.3.2
a93b0a
- Drop alignment patch
a93b0a
a93b0a
* Fri Apr 27 2012 Jussi Lehtola <jussilehtola@fedoraproject.org> - 3.3.1-3
a93b0a
- Fix FTBFS with gcc 4.7.
a93b0a
a93b0a
* Thu Apr 26 2012 Jussi Lehtola <jussilehtola@fedoraproject.org> - 3.3.1-2
a93b0a
- Reorganized libraries (BZ #812981).
a93b0a
a93b0a
* Mon Feb 27 2012 Jussi Lehtola <jussilehtola@fedoraproject.org> - 3.3.1-1
a93b0a
- Update to 3.3.1.
a93b0a
a93b0a
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3-5
a93b0a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a93b0a
a93b0a
* Tue Oct 11 2011 Dan Horák <dan[at]danny.cz> - 3.3-4
a93b0a
- libquadmath exists only on x86/x86_64 and ia64
a93b0a
a93b0a
* Mon Oct 10 2011 Rex Dieter <rdieter@fedoraproject.org> 3.3-3
a93b0a
- -devel: Provides: fftw3-devel (#744758)
a93b0a
- -static: Provides: fftw3-static
a93b0a
- drop %%_isa from Obsoletes
a93b0a
a93b0a
* Sat Jul 30 2011 Jussi Lehtola <jussilehtola@fedoraproject.org> - 3.3-2
a93b0a
- Conditionalize OpenMP and quadruple precision support based on capabilities
a93b0a
  of system compiler.
a93b0a
a93b0a
* Thu Jul 28 2011 Jussi Lehtola <jussilehtola@fedoraproject.org> - 3.3-1
a93b0a
- Update to 3.3.
a93b0a
a93b0a
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.2-5
a93b0a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a93b0a
a93b0a
* Sat Jan 9 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 3.2.2-4
a93b0a
- Get rid of rpath.
a93b0a
a93b0a
* Sat Jan 9 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 3.2.2-3
a93b0a
- Branch out developers' manual to -doc.
a93b0a
a93b0a
* Sat Jan 2 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 3.2.2-2
a93b0a
- Add check phase.
a93b0a
- Cosmetic changes to spec file (unified changelog format, removed unnecessary
a93b0a
  space).
a93b0a
- Use rm instead of find -delete, as latter is not present on EPEL-4.
a93b0a
- Generalize obsoletes of fftw3 packages. Add Obsoletes: fftw3-static.
a93b0a
a93b0a
* Fri Jan 1 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 3.2.2-1
a93b0a
- Update to 3.2.2.
a93b0a
- Make file listings more explicit.
a93b0a
- Don't use file dependencies for info.
a93b0a
a93b0a
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-3
a93b0a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a93b0a
a93b0a
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
a93b0a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
a93b0a
a93b0a
* Sat Feb 14 2009 Conrad Meyer <konrad@tylerc.org> - 3.2.1-1
a93b0a
- Bump to 3.2.1.
a93b0a
a93b0a
* Thu Dec 4 2008 Conrad Meyer <konrad@tylerc.org> - 3.2-1
a93b0a
- Bump to 3.2.
a93b0a
a93b0a
* Fri Jul 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 3.1.2-7
a93b0a
- fix license tag
a93b0a
a93b0a
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.1.2-6
a93b0a
- Autorebuild for GCC 4.3
a93b0a
a93b0a
* Fri Aug 24 2007 Quentin Spencer <qspencer@users.sf.net> 3.1.2-5
a93b0a
- Rebuild for F8.
a93b0a
a93b0a
* Fri Jul 27 2007 Quentin Spencer <qspencer@users.sf.net> 3.1.2-4
a93b0a
- Split static libs into separate package (bug 249686).
a93b0a
a93b0a
* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> 3.1.2-3
a93b0a
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
a93b0a
a93b0a
* Tue Sep 26 2006 Quentin Spencer <qspencer@users.sf.net> 3.1.2-2
a93b0a
- BuildRequires: pkgconfig for -devel (bug 206444).
a93b0a
a93b0a
* Fri Sep  8 2006 Quentin Spencer <qspencer@users.sf.net> 3.1.2-1
a93b0a
- New release.
a93b0a
a93b0a
* Fri Jun  2 2006 Quentin Spencer <qspencer@users.sf.net> 3.1.1-1
a93b0a
- New upstream release.
a93b0a
a93b0a
* Fri Feb 24 2006 Quentin Spencer <qspencer@users.sf.net> 3.1-4
a93b0a
- Re-enable static libs (bug 181897).
a93b0a
- Build long-double version of libraries (bug 182587).
a93b0a
a93b0a
* Mon Feb 13 2006 Quentin Spencer <qspencer@users.sf.net> 3.1-3
a93b0a
- Add Obsoletes and Provides.
a93b0a
a93b0a
* Mon Feb 13 2006 Quentin Spencer <qspencer@users.sf.net> 3.1-2
a93b0a
- Rebuild for Fedora Extras 5.
a93b0a
- Disable static libs.
a93b0a
- Remove obsolete configure options.
a93b0a
a93b0a
* Wed Feb  1 2006 Quentin Spencer <qspencer@users.sf.net> 3.1-1
a93b0a
- Upgrade to the 3.x branch, incorporating changes from the fftw3 spec file.
a93b0a
- Add dist tag.
a93b0a
a93b0a
* Mon May 23 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.1.5-8
a93b0a
- BuildReq gcc-gfortran (#156490).
a93b0a
a93b0a
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 2.1.5-7
a93b0a
- rebuild on all arches
a93b0a
- buildrequire compat-gcc-32-g77
a93b0a
a93b0a
* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
a93b0a
- rebuilt
a93b0a
a93b0a
* Wed Nov 10 2004 Matthias Saou <http://freshrpms.net/> 2.1.5-5
a93b0a
- Bump release to provide Extras upgrade path.
a93b0a
a93b0a
* Tue Apr 06 2004 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:2.1.5-0.fdr.4
a93b0a
- BuildReq gcc-g77.
a93b0a
a93b0a
* Mon Sep 22 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:2.1.5-0.fdr.3
a93b0a
- Dropped post/preun scripts for info.
a93b0a
a93b0a
* Wed Sep 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:2.1.5-0.fdr.2
a93b0a
- Remove aesthetic comments.
a93b0a
- buildroot -> RPM_BUILD_ROOT.
a93b0a
- post/preun for info files.
a93b0a
a93b0a
* Mon Apr 07 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:2.1.5-0.fdr.1
a93b0a
- Updated to 2.1.5.
a93b0a
a93b0a
* Tue Apr 01 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:2.1.4-0.fdr.2
a93b0a
- Added Epoch:0.
a93b0a
- Added ldconfig to post and postun.
a93b0a
a93b0a
* Sun Mar 22 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 2.1.4-0.fdr.1
a93b0a
- Updated to 2.1.4.
a93b0a
a93b0a
* Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 2.1.3-0.fdr.1
a93b0a
- Fedorafied.
a93b0a
a93b0a
* Mon Oct 21 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
a93b0a
- Initial RPM release.