Spec URL: http://sailer.fedorapeople.org/mingw-fftw.spec SRPM URL: http://sailer.fedorapeople.org/mingw-fftw-3.3.1-1.fc17.src.rpm Description: MinGW Fast Fourier Transform library Approved MinGW packaging guidelines are here: http://fedoraproject.org/wiki/Packaging/MinGW
Updated to 3.3.3: Spec URL: http://sailer.fedorapeople.org/mingw-fftw.spec SRPM URL: http://sailer.fedorapeople.org/mingw-fftw-3.3.3-1.fc18.src.rpm
I too would like to see this package included. The trunk version of Mixxx just gained a dependency on libchromaprint, which uses fftw, so I needed to build fftw. fedora-review shows no issues, and rpmlint is completely clean.
Taking for review * The BuildRoot tag can be removed (unless you still want to support RHEL5) * The %clean section can also be removed * The %defattr lines can also be removed * There are some commented out commands in the spec file. If they're not needed, please remove them * %{mingw_configure} and %{mingw_make} can be rewritten to %mingw_configure and %mingw_make
Thanks Erik! I have updated the package according to your comments: Spec URL: http://sailer.fedorapeople.org/mingw-fftw.spec SRPM URL: http://sailer.fedorapeople.org/mingw-fftw-3.3.3-2.fc19.src.rpm
$ rpmlint mingw-fftw.spec 0 packages and 1 specfiles checked; 0 errors, 0 warnings. $ rpmlint mingw-fftw-3.3.3-2.fc19.src.rpm 1 packages and 0 specfiles checked; 0 errors, 0 warnings. $ rpmlint mingw32-fftw-3.3.3-2.fc19.noarch.rpm mingw32-fftw-static-3.3.3-2.fc19.noarch.rpm mingw64-fftw-3.3.3-2.fc19.noarch.rpm mingw64-fftw-static-3.3.3-2.fc19.noarch.rpm mingw32-fftw-static.noarch: W: no-documentation mingw64-fftw-static.noarch: W: no-documentation 4 packages and 0 specfiles checked; 0 errors, 2 warnings. $ rpm --query --requires mingw32-fftw rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 mingw32-crt mingw32-filesystem >= 95 mingw32(kernel32.dll) mingw32(libgcc_s_sjlj-1.dll) mingw32(msvcrt.dll) mingw32-pkg-config rpmlib(PayloadIsXz) <= 5.2-1 $ rpm --query --requires mingw64-fftw rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 mingw64-crt mingw64-filesystem >= 95 mingw64(kernel32.dll) mingw64(msvcrt.dll) mingw64-pkg-config rpmlib(PayloadIsXz) <= 5.2-1 $ rpm --query --requires mingw32-fftw-static rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadIsXz) <= 5.2-1 $ rpm --query --requires mingw64-fftw-static rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadIsXz) <= 5.2-1 $ rpm --query --provides mingw32-fftw mingw32-fftw = 3.3.3-2.fc19 mingw32(libfftw3-3.dll) mingw32(libfftw3f-3.dll) mingw32(libfftw3l-3.dll) $ rpm --query --provides mingw64-fftw mingw64-fftw = 3.3.3-2.fc19 mingw64(libfftw3-3.dll) mingw64(libfftw3f-3.dll) mingw64(libfftw3l-3.dll) $ rpm --query --provides mingw32-fftw-static mingw32-fftw-static = 3.3.3-2.fc19 $ rpm --query --provides mingw64-fftw-static mingw64-fftw-static = 3.3.3-2.fc19 $ wget --quiet http://www.fftw.org/fftw-3.3.3.tar.gz -O - | md5sum 0a05ca9c7b3bfddc8278e7c40791a1c2 - $ md5sum fftw-3.3.3.tar.gz 0a05ca9c7b3bfddc8278e7c40791a1c2 fftw-3.3.3.tar.gz + OK ! Needs to be looked into / Not applicable [+] Compliant with generic Fedora Packaging Guidelines [+] Source package name is prefixed with 'mingw-' [+] Spec file starts with %{?mingw_package_header} [!] BuildRequires: mingw32-filesystem >= 95 is in the .spec file [!] BuildRequires: mingw64-filesystem >= 95 is in the .spec file [+] Spec file contains %package sections for both mingw32 and mingw64 packages [+] Binary mingw32 and mingw64 packages are noarch [+] Spec file contains %{?mingw_debug_package} after the %description section [+] Uses one of the macros %mingw_configure, %mingw_cmake, or %mingw_cmake_kde4 to configure the package [+] Uses the macro %mingw_make to build the package [+] Uses the macro %mingw_make to install the package [/] If package contains translations, the %mingw_find_lang macro must be used [+] No binary package named mingw-$pkgname is generated [+] Libtool .la files are not bundled [+] .def files are not bundled [+] Man pages which duplicate native package are not bundled [+] Info files which duplicate native package are not bundled [+] Provides of the binary mingw32 and mingw64 packages are equal [!] Requires of the binary mingw32 and mingw64 packages are equal The mingw32 package seems to depend on libgcc_s_sjlj-1.dll while the mingw64 package doesn't. I've also seen this on various other packages so we can ignore this for now The BuildRequires: mingw32-filesystem mingw64-filesystem should be versioned (to >= 95). Please fix this before importing this package in Fedora ================================================ The package mingw-fftw is APPROVED by epienbro ================================================
Thanks Erik! New Package SCM Request ======================= Package Name: mingw-fftw Short Description: MinGW Windows Fast Fourier Transform library Owners: sailer Branches: f18 f19 InitialCC:
Git done (by process-git-requests).
mingw-fftw-3.3.3-2.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/mingw-fftw-3.3.3-2.fc18
mingw-fftw-3.3.3-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/mingw-fftw-3.3.3-2.fc19
mingw-fftw-3.3.3-2.fc18 has been pushed to the Fedora 18 testing repository.
mingw-fftw-3.3.3-2.fc19 has been pushed to the Fedora 19 stable repository.
mingw-fftw-3.3.3-2.fc18 has been pushed to the Fedora 18 stable repository.