Spec URL: http://sailer.fedorapeople.org/mingw-polyclipping.spec SRPM URL: http://sailer.fedorapeople.org/mingw-polyclipping-4.9.7-1.fc18.src.rpm Description: MinGW Polygon clipping library Approved MinGW packaging guidelines are here: http://fedoraproject.org/wiki/Packaging/MinGW
Updated to 5.0.3. SRPM URL: http://sailer.fedorapeople.org/mingw-polyclipping-5.0.3-1.fc18.src.rpm Spec URL: http://sailer.fedorapeople.org/mingw-polyclipping.spec
According to the guidelines, you should BuildRequire mingw-filesystem, not mingw32/64-filesystem, is that a bug in quidelines or in spec?
(In reply to comment #2) > According to the guidelines, you should BuildRequire mingw-filesystem, not > mingw32/64-filesystem, is that a bug in quidelines or in spec? Where did you see this in the packaging guidelines? It shouldn't be there (it has been part of a draft version of the guidelines for some time, but it should have been removed for more than a year already)
Please clarify what the patch is for and its status upstream.
(In reply to comment #3) > Where did you see this in the packaging guidelines? It shouldn't be there > (it has been part of a draft version of the guidelines for some time, but it > should have been removed for more than a year already) https://fedoraproject.org/wiki/Packaging:MinGW#Base_packages
(In reply to comment #5) > (In reply to comment #3) > > Where did you see this in the packaging guidelines? It shouldn't be there > > (it has been part of a draft version of the guidelines for some time, but it > > should have been removed for more than a year already) > > https://fedoraproject.org/wiki/Packaging:MinGW#Base_packages Thanks for that, it should read that BuildRequires should be added for mingw32-filesystem and mingw64-filesystem. I'll file a ticket at the FPC to have this fixed
(In reply to comment #4) > Please clarify what the patch is for and its status upstream. This patch adds the __declspec annotations to tell windows C++ compilers which functions to export from the DLL. It also tells the cmake build system to also install the import library (.dll.a), which is needed to actually link against the DLL (it contains stub functions to call into the DLL). Thanks for reminding me to report this upstream: http://sourceforge.net/p/polyclipping/bugs/62/
1) According to the example in guidelines, you should probably use something like this in Summary: # Mingw32 %package -n mingw32-%{mingw_pkg_name} Summary: %{summary} for the Win32 target And also add this information to Description. I don't see if this is obligatory, but you cannot break anything just by adding this. 2) Why is there a #TODO comment in the spec? 3) > mingw32-polyclipping-debuginfo.noarch: E: debuginfo-without-sources > mingw64-polyclipping-debuginfo.noarch: E: debuginfo-without-sources Is that mingw specific, or an actual error?
Miro, thanks for the comments. I changed summary and description accordingly. (In reply to comment #8) > 2) > Why is there a #TODO comment in the spec? This is actually coming from the native package. I've removed the comment. > 3) > > mingw32-polyclipping-debuginfo.noarch: E: debuginfo-without-sources > > mingw64-polyclipping-debuginfo.noarch: E: debuginfo-without-sources > Is that mingw specific, or an actual error? This is mingw specific.
Could you provide link to new srpm or spec?
(In reply to comment #10) > Could you provide link to new srpm or spec? Sorry. Here it is: SRPM URL: http://sailer.fedorapeople.org/mingw-polyclipping-5.0.3-2.fc18.src.rpm Spec URL: http://sailer.fedorapeople.org/mingw-polyclipping.spec
FIX: Now you have Win32 in both 32 and 64 summary. MUST: rpmlint must be run on the source rpm and all binary rpms the build produces. The output should be posted in the review. $ rpmlint ../SRPMS/mingw-polyclipping-5.0.3-2.fc18.src.rpm ../RPMS/noarch/mingw32-polyclipping-5.0.3-2.fc18.noarch.rpm ../RPMS/noarch/mingw64-polyclipping-5.0.3-2.fc18.noarch.rpm ../RPMS/noarch/mingw32-polyclipping-debuginfo-5.0.3-2.fc18.noarch.rpm ../RPMS/noarch/mingw64-polyclipping-debuginfo-5.0.3-2.fc18.noarch.rpm mingw-polyclipping.src: W: spelling-error %description -l en_US boolean -> Boolean, boo lean, boo-lean mingw32-polyclipping.noarch: W: spelling-error %description -l en_US boolean -> Boolean, boo lean, boo-lean mingw64-polyclipping.noarch: W: spelling-error %description -l en_US boolean -> Boolean, boo lean, boo-lean mingw32-polyclipping-debuginfo.noarch: E: debuginfo-without-sources mingw64-polyclipping-debuginfo.noarch: E: debuginfo-without-sources 5 packages and 0 specfiles checked; 2 errors, 3 warnings. All false positives, OK. MUST: The package must be named according to the Package Naming Guidelines. OK MUST: The spec file name must match the base package %{name}, in the format %{name}.spec unless your package has an exemption. OK MUST: The package must meet the Packaging Guidelines. OK MUST: The package must be licensed with a Fedora approved license and meet the Licensing Guidelines. OK MUST: The License field in the package spec file must match the actual license. Checked in license.txt, Boost. OK MUST: If (and only if) the source package includes the text of the license(s) in its own file, then that file, containing the text of the license(s) for the package must be included in %doc. OK MUST: The spec file must be written in American English. OK MUST: The spec file for the package MUST be legible. OK MUST: The sources used to build the package must match the upstream source, as provided in the spec URL. $ spectool -g mingw-polyclipping.spec Getting http://downloads.sourceforge.net/polyclipping/clipper_ver5.0.3.zip to ./clipper_ver5.0.3.zip $ sha256sum ./clipper_ver5.0.3.zip e48178e84b51b4ef7a1d13c0c6e1536e4e55ade71d893c26ba533915fc98fac3 ./clipper_ver5.0.3.zip $ sha256sum ../SOURCES/clipper_ver5.0.3.zip e48178e84b51b4ef7a1d13c0c6e1536e4e55ade71d893c26ba533915fc98fac3 ../SOURCES/clipper_ver5.0.3.zip OK MUST: The package MUST successfully compile and build into binary rpms on at least one primary architecture. OK MUST: All build dependencies must be listed in BuildRequires, except for any that are listed in the exceptions section of the Packaging Guidelines ; inclusion of those as BuildRequires is optional. Apply common sense. OK, builds in mock MUST: Packages must NOT bundle copies of system libraries. OK (guess it doesn't apply on Win builds) MUST: A package must own all directories that it creates. If it does not create a directory that it uses, then it should require a package which does create that directory. OK MUST: A Fedora package must not list a file more than once in the spec file's %files listings. OK MUST: Permissions on files must be set properly. $ rpm -q -lv -p ../RPMS/noarch/mingw32-polyclipping-5.0.3-2.fc18.noarch.rpm -rwxr-xr-x 1 root root 140202 led 19 16:19 /usr/i686-w64-mingw32/sys-root/mingw/bin/libpolyclipping.dll drwxr-xr-x 2 root root 0 led 19 16:19 /usr/i686-w64-mingw32/sys-root/mingw/include/polyclipping -rw-r--r-- 1 root root 11178 led 19 16:19 /usr/i686-w64-mingw32/sys-root/mingw/include/polyclipping/clipper.hpp -rw-r--r-- 1 root root 86642 led 19 16:19 /usr/i686-w64-mingw32/sys-root/mingw/lib/libpolyclipping.dll.a drwxr-xr-x 2 root root 0 led 19 16:19 /usr/share/doc/mingw32-polyclipping-5.0.3 -rw-r--r-- 1 root root 1575 čen 18 2011 /usr/share/doc/mingw32-polyclipping-5.0.3/License.txt -rw-r--r-- 1 root root 10639 led 12 07:42 /usr/share/doc/mingw32-polyclipping-5.0.3/README $ rpm -q -lv -p ../RPMS/noarch/mingw64-polyclipping-5.0.3-2.fc18.noarch.rpm drwxr-xr-x 2 root root 0 led 19 16:19 /usr/share/doc/mingw64-polyclipping-5.0.3 -rw-r--r-- 1 root root 1575 čen 18 2011 /usr/share/doc/mingw64-polyclipping-5.0.3/License.txt -rw-r--r-- 1 root root 10639 led 12 07:42 /usr/share/doc/mingw64-polyclipping-5.0.3/README -rwxr-xr-x 1 root root 142155 led 19 16:19 /usr/x86_64-w64-mingw32/sys-root/mingw/bin/libpolyclipping.dll drwxr-xr-x 2 root root 0 led 19 16:19 /usr/x86_64-w64-mingw32/sys-root/mingw/include/polyclipping -rw-r--r-- 1 root root 11178 led 19 16:19 /usr/x86_64-w64-mingw32/sys-root/mingw/include/polyclipping/clipper.hpp -rw-r--r-- 1 root root 85104 led 19 16:19 /usr/x86_64-w64-mingw32/sys-root/mingw/lib/libpolyclipping.dll.a OK MUST: Each package must consistently use macros. OK MUST: The package must contain code, or permissable content. OK MUST: If a package includes something as %doc, it must not affect the runtime of the application. OK MUST: Packages must not own files or directories already owned by other packages. OK MUST: All filenames in rpm packages must be valid UTF-8. OK SHOULD: The reviewer should test that the package builds in mock. OK SHOULD: If the package has file dependencies outside of /etc, /bin, /sbin, /usr/bin, or /usr/sbin consider requiring the package which provides the file instead of the file itself. OK $ rpm -q --provides -p ../RPMS/noarch/mingw32-polyclipping-5.0.3-2.fc18.noarch.rpm mingw32-polyclipping = 5.0.3-2.fc18 mingw32(libpolyclipping.dll) $ rpm -q --provides -p ../RPMS/noarch/mingw64-polyclipping-5.0.3-2.fc18.noarch.rpm mingw64-polyclipping = 5.0.3-2.fc18 mingw64(libpolyclipping.dll) $ rpm -q --requires -p ../RPMS/noarch/mingw32-polyclipping-5.0.3-2.fc18.noarch.rpm rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 mingw32-crt mingw32-filesystem >= 83 mingw32(kernel32.dll) mingw32(libgcc_s_sjlj-1.dll) mingw32(libstdc++-6.dll) mingw32(msvcrt.dll) rpmlib(PayloadIsXz) <= 5.2-1 $ rpm -q --requires -p ../RPMS/noarch/mingw64-polyclipping-5.0.3-2.fc18.noarch.rpm rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 mingw64-crt mingw64-filesystem >= 83 mingw64(kernel32.dll) mingw64(libgcc_s_sjlj-1.dll) mingw64(libstdc++-6.dll) mingw64(msvcrt.dll) rpmlib(PayloadIsXz) <= 5.2-1 OK FIX the summary and package can be APPROVED.
Summary fixed to contain the correct architecture name: SRPM URL: http://sailer.fedorapeople.org/mingw-polyclipping-5.0.3-3.fc18.src.rpm Spec URL: http://sailer.fedorapeople.org/mingw-polyclipping.spec
--- mingw-polyclipping.spec 2013-01-19 15:54:18.000000000 +0100 +++ mingw-polyclipping.spec.new 2013-01-19 17:06:05.585165347 +0100 @@ -10,8 +10,8 @@ Name: mingw-%{mingw_pkg_name} Version: 5.0.3 -Release: 2%{?dist} -Summary: MinGW Windows Polygon clipping library for the win32 target +Release: 3%{?dist} +Summary: MinGW Windows Polygon clipping library Group: System Environment/Libraries License: Boost @@ -43,7 +43,7 @@ # Mingw32 %package -n mingw32-%{mingw_pkg_name} -Summary: %{summary} +Summary: MinGW Windows Polygon clipping library for the win32 target %description -n mingw32-%{mingw_pkg_name} This package contains the MinGW win32 port of the clipper polygon @@ -59,7 +59,7 @@ # Mingw64 %package -n mingw64-%{mingw_pkg_name} -Summary: %{summary} +Summary: MinGW Windows Polygon clipping library for the win64 target %description -n mingw64-%{mingw_pkg_name} This package contains the MinGW win64 port of the clipper polygon @@ -119,6 +119,9 @@ %changelog +* Sat Jan 19 2013 Thomas Sailer <t.sailer.ch> - 5.0.3-3 +- fix summary to contain the correct architecture name + * Sat Jan 19 2013 Thomas Sailer <t.sailer.ch> - 5.0.3-2 - clarify this is the MinGW version in summary and description - remove TODO comment Package APPROVED.
Thanks Miro! New Package SCM Request ======================= Package Name: mingw-polyclipping Short Description: MinGW Windows Polygon clipping library Owners: sailer churchyard volter Branches: f17 f18 InitialCC:
Git done (by process-git-requests).
mingw-polyclipping-5.0.3-3.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/mingw-polyclipping-5.0.3-3.fc18
mingw-polyclipping-5.0.3-3.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/mingw-polyclipping-5.0.3-3.fc17
Package mingw-polyclipping-5.0.3-3.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing mingw-polyclipping-5.0.3-3.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-1326/mingw-polyclipping-5.0.3-3.fc17 then log in and leave karma (feedback).
mingw-polyclipping-5.0.3-3.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report.
mingw-polyclipping-5.0.3-3.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report.