Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=426754
Kevin Fenzi <kevin(a)tummy.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flag|fedora-cvs? |fedora-cvs+
--- Comment #32 from Kevin Fenzi <kevin(a)tummy.com> 2009-09-22 12:36:03 EDT ---
cvs done.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=426754
Yaakov Nemoy <loupgaroublond(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flag| |fedora-cvs?
--- Comment #31 from Yaakov Nemoy <loupgaroublond(a)gmail.com> 2009-09-22 05:45:43 EDT ---
New Package CVS Request
=======================
Package Name: ghc-xmonad-contrib
Short Description: Third party extensions for xmonad
Owners: ynemoy petersen bos
Branches: F-11
InitialCC: haskell-sig
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=523884
Jason Tibbitts <tibbs(a)math.uh.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flag|fedora-cvs? |fedora-cvs+
--- Comment #4 from Jason Tibbitts <tibbs(a)math.uh.edu> 2009-09-21 22:11:28 EDT ---
CVS done.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=523884
Jens Petersen <petersen(a)redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|nobody(a)fedoraproject.org |bos(a)serpentine.com
Flag| |fedora-cvs?
--- Comment #3 from Jens Petersen <petersen(a)redhat.com> 2009-09-21 22:08:20 EDT ---
Thanks, Bryan, for the review.
I will add a workaround for the doc conflict.
New Package CVS Request
=======================
Package Name: ghc-network
Short Description: Haskell network library
Owners: petersen
Branches: devel
InitialCC: haskell-sig
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=426754
--- Comment #30 from Jens Petersen <petersen(a)redhat.com> 2009-09-20 05:26:07 EDT ---
For reference here is the cabal2spec-diff output
(on my copy of a fixed spec file)
--- ghc-xmonad-contrib.spec 2009-09-20 19:01:57.000000000 +1000
+++ ghc-xmonad-contrib.spec.cabal2spec 2009-09-20 19:16:54.000000000 +1000
@@ -8,58 +8,35 @@
Name: ghc-%{pkg_name}
Version: 0.8.1
-Release: 8%{?dist}
-Summary: Third party extensions for xmonad
+Release: 1%{?dist}
+Summary: Haskell %{pkg_name} library
Group: Development/Libraries
-License: BSD
+License: @LICENSE@
URL:
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/%{pkg_name}
Source0:
http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_na…
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# fedora ghc archs:
ExclusiveArch: %{ix86} x86_64 ppc alpha
-BuildRequires: ghc-xmonad-devel = %{version}
-BuildRequires: ghc-utf8-string-devel
-BuildRequires: ghc-X11-xft-devel
BuildRequires: ghc, ghc-rpm-macros
%if %{with doc}
BuildRequires: ghc-doc
-BuildRequires: ghc-xmonad-doc
-BuildRequires: ghc-utf8-string-doc
-BuildRequires: ghc-X11-xft-doc
%endif
%if %{with prof}
BuildRequires: ghc-prof
-BuildRequires: ghc-xmonad-prof = %{version}
-BuildRequires: ghc-utf8-string-prof
-BuildRequires: ghc-X11-xft-prof
%endif
%description
-Haskell %{pkg_name} library for ghc-%{ghc_version}.
-
-Third party tiling algorithms, configurations and scripts to xmonad,
-a tiling window manager for X.
-
-For an introduction to building, configuring and using xmonad
-extensions, see "XMonad.Doc". In particular:
+This package provides the Haskell %{pkg_name} library for ghc.
-"XMonad.Doc.Configuring", a guide to configuring xmonad
-
-"XMonad.Doc.Extending", using the contributed extensions library
-
-"XMonad.Doc.Developing", introduction to xmonad internals and writing
-your own extensions.
%package devel
Summary: Haskell %{pkg_name} library
Group: Development/Libraries
+Provides: ghc-%{pkg_name} = %{version}-%{release}
Requires: ghc = %{ghc_version}
Requires(post): ghc = %{ghc_version}
Requires(preun): ghc = %{ghc_version}
-Requires: ghc-xmonad-devel
-Requires: ghc-utf8-string-devel
-Requires: ghc-X11-xft-devel
%description devel
This package contains the development files for %{name}
@@ -73,13 +50,9 @@
Requires: ghc-doc = %{ghc_version}
Requires(post): ghc-doc = %{ghc_version}
Requires(postun): ghc-doc = %{ghc_version}
-Requires: ghc-xmonad-doc
-Requires: ghc-utf8-string-doc
-Requires: ghc-X11-xft-doc
%description doc
-This package contains development documentation files for
-the %{name} library.
+This package contains development documentation files for the %{name} library.
%endif
@@ -89,9 +62,6 @@
Group: Development/Libraries
Requires: %{name}-devel = %{version}-%{release}
Requires: ghc-prof = %{ghc_version}
-Requires: ghc-xmonad-prof
-Requires: ghc-utf8-string-prof
-Requires: ghc-X11-xft-prof
[BTW I plan to reverse the diff output in the next cabal2spec
since that makes more sense now.]
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=426754
Jens Petersen <petersen(a)redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flag|fedora-review? |fedora-review+
--- Comment #29 from Jens Petersen <petersen(a)redhat.com> 2009-09-20 05:20:23 EDT ---
Sure, it's all good - just wanted to clarify your
intentions and think we also did that on irc.
Didn't want to end up with a "dead" package here. :)
Here is the review:
+:ok, =:needs attention, -:needs fixing, NA: not applicable
MUST Items:
[=] MUST: rpmlint output
Please fix:
ghc-xmonad-contrib.src: W: invalid-license BSD3
ghc-xmonad-contrib.src: W: strange-permission xmonad-contrib-0.8.1.tar.gz 0777
ghc-xmonad-contrib-doc.x86_64: E: description-line-too-long This package
contains development documentation files for the ghc-xmonad-contrib library.
(need a line break)
Waived:
ghc-xmonad-contrib-prof.x86_64: E: devel-dependency ghc-xmonad-contrib-devel
ghc-xmonad-contrib-prof.x86_64: W: no-documentation
ghc-xmonad-contrib-prof.x86_64: W: devel-file-in-non-devel-package
/usr/lib64/ghc-6.10.3/xmonad-contrib-0.8.1/libHSxmonad-contrib-0.8.1_p.a
[+] MUST: Package Naming Guidelines
[+] MUST: spec file name must match base package %{name}
[+] MUST: Packaging Guidelines.
[+] MUST: Licensing Guidelines
[=] MUST: License field in the package spec file must match actual license.
See above rpmlint
[+] MUST: include license files in %doc if available in source
[+] MUST: The spec file must be written in American English and be legible.
[+] MUST: source md5sum matches upstream release
03f74fda270aca759407787da73e50d9 xmonad-contrib-0.8.1.tar.gz
[+] MUST: must successfully compile and build into binary rpms on one main arch
[+] MUST: if necessary use ExcludeArch for other archs
[+] MUST: All build dependencies must be listed in BuildRequires
[+] MUST: A package must own all directories that it creates.
[+] MUST: A package must not contain any duplicate files in the %files listing.
[+] MUST: Permissions on files must be set properly.
[+] MUST: Each package must have a %clean section
[+] MUST: Each package must consistently use macros
[+] MUST: The package must contain code, or permissable content.
[+] MUST: Large documentation files should go in a doc subpackage.
[+] MUST: If a package includes something as %doc, it must not affect the
runtime of the application.
[+] MUST: Header files must be in a -devel package.
[NA] MUST: Static libraries must be in a -static package.
[+] MUST: Packages must not own files or directories already owned by other
packages.
[+] MUST: At the beginning of %install, each package MUST run rm -rf
%{buildroot} (or $RPM_BUILD_ROOT).
[+] MUST: All filenames in rpm packages must be valid UTF-8.
Please fix the 3 rpmlint issues before importing to CVS.
Package is APPROVED by petersen
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=517141
--- Comment #7 from Fedora Update System <updates(a)fedoraproject.org> 2009-09-18 20:14:42 EDT ---
ghc-fgl-5.4.2.2-1.fc11 has been pushed to the Fedora 11 stable repository. If
problems still persist, please make note of it in this bug report.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=523884
Bryan O'Sullivan <bos(a)serpentine.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
CC| |bos(a)serpentine.com
Flag| |fedora-review+
--- Comment #2 from Bryan O'Sullivan <bos(a)serpentine.com> 2009-09-18 15:57:59 EDT ---
# MUST: rpmlint must be run on every package. The output should be posted in
the review.
$ rpmlint ghc-cgi-3001.1.7.1-1.fc11.src.rpm
ghc-cgi.src: W: strange-permission cgi-3001.1.7.1.tar.gz 0600
Other generated RPMs are fine.
# MUST: The package must be named according to the Package Naming Guidelines .
Yes.
# MUST: The spec file name must match the base package %{name}, in the format
%{name}.spec unless your package has an exemption.
Yes.
# MUST: The package must meet the Packaging Guidelines .
Yes.
# MUST: The package must be licensed with a Fedora approved license and meet
the Licensing Guidelines .
Yes.
# MUST: The License field in the package spec file must match the actual
license.
Yes.
# 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.
Yes.
# MUST: The spec file must be written in American English.
Yes.
# MUST: The spec file for the package MUST be legible.
Yes.
# MUST: The sources used to build the package must match the upstream source,
as provided in the spec URL. Reviewers should use md5sum for this task. If no
upstream URL can be specified for this package, please see the Source URL
Guidelines for how to deal with this.
Yes.
# MUST: The package MUST successfully compile and build into binary rpms on at
least one primary architecture.
Yes.
# MUST: If the package does not successfully compile, build or work on an
architecture, then those architectures should be listed in the spec in
ExcludeArch. Each architecture listed in ExcludeArch MUST have a bug filed in
bugzilla, describing the reason that the package does not compile/build/work on
that architecture. The bug number MUST be placed in a comment, next to the
corresponding ExcludeArch line.
N/A.
# 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.
Yes.
# MUST: The spec file MUST handle locales properly. This is done by using the
%find_lang macro. Using %{_datadir}/locale/* is strictly forbidden.
N/A.
# MUST: Every binary RPM package (or subpackage) which stores shared library
files (not just symlinks) in any of the dynamic linker's default paths, must
call ldconfig in %post and %postun.
N/A.
# MUST: Packages must NOT bundle copies of system libraries.
Yes.
# MUST: If the package is designed to be relocatable, the packager must state
this fact in the request for review, along with the rationalization for
relocation of that specific package. Without this, use of Prefix: /usr is
considered a blocker.
N/A.
# 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.
Yes.
# MUST: A Fedora package must not list a file more than once in the spec file's
%files listings.
Yes.
# MUST: Permissions on files must be set properly. Executables should be set
with executable permissions, for example. Every %files section must include a
%defattr(...) line.
Yes.
# MUST: Each package must have a %clean section, which contains rm -rf
%{buildroot} (or $RPM_BUILD_ROOT).
Yes.
# MUST: Each package must consistently use macros.
Yes.
# MUST: The package must contain code, or permissable content.
Yes.
# MUST: Large documentation files must go in a -doc subpackage. (The definition
of large is left up to the packager's best judgement, but is not restricted to
size. Large can refer to either size or quantity).
Yes.
# MUST: If a package includes something as %doc, it must not affect the runtime
of the application. To summarize: If it is in %doc, the program must run
properly if it is not present.
Yes.
# MUST: Header files must be in a -devel package.
Yes.
# MUST: Static libraries must be in a -static package.
N/A.
# MUST: Packages containing pkgconfig(.pc) files must 'Requires: pkgconfig'
(for directory ownership and usability).
N/A.
# MUST: If a package contains library files with a suffix (e.g. libfoo.so.1.1),
then library files that end in .so (without suffix) must go in a -devel
package.
N/A.
# MUST: In the vast majority of cases, devel packages must require the base
package using a fully versioned dependency: Requires: %{name} =
%{version}-%{release}
N/A.
# MUST: Packages must NOT contain any .la libtool archives, these must be
removed in the spec if they are built.
Yes.
# MUST: Packages containing GUI applications must include a %{name}.desktop
file, and that file must be properly installed with desktop-file-install in the
%install section. If you feel that your packaged GUI application does not need
a .desktop file, you must put a comment in the spec file with your explanation.
N/A.
# MUST: Packages must not own files or directories already owned by other
packages. The rule of thumb here is that the first package to be installed
should own the files or directories that other packages may rely upon. This
means, for example, that no package in Fedora should ever share ownership with
any of the files or directories owned by the filesystem or man package. If you
feel that you have a good reason to own a file or directory that another
package owns, then please present that at package review time.
Yes.
# MUST: At the beginning of %install, each package MUST run rm -rf %{buildroot}
(or $RPM_BUILD_ROOT).
Yes.
# MUST: All filenames in rpm packages must be valid UTF-8.
Yes.
This package is APPROVED.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.