[pkgdb] perl-Term-UI (un)retirement

2013-02-07 Thread Fedora PackageDB
Package perl-Term-UI in Fedora devel has been unretired by limb and is now 
orphan.

To make changes to this package see:
  https://admin.fedoraproject.org/pkgdb/acls/name/perl-Term-UI
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-podlators] Correct dependencies

2013-02-07 Thread Petr Pisar
commit c2220f13d42147986954e92e667f205f7f31f323
Author: Petr Písař 
Date:   Thu Feb 7 15:15:25 2013 +0100

Correct dependencies

 perl-podlators.spec |8 
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/perl-podlators.spec b/perl-podlators.spec
index 3e34ce2..62d98c0 100644
--- a/perl-podlators.spec
+++ b/perl-podlators.spec
@@ -1,6 +1,6 @@
 Name:   perl-podlators
 Version:2.5.0
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Format POD source into various output formats
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -21,9 +21,6 @@ BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 Requires:   perl(File::Spec) >= 0.8
 Requires:   perl(Pod::Simple) >= 3.06
-Requires:   perl(Pod::Text::Color)
-Requires:   perl(Pod::Text::Overstrike)
-Requires:   perl(Pod::Text::Termcap)
 Conflicts:  perl < 4:5.16.1-234
 
 # Filter under-specified dependencies
@@ -58,6 +55,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 07 2013 Petr Pisar  - 2.5.0-2
+- Correct dependencies
+
 * Fri Jan 04 2013 Petr Pisar  - 2.5.0-1
 - 2.5.0 bump
 - This version makes pod2* tools failing if POD syntax error is encountered
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-podlators] Modernize spec file

2013-02-07 Thread Petr Pisar
commit f1b8466479b069665a5a354d83ad09b3f9b23345
Author: Petr Písař 
Date:   Thu Feb 7 15:16:10 2013 +0100

Modernize spec file

 perl-podlators.spec |5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/perl-podlators.spec b/perl-podlators.spec
index 62d98c0..9be6e02 100644
--- a/perl-podlators.spec
+++ b/perl-podlators.spec
@@ -7,6 +7,7 @@ Group:  Development/Libraries
 URL:http://search.cpan.org/dist/podlators/
 Source0:
http://www.cpan.org/authors/id/R/RR/RRA/podlators-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Spec) >= 0.8
 # Run-time:
@@ -18,7 +19,7 @@ BuildRequires:  perl(Term::ANSIColor)
 BuildRequires:  perl(Term::Cap)
 # Tests:
 BuildRequires:  perl(Test::More)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:   perl(File::Spec) >= 0.8
 Requires:   perl(Pod::Simple) >= 3.06
 Conflicts:  perl < 4:5.16.1-234
@@ -36,7 +37,7 @@ with various capabilities.
 %setup -q -n podlators-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 561568] (amavisd noisy?) sa-update.cron generating errors

2013-02-07 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=561568

Petr Pisar  changed:

   What|Removed |Added

 CC||ppi...@redhat.com

--- Comment #23 from Petr Pisar  ---
(In reply to comment #22)
> I recently migrated a server from RHEL4 to RHEL6 an now have a problem when
> I restart the amavisd inside a script via a cronjob. The output should be
> redirected to (a variable and then to) a file but it isn't:
> 
> /etc/init.d/amavisd restart 2>&1>> $TEXT
> 
This means to redirect error output to descriptor of original standard output
and append standard output to a file.

You have to reverse the redirects >>$TEXT 2>&1. See bash(1). Also you can write
&>>$TEXT.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=CJgQCKJNDR&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl] Correct perl-podlators dependencies

2013-02-07 Thread Petr Pisar
commit 3197169d7e36f1230ec6626e103da6eab02a26a1
Author: Petr Písař 
Date:   Thu Feb 7 15:35:08 2013 +0100

Correct perl-podlators dependencies

 perl.spec |8 
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 5c6eeaa..3c65ae6 100644
--- a/perl.spec
+++ b/perl.spec
@@ -29,7 +29,7 @@
 Name:   perl
 Version:%{perl_version}
 # release number must be even higher, because dual-lived modules will be 
broken otherwise
-Release:253%{?dist}
+Release:254%{?dist}
 Epoch:  %{perl_epoch}
 Summary:Practical Extraction and Report Language
 Group:  Development/Languages
@@ -1179,9 +1179,6 @@ BuildArch:  noarch
 Requires:   %perl_compat
 Requires:   perl(File::Spec) >= 0.8
 Requires:   perl(Pod::Simple) >= 3.06
