[Bug 636892] New: Review Request: perl-threads-shared - Perl extension for sharing data structures between threads

bugzilla at redhat.com bugzilla at redhat.com
Thu Sep 23 15:43:51 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: perl-threads-shared - Perl extension for sharing data structures between threads

https://bugzilla.redhat.com/show_bug.cgi?id=636892

           Summary: Review Request: perl-threads-shared - Perl extension
                    for sharing data structures between threads
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: medium
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: ppisar at redhat.com
         QAContact: extras-qa at fedoraproject.org
                CC: notting at redhat.com, fedora-package-review at redhat.com
   Estimated Hours: 0.0
    Classification: Fedora
    Target Release: ---


Spec URL:
http://ppisar.fedorapeople.org/perl-threads-shared/perl-threads-shared.spec
SRPM URL:
http://ppisar.fedorapeople.org/perl-threads-shared/perl-threads-shared-1.33-1.fc14.src.rpm
Description:
By default, variables are private to each thread, and each newly created
thread gets a private copy of each existing variable. This module allows
you to share variables across different threads (and pseudo-forks on
Win32). It is used together with the threads module.

Scratch build: http://koji.fedoraproject.org/koji/taskinfo?taskID=2484635

$ rpmlint perl-threads-shared.spec
../SRPMS/perl-threads-shared-1.33-1.fc14.src.rpm
../RPMS/x86_64/perl-threads-shared-1.33-1.fc14.x86_64.rpm 
perl-threads-shared.spec: W: no-cleaning-of-buildroot %clean
perl-threads-shared.spec: W: no-buildroot-tag
perl-threads-shared.spec: W: no-%clean-section
perl-threads-shared.src: W: no-cleaning-of-buildroot %clean
perl-threads-shared.src: W: no-buildroot-tag
perl-threads-shared.src: W: no-%clean-section
2 packages and 1 specfiles checked; 0 errors, 6 warnings.

Post-F12 build without BuildRoot.

This is dual-life package for perl(threads::shared) targeting F15 and newer.

$ rpm -pqlv ../RPMS/x86_64/perl-threads-shared-1.33-1.fc14.x86_64.rpm 
drwxr-xr-x    2 root    root                        0 Sep 23 15:32
/usr/lib64/perl5/auto/threads
drwxr-xr-x    2 root    root                        0 Sep 23 15:32
/usr/lib64/perl5/auto/threads/shared
-rwxr-xr-x    1 root    root                    44832 Sep 23 15:32
/usr/lib64/perl5/auto/threads/shared/shared.so
drwxr-xr-x    2 root    root                        0 Sep 23 15:32
/usr/lib64/perl5/threads
-rw-r--r--    1 root    root                    18606 Mar  8  2010
/usr/lib64/perl5/threads/shared.pm
drwxr-xr-x    2 root    root                        0 Sep 23 15:32
/usr/share/doc/perl-threads-shared-1.33
-rw-r--r--    1 root    root                     4221 Mar  9  2010
/usr/share/doc/perl-threads-shared-1.33/Changes
-rw-r--r--    1 root    root                      477 Mar  8  2010
/usr/share/doc/perl-threads-shared-1.33/README
-rw-r--r--    1 root    root                     7259 Sep 23 15:32
/usr/share/man/man3/threads::shared.3pm.gz

-- 
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.



More information about the package-review mailing list