-Requires:   perl(Pod::Text::Color)
-Requires:   perl(Pod::Text::Overstrike)
-Requires:   perl(Pod::Text::Termcap)
 Conflicts:  perl < 4:5.16.1-234
 
 %description podlators
@@ -2898,6 +2895,9 @@ sed \
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Thu Feb 07 2013 Petr Pisar  - 4:5.16.2-254
+- Correct perl-podlators dependencies
+
 * Tue Feb 05 2013 Petr Pisar  - 4:5.16.2-253
 - Sub-package Pod-Checker and Pod-Usage (bugs #907546, #907550)
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl] Obsolete perl-ExtUtils-Typemaps by perl-ExtUtils-ParseXS

2013-02-07 Thread Petr Pisar
commit 2f73a2408783fd354b78771fc62386d9541aeacb
Author: Petr Písař 
Date:   Thu Feb 7 15:36:20 2013 +0100

Obsolete perl-ExtUtils-Typemaps by perl-ExtUtils-ParseXS

 perl.spec |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 3c65ae6..8a29549 100644
--- a/perl.spec
+++ b/perl.spec
@@ -632,6 +632,7 @@ Version:3.16
 Requires:   perl-devel
 Requires:   %perl_compat
 BuildArch:  noarch
+Obsoletes:  perl-ExtUtils-Typemaps
 
 %description ExtUtils-ParseXS
 ExtUtils::ParseXS will compile XS code into C code by embedding the constructs
@@ -2897,6 +2898,7 @@ sed \
 %changelog
 * Thu Feb 07 2013 Petr Pisar  - 4:5.16.2-254
 - Correct perl-podlators dependencies
+- Obsolete perl-ExtUtils-Typemaps by perl-ExtUtils-ParseXS (bug #891952)
 
 * Tue Feb 05 2013 Petr Pisar  - 4:5.16.2-253
 - Sub-package Pod-Checker and Pod-Usage (bugs #907546, #907550)
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl/f18] Obsolete perl-ExtUtils-Typemaps by perl-ExtUtils-ParseXS

2013-02-07 Thread Petr Pisar
commit 6bc4c488f7a02deb255ba53f924f72199f6bab3c
Author: Petr Písař 
Date:   Thu Feb 7 15:36:20 2013 +0100

Obsolete perl-ExtUtils-Typemaps by perl-ExtUtils-ParseXS

 perl.spec |6 +-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index bb06c9c..9f13608 100644
--- a/perl.spec
+++ b/perl.spec
@@ -29,7 +29,7 @@
 Name:   perl
 Version:%{perl_version}
 # release number must be even higher, because dual-lived modules will be 
broken otherwise
-Release:237%{?dist}
+Release:238%{?dist}
 Epoch:  %{perl_epoch}
 Summary:Practical Extraction and Report Language
 Group:  Development/Languages
@@ -604,6 +604,7 @@ Version:3.16
 Requires:   perl-devel
 Requires:   perl = %{perl_epoch}:%{perl_version}-%{release}
 BuildArch:  noarch
+Obsoletes:  perl-ExtUtils-Typemaps
 
 %description ExtUtils-ParseXS
 ExtUtils::ParseXS will compile XS code into C code by embedding the constructs
@@ -2624,6 +2625,9 @@ sed \
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Thu Feb 07 2013 Petr Pisar  - 4:5.16.2-238
+- Obsolete perl-ExtUtils-Typemaps by perl-ExtUtils-ParseXS (bug #891952)
+
 * Fri Jan 11 2013 Petr Pisar  - 4:5.16.2-237
 - Fix CVE-2012-6329 (misparsing of maketext strings) (bug #884354)
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[pkgdb] perl-Term-UI ownership changed

2013-02-07 Thread Fedora PackageDB
Package perl-Term-UI in Fedora devel is now owned by ppisar

To make changes to this package see:
  https://admin.fedoraproject.org/pkgdb/acls/name/perl-Term-UI
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Term-UI-0.34.tar.gz uploaded to lookaside cache by ppisar

2013-02-07 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Term-UI:

f3166a9ffc24446f8faabbb267b509d8  Term-UI-0.34.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[pkgdb] perl-Log-Message (un)retirement

2013-02-07 Thread Fedora PackageDB
Package perl-Log-Message in Fedora devel has been unretired by limb and is now 
orphan.

To make changes to this package see:
  https://admin.fedoraproject.org/pkgdb/acls/name/perl-Log-Message
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: [perl-Pod-Parser] 1.60 bump

2013-02-07 Thread Paul Howarth

Hi Petr,

On 05/02/13 15:16, Petr Pisar wrote:

  # Tests:
  BuildRequires:  perl(Test::More) >= 0.6
+%if !%{defined perl_bootstrap}
+# Break circular dependency Pod::Checker <-> Pod::Parser
+BuildRequires:  perl(Pod::Checker) >= 1.40
+# Break circular dependency Pod::Usage <-> Pod::Select
+BuildRequires:  perl(Pod::Usage)
+%endif
  Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo 
$version))


...


  %check
+%if %{defined perl_bootstrap}
+# Break circular dependency Pod::Usage <-> Pod::Select
+rm -f t/pod/headings.t
+%endif
  make test

  %files
  %doc ANNOUNCE CHANGES README TODO
-%{_bindir}/*
+%if %{defined perl_bootstrap}
+# Break circular dependency Pod::Usage <-> Pod::Select
+%exclude %{_bindir}/podselect
+%else
+%{_bindir}/podselect
+%endif


These efforts to avoid a circular dependency between Pod::Parser and 
Pod::Usage don't actually work because ExtUtils::MakeMaker requires 
perl-podlators, which requires Pod::Usage, so it's pulled in anyway.


There are a number of dual-lived packages for which circular 
dependencies seem to be quite unavoidable and need special treatment 
when bootstrapping, e.g.:


ExtUtils::MakeMaker needs config.h from perl-devel, which requires 
ExtUtils::MakeMaker


ExtUtils::Manifest needs ExtUtils::MakeMaker, which needs ExtUtils::Manifest

perl-podlators needs ExtUtils::MakeMaker, which needs Pod::Man 
(perl-podlators)


Pod::Usage buildrequires ExtUtils::MakeMaker, which requires 
perl-podlators, which requires Pod::Usage


Pod::Select (perl-Pod-Parser) is required by perl-Pod-Usage; see above

perl-Pod-Perldoc is explicitly required by perl-Pod-Usage; see above

perl(parent) is required by perl-Pod-Perldoc; see above

I think there are similar issues with perl-Test-Simple, 
perl-Data-Dumper, perl-Digest and perl-Digest-SHA, but I haven't looked 
at them properly yet.


Paul.

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Term-UI] Reincarnate already died perl-Term-UI

2013-02-07 Thread Petr Pisar
commit a2cb9b1010cb6e879b7bb057f77a7b67539ce307
Author: Petr Písař 
Date:   Thu Feb 7 16:37:41 2013 +0100

Reincarnate already died perl-Term-UI

 .gitignore|1 +
 dead.package  |1 -
 perl-Term-UI.spec |   57 +
 sources   |1 +
 4 files changed, 59 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f05d667..1384fa9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Term-UI-0.18.tar.gz
+/Term-UI-0.34.tar.gz
diff --git a/perl-Term-UI.spec b/perl-Term-UI.spec
new file mode 100644
index 000..01edba8
--- /dev/null
+++ b/perl-Term-UI.spec
@@ -0,0 +1,57 @@
+Name:   perl-Term-UI
+Version:0.34
+Release:1%{?dist}
+Summary:Term::ReadLine user interface made easy
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Term-UI/
+Source0:
http://www.cpan.org/authors/id/B/BI/BINGOS/Term-UI-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+# Run-time:
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(if)
+BuildRequires:  perl(Locale::Maketext::Simple)
+BuildRequires:  perl(Log::Message)
+BuildRequires:  perl(Log::Message::Simple)
+BuildRequires:  perl(Params::Check)
+BuildRequires:  perl(Term::ReadLine)
+BuildRequires:  perl(vars)
+# Tests:
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Test::More)
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+%description
+Term::UI is a transparent way of eliminating the overhead of having to
+format a question and then validate the reply, informing the user if the
+answer was not proper and re-issuing the question.
+
+%prep
+%setup -q -n Term-UI-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc CHANGES README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Jan 25 2013 Petr Pisar  0.34-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
new file mode 100644
index 000..916b930
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+f3166a9ffc24446f8faabbb267b509d8  Term-UI-0.34.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Term-UI] Require deprecated module if needed

2013-02-07 Thread Petr Pisar
commit 011c26628978b37bc0da959944349fdf5f878b2f
Author: Petr Písař 
Date:   Thu Feb 7 17:11:52 2013 +0100

Require deprecated module if needed

 perl-Term-UI.spec |7 +++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/perl-Term-UI.spec b/perl-Term-UI.spec
index 01edba8..bc4e58e 100644
--- a/perl-Term-UI.spec
+++ b/perl-Term-UI.spec
@@ -13,6 +13,9 @@ BuildRequires:  perl(strict)
 # Run-time:
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
+%if 0%(perl -e 'print $] > 5.017')
+BuildRequires:  perl(deprecated)
+%endif
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(if)
 BuildRequires:  perl(Locale::Maketext::Simple)
@@ -26,6 +29,9 @@ BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+%if 0%(perl -e 'print $] > 5.017')
+Requires:   perl(deprecated)
+%endif
 
 %description
 Term::UI is a transparent way of eliminating the overhead of having to
@@ -55,3 +61,4 @@ make test
 %changelog
 * Fri Jan 25 2013 Petr Pisar  0.34-1
 - Specfile autogenerated by cpanspec 1.78.
+- Require deprecated module if needed
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Term-UI] Teach rpmlint

2013-02-07 Thread Petr Pisar
commit 1164c0f1ecbce9d108966ea0a8963df814489e89
Author: Petr Písař 
Date:   Thu Feb 7 17:12:49 2013 +0100

Teach rpmlint

 .rpmlint |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 000..b7ff871
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* ReadLine");
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Gtk2-1.247.tar.gz uploaded to lookaside cache by spot

2013-02-07 Thread Tom Callaway
A file has been added to the lookaside cache for perl-Gtk2:

b65b0293cce3ac3786c37a7fa508e506  Gtk2-1.247.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Gtk2] 1.247

2013-02-07 Thread Tom Callaway
commit 2fdcc93b3c5b01557384a10fda3cf4e72fdb385a
Author: Tom Callaway 
Date:   Thu Feb 7 13:48:56 2013 -0500

1.247

 .gitignore |1 +
 perl-Gtk2.spec |5 -
 sources|2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1352845..e2e3f13 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ Gtk2-1.203.tar.gz
 /Gtk2-1.243.tar.gz
 /Gtk2-1.245.tar.gz
 /Gtk2-1.246.tar.gz
+/Gtk2-1.247.tar.gz
diff --git a/perl-Gtk2.spec b/perl-Gtk2.spec
index 15ff80e..8d3f4a7 100644
--- a/perl-Gtk2.spec
+++ b/perl-Gtk2.spec
@@ -9,7 +9,7 @@
 # cat provides.txt | sort -n | uniq
 
 Name:   perl-Gtk2
-Version:1.246
+Version:1.247
 Release:1%{?dist}
 Summary:Perl interface to the 2.x series of the Gimp Toolkit library
 Group:  Development/Libraries
@@ -278,6 +278,9 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Thu Feb  7 2013 Tom Callaway  - 1.247-1
+- update to 1.247
+
 * Mon Dec 10 2012 Tom Callaway  - 1.246-1
 - update to 1.246
 
diff --git a/sources b/sources
index ea11efb..0a03f4d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9bf28808d7aff435166c59950eb2da38  Gtk2-1.246.tar.gz
+b65b0293cce3ac3786c37a7fa508e506  Gtk2-1.247.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Lingua-Identify-0.51.tar.gz uploaded to lookaside cache by bochecha

2013-02-07 Thread Mathieu Bridon
A file has been added to the lookaside cache for perl-Lingua-Identify:

f38680e3af82dd1fb70a4ceff31cfbad  Lingua-Identify-0.51.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Lingua-Identify] (11 commits) ...Upload the sources

2013-02-07 Thread Mathieu Bridon
Summary of changes:

  e7e7f54... Initial setup of the pre-review repo
  59af3ef... Initial package for Fedora
  75d9faa... Replace usage of the %{__perl} macro by the plain perl comm
  2047a90... Use DESTDIR instead of PERL_INSTALL_ROOT in the install sec
  9b9914d... Add missing build requirements
  5441aa1... New submission for Fedora
  0e77b37... Add missing build requirements
  cb517e4... Patch a unit test so it actually tests something (RT#83071)
  e5eb45f... New submission for Fedora
  3e8b0a5... The package was approved
  5cf6d6d... Upload the sources
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Lingua-Identify: 1/11] Initial setup of the pre-review repo

2013-02-07 Thread Mathieu Bridon
commit e7e7f541a495c30aff3080da93669e7d318a22de
Author: Mathieu Bridon 
Date:   Fri Jan 18 12:02:27 2013 +0800

Initial setup of the pre-review repo

 0 files changed, 0 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..e69de29
diff --git a/sources b/sources
new file mode 100644
index 000..e69de29
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Lingua-Identify: 2/11] Initial package for Fedora

2013-02-07 Thread Mathieu Bridon
commit 59af3ef3eb8dc45fd584e3cb09ce2ed92b6b1b5a
Author: Mathieu Bridon 
Date:   Fri Jan 18 13:16:19 2013 +0800

Initial package for Fedora

This was submitted on Fri Jan 18 2013:
https://bugzilla.redhat.com/show_bug.cgi?id=901419#c0

 perl-Lingua-Identify.spec |   70 +
 1 files changed, 70 insertions(+), 0 deletions(-)
---
diff --git a/perl-Lingua-Identify.spec b/perl-Lingua-Identify.spec
new file mode 100644
index 000..2f28ba5
--- /dev/null
+++ b/perl-Lingua-Identify.spec
@@ -0,0 +1,70 @@
+Name:   perl-Lingua-Identify
+Summary:Language identification
+Version:0.51
+Release:1%{?dist}
+License:GPL+ or Artistic
+URL:http://search.cpan.org/dist/Lingua-Identify/
+Source0:
http://www.cpan.org/authors/id/A/AM/AMBS/Lingua/Lingua-Identify-%{version}.tar.gz
+
+BuildArch:  noarch
+
+BuildRequires:  perl(Class::Factory::Util) >= 1.6
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(Text::Affixes) >= 0.07
+BuildRequires:  perl(Text::Ngram) >= 0.13
+
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
+%{?perl_default_filter}
+
+%description
+Lingua::Identify identifies the language a given string or file is written in.
+
+
+%package tools
+Summary:Tools related to Lingua::Identify
+Requires:   %{name} == %{version}-%{release}
+
+%description tools
+Tools related to Lingua::Identify.
+
+
+%prep
+%setup -q -n Lingua-Identify-%{version}
+
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+
+%install
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+
+%{_fixperms} %{buildroot}/*
+
+
+%check
+make test
+
+
+%files
+%doc Changes README
+%{_mandir}/man3/Lingua::Identify*
+%{perl_vendorlib}/Lingua
+
+%files tools
+%{_bindir}/langident
+%{_bindir}/make-lingua-identify-language
+%{_mandir}/man1/langident.1*
+%{_mandir}/man1/make-lingua-identify-language.1*
+
+
+%changelog
+* Fri Jan 18 2013 Mathieu Bridon  - 0.51-1
+- Initial package for Fedora, with help from cpanspec.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Lingua-Identify: 3/11] Replace usage of the %{__perl} macro by the plain perl command

2013-02-07 Thread Mathieu Bridon
commit 75d9faa8142558b06d4c74cc5130fbbdbf9d671a
Author: Mathieu Bridon 
Date:   Thu Jan 24 13:17:54 2013 +0800

Replace usage of the %{__perl} macro by the plain perl command

 perl-Lingua-Identify.spec |6 --
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/perl-Lingua-Identify.spec b/perl-Lingua-Identify.spec
index 2f28ba5..7810d1e 100644
--- a/perl-Lingua-Identify.spec
+++ b/perl-Lingua-Identify.spec
@@ -16,7 +16,7 @@ BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(Text::Affixes) >= 0.07
 BuildRequires:  perl(Text::Ngram) >= 0.13
 
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %{?perl_default_filter}
 
@@ -37,7 +37,7 @@ Tools related to Lingua::Identify.
 
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 
@@ -66,5 +66,7 @@ make test
 
 
 %changelog
+- Replace usage of the %%{__perl} macro by the plain perl command.
+
 * Fri Jan 18 2013 Mathieu Bridon  - 0.51-1
 - Initial package for Fedora, with help from cpanspec.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Lingua-Identify: 4/11] Use DESTDIR instead of PERL_INSTALL_ROOT in the install section

2013-02-07 Thread Mathieu Bridon
commit 2047a900ecc23992e6751b6d108334b59461291a
Author: Mathieu Bridon 
Date:   Thu Jan 24 13:18:11 2013 +0800

Use DESTDIR instead of PERL_INSTALL_ROOT in the install section

 perl-Lingua-Identify.spec |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/perl-Lingua-Identify.spec b/perl-Lingua-Identify.spec
index 7810d1e..2b7c88f 100644
--- a/perl-Lingua-Identify.spec
+++ b/perl-Lingua-Identify.spec
@@ -42,7 +42,7 @@ make %{?_smp_mflags}
 
 
 %install
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 
@@ -67,6 +67,7 @@ make test
 
 %changelog
 - Replace usage of the %%{__perl} macro by the plain perl command.
+- Use DESTDIR instead of PERL_INSTALL_ROOT in the install section.
 
 * Fri Jan 18 2013 Mathieu Bridon  - 0.51-1
 - Initial package for Fedora, with help from cpanspec.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Lingua-Identify: 5/11] Add missing build requirements

2013-02-07 Thread Mathieu Bridon
commit 9b9914d69885f5bd42256f22b6f1c4d45b54edaf
Author: Mathieu Bridon 
Date:   Thu Jan 24 13:33:10 2013 +0800

Add missing build requirements

 perl-Lingua-Identify.spec |5 +
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/perl-Lingua-Identify.spec b/perl-Lingua-Identify.spec
index 2b7c88f..487236d 100644
--- a/perl-Lingua-Identify.spec
+++ b/perl-Lingua-Identify.spec
@@ -8,8 +8,12 @@ Source0:
http://www.cpan.org/authors/id/A/AM/AMBS/Lingua/Lingua-Identify-
 
 BuildArch:  noarch
 
+BuildRequires:  perl(base)
 BuildRequires:  perl(Class::Factory::Util) >= 1.6
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Getopt::Std)
+BuildRequires:  perl(locale)
+BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
@@ -68,6 +72,7 @@ make test
 %changelog
 - Replace usage of the %%{__perl} macro by the plain perl command.
 - Use DESTDIR instead of PERL_INSTALL_ROOT in the install section.
+- Add missing build requirements.
 
 * Fri Jan 18 2013 Mathieu Bridon  - 0.51-1
 - Initial package for Fedora, with help from cpanspec.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Lingua-Identify: 6/11] New submission for Fedora

2013-02-07 Thread Mathieu Bridon
commit 5441aa15c6bc82c12597fb2cab089d61d7be315d
Author: Mathieu Bridon 
Date:   Thu Jan 24 13:35:10 2013 +0800

New submission for Fedora

This was submitted on Thu Jan 24 2013:
https://bugzilla.redhat.com/show_bug.cgi?id=901419#c2

 perl-Lingua-Identify.spec |4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/perl-Lingua-Identify.spec b/perl-Lingua-Identify.spec
index 487236d..ff879b5 100644
--- a/perl-Lingua-Identify.spec
+++ b/perl-Lingua-Identify.spec
@@ -1,7 +1,7 @@
 Name:   perl-Lingua-Identify
 Summary:Language identification
 Version:0.51
-Release:1%{?dist}
+Release:2%{?dist}
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Lingua-Identify/
 Source0:
http://www.cpan.org/authors/id/A/AM/AMBS/Lingua/Lingua-Identify-%{version}.tar.gz
@@ -30,6 +30,7 @@ Lingua::Identify identifies the language a given string or 
file is written in.
 
 %package tools
 Summary:Tools related to Lingua::Identify
+
 Requires:   %{name} == %{version}-%{release}
 
 %description tools
@@ -70,6 +71,7 @@ make test
 
 
 %changelog
+* Thu Jan 24 2013 Mathieu Bridon  - 0.51-2
 - Replace usage of the %%{__perl} macro by the plain perl command.
 - Use DESTDIR instead of PERL_INSTALL_ROOT in the install section.
 - Add missing build requirements.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Lingua-Identify: 7/11] Add missing build requirements

2013-02-07 Thread Mathieu Bridon
commit 0e77b375a2ad112efb287e43c08f157e0488c68d
Author: Mathieu Bridon 
Date:   Mon Feb 4 11:07:07 2013 +0800

Add missing build requirements

 perl-Lingua-Identify.spec |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/perl-Lingua-Identify.spec b/perl-Lingua-Identify.spec
index ff879b5..f086c67 100644
--- a/perl-Lingua-Identify.spec
+++ b/perl-Lingua-Identify.spec
@@ -10,6 +10,7 @@ BuildArch:  noarch
 
 BuildRequires:  perl(base)
 BuildRequires:  perl(Class::Factory::Util) >= 1.6
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Getopt::Std)
 BuildRequires:  perl(locale)
@@ -71,6 +72,8 @@ make test
 
 
 %changelog
+- Add missing build requirements.
+
 * Thu Jan 24 2013 Mathieu Bridon  - 0.51-2
 - Replace usage of the %%{__perl} macro by the plain perl command.
 - Use DESTDIR instead of PERL_INSTALL_ROOT in the install section.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Lingua-Identify: 8/11] Patch a unit test so it actually tests something (RT#83071)

2013-02-07 Thread Mathieu Bridon
commit cb517e4a0357b51373e4e5222524574d763f9c15
Author: Mathieu Bridon 
Date:   Mon Feb 4 13:06:17 2013 +0800

Patch a unit test so it actually tests something (RT#83071)

 Lingua-Identify-0.51-Fix-a-unit-test.patch |   26 ++
 perl-Lingua-Identify.spec  |5 +
 2 files changed, 31 insertions(+), 0 deletions(-)
---
diff --git a/Lingua-Identify-0.51-Fix-a-unit-test.patch 
b/Lingua-Identify-0.51-Fix-a-unit-test.patch
new file mode 100644
index 000..353f075
--- /dev/null
+++ b/Lingua-Identify-0.51-Fix-a-unit-test.patch
@@ -0,0 +1,26 @@
+From f15c2cf51da313b289673d9053ed20046284da7d Mon Sep 17 00:00:00 2001
+From: Mathieu Bridon 
+Date: Mon, 4 Feb 2013 10:46:49 +0800
+Subject: [PATCH] Fix a unit test
+
+https://rt.cpan.org/Public/Bug/Display.html?id=83071
+---
+ t/04-compile-make-lingua-identify-language.t |2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/t/04-compile-make-lingua-identify-language.t 
b/t/04-compile-make-lingua-identify-language.t
+index 7ce9b6e..009d5a8 100644
+--- a/t/04-compile-make-lingua-identify-language.t
 b/t/04-compile-make-lingua-identify-language.t
+@@ -3,7 +3,7 @@
+ 
+ use Test::More tests => 1;
+ 
+-my $file = "langident";
++my $file = "make-lingua-identify-language";
+ 
+ print "bail out! Script file is missing!" unless -e $file;
+ 
+-- 
+1.7.1
+
diff --git a/perl-Lingua-Identify.spec b/perl-Lingua-Identify.spec
index f086c67..966256a 100644
--- a/perl-Lingua-Identify.spec
+++ b/perl-Lingua-Identify.spec
@@ -6,6 +6,9 @@ License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Lingua-Identify/
 Source0:
http://www.cpan.org/authors/id/A/AM/AMBS/Lingua/Lingua-Identify-%{version}.tar.gz
 
+# https://rt.cpan.org/Public/Bug/Display.html?id=83071
+Patch0: Lingua-Identify-0.51-Fix-a-unit-test.patch
+
 BuildArch:  noarch
 
 BuildRequires:  perl(base)
@@ -19,6 +22,7 @@ BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(Text::Affixes) >= 0.07
+BuildRequires:  perl(Text::ExtractWords)
 BuildRequires:  perl(Text::Ngram) >= 0.13
 
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -73,6 +77,7 @@ make test
 
 %changelog
 - Add missing build requirements.
+- Patch a unit test so it actually tests something (RT#83071)
 
 * Thu Jan 24 2013 Mathieu Bridon  - 0.51-2
 - Replace usage of the %%{__perl} macro by the plain perl command.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Lingua-Identify: 9/11] New submission for Fedora

2013-02-07 Thread Mathieu Bridon
commit e5eb45ff61c7e36cee485d6f02aa1f37c89e7363
Author: Mathieu Bridon 
Date:   Mon Feb 4 13:09:23 2013 +0800

New submission for Fedora

This was submitted on Mon Feb 04 2013:
https://bugzilla.redhat.com/show_bug.cgi?id=901419#c5

 perl-Lingua-Identify.spec |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/perl-Lingua-Identify.spec b/perl-Lingua-Identify.spec
index 966256a..bade156 100644
--- a/perl-Lingua-Identify.spec
+++ b/perl-Lingua-Identify.spec
@@ -1,7 +1,7 @@
 Name:   perl-Lingua-Identify
 Summary:Language identification
 Version:0.51
-Release:2%{?dist}
+Release:3%{?dist}
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Lingua-Identify/
 Source0:
http://www.cpan.org/authors/id/A/AM/AMBS/Lingua/Lingua-Identify-%{version}.tar.gz
@@ -76,6 +76,7 @@ make test
 
 
 %changelog
+* Mon Feb 04 2013 Mathieu Bridon  - 0.51-3
 - Add missing build requirements.
 - Patch a unit test so it actually tests something (RT#83071)
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Lingua-Identify: 10/11] The package was approved

2013-02-07 Thread Mathieu Bridon
commit 3e8b0a5f2c3248a28717de75bdf286c5e609278b
Merge: 8313e69 e5eb45f
Author: Mathieu Bridon 
Date:   Fri Feb 8 14:57:37 2013 +0800

The package was approved

 Lingua-Identify-0.51-Fix-a-unit-test.patch |   26 
 perl-Lingua-Identify.spec  |   89 
 2 files changed, 115 insertions(+), 0 deletions(-)
---
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Lingua-Identify: 11/11] Upload the sources

2013-02-07 Thread Mathieu Bridon
commit 5cf6d6d6561d6873c0b543b8e0f8887090a95e55
Author: Mathieu Bridon 
Date:   Fri Feb 8 14:58:47 2013 +0800

Upload the sources

 .gitignore |1 +
 sources|1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..37bfdd7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Lingua-Identify-0.51.tar.gz
diff --git a/sources b/sources
index e69de29..9ac4bda 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+f38680e3af82dd1fb70a4ceff31cfbad  Lingua-Identify-0.51.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[pkgdb] perl-Log-Message ownership changed

2013-02-07 Thread Fedora PackageDB
Package perl-Log-Message in Fedora devel is now owned by ppisar

To make changes to this package see:
  https://admin.fedoraproject.org/pkgdb/acls/name/perl-Log-Message
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Log-Message-0.06.tar.gz uploaded to lookaside cache by ppisar

2013-02-07 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Log-Message:

c962d55a0d84a4ed1d82802fd9a530da  Log-Message-0.06.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Log-Message] Reincarnate already died perl-Log-Message

2013-02-07 Thread Petr Pisar
commit 0bcd0d8d70a966f16a3729a798e595b547adc3e4
Author: Petr Písař 
Date:   Fri Feb 8 08:47:33 2013 +0100

Reincarnate already died perl-Log-Message

 .gitignore|1 +
 dead.package  |1 -
 perl-Log-Message.spec |   58 +
 sources   |1 +
 4 files changed, 60 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ee6d0fe..0cc47cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Log-Message-0.01.tar.gz
+/Log-Message-0.06.tar.gz
diff --git a/perl-Log-Message.spec b/perl-Log-Message.spec
new file mode 100644
index 000..dba6573
--- /dev/null
+++ b/perl-Log-Message.spec
@@ -0,0 +1,58 @@
+Name:   perl-Log-Message
+# Epoch to compete with perl.spec
+Epoch:  1
+Version:0.06
+Release:1%{?dist}
+Summary:Generic message storing mechanism
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Log-Message/
+Source0:
http://www.cpan.org/authors/id/B/BI/BINGOS/Log-Message-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+# Run-time:
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(FileHandle)
+BuildRequires:  perl(if)
+BuildRequires:  perl(Locale::Maketext::Simple)
+BuildRequires:  perl(Module::Load)
+BuildRequires:  perl(Params::Check)
+BuildRequires:  perl(vars)
+# Tests:
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Test::More)
+Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+%description
+This package enables you to do generic message logging throughout programs and
+projects. Every message will be logged with stack traces, time stamps and so
+on.  You can use built-in handlers immediately, or after the fact when you
+inspect the error stack. It is highly configurable and let's you even provide
+your own handlers for dealing with messages.
+
+%prep
+%setup -q -n Log-Message-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc CHANGES README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Jan 24 2013 Petr Pisar  1:0.06-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
new file mode 100644
index 000..cd0ff90
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+c962d55a0d84a4ed1d82802fd9a530da  Log-Message-0.06.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Log-Message] Require deprecated module if needed

2013-02-07 Thread Petr Pisar
commit 332e6afbf158250a86053a69ab5fa21ace9627f4
Author: Petr Písař 
Date:   Fri Feb 8 08:58:19 2013 +0100

Require deprecated module if needed

 perl-Log-Message.spec |7 +++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/perl-Log-Message.spec b/perl-Log-Message.spec
index dba6573..a073eda 100644
--- a/perl-Log-Message.spec
+++ b/perl-Log-Message.spec
@@ -13,6 +13,9 @@ BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
 # Run-time:
 BuildRequires:  perl(Carp)
+%if 0%(perl -e 'print $] > 5.017')
+BuildRequires:  perl(deprecated)
+%endif
 BuildRequires:  perl(FileHandle)
 BuildRequires:  perl(if)
 BuildRequires:  perl(Locale::Maketext::Simple)
@@ -25,6 +28,9 @@ BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+%if 0%(perl -e 'print $] > 5.017')
+Requires:   perl(deprecated)
+%endif
 
 %description
 This package enables you to do generic message logging throughout programs and
@@ -56,3 +62,4 @@ make test
 %changelog
 * Thu Jan 24 2013 Petr Pisar  1:0.06-1
 - Specfile autogenerated by cpanspec 1.78.
+- Require deprecated module if needed
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel