[perl-IO-HTML] Import
by Petr Pisar
commit 703689a7634b58c35be1776ccd551ea5f8ecb004
Author: Petr Písař <ppisar(a)redhat.com>
Date: Tue Oct 2 18:08:54 2012 +0200
Import
.gitignore | 1 +
perl-IO-HTML.spec | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 50 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..b19b195 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/IO-HTML-0.04.tar.gz
diff --git a/perl-IO-HTML.spec b/perl-IO-HTML.spec
new file mode 100644
index 0000000..8c27685
--- /dev/null
+++ b/perl-IO-HTML.spec
@@ -0,0 +1,48 @@
+Name: perl-IO-HTML
+Version: 0.04
+Release: 1%{?dist}
+Summary: Open an HTML file with automatic character set detection
+License: GPL+ or Artistic
+Group: Development/Libraries
+URL: http://search.cpan.org/dist/IO-HTML/
+Source0: http://www.cpan.org/authors/id/C/CJ/CJM/IO-HTML-%{version}.tar.gz
+BuildArch: noarch
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
+# Run-time:
+BuildRequires: perl(Carp)
+BuildRequires: perl(Encode) >= 2.10
+BuildRequires: perl(Exporter) >= 5.57
+# Tests:
+BuildRequires: perl(File::Temp)
+BuildRequires: perl(Scalar::Util)
+BuildRequires: perl(Test::More) >= 0.88
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+IO::HTML provides an easy way to open a file containing HTML while
+automatically determining its encoding. It uses the HTML5 encoding sniffing
+algorithm specified in section 8.2.2.1 of the draft standard.
+
+%prep
+%setup -q -n IO-HTML-%{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 LICENSE README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Tue Oct 02 2012 Petr Pisar <ppisar(a)redhat.com> 0.04-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..c9790f1 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a26db9ec7e9bcce863696c0f184c8e13 IO-HTML-0.04.tar.gz
10 years, 5 months
[perl-Object-InsideOut] 3.96 bump
by Petr Pisar
commit 988516fa2b5350a820b80da30880c899a8495516
Author: Petr Písař <ppisar(a)redhat.com>
Date: Tue Oct 2 17:24:38 2012 +0200
3.96 bump
.gitignore | 1 +
perl-Object-InsideOut.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2fe073f..d551a50 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ Object-InsideOut-3.56.tar.gz
/Object-InsideOut-3.93.tar.gz
/Object-InsideOut-3.94.tar.gz
/Object-InsideOut-3.95.tar.gz
+/Object-InsideOut-3.96.tar.gz
diff --git a/perl-Object-InsideOut.spec b/perl-Object-InsideOut.spec
index 428921d..3ec4d92 100644
--- a/perl-Object-InsideOut.spec
+++ b/perl-Object-InsideOut.spec
@@ -1,5 +1,5 @@
Name: perl-Object-InsideOut
-Version: 3.95
+Version: 3.96
Release: 1%{?dist}
Summary: Comprehensive inside-out object support module
Group: Development/Libraries
@@ -77,6 +77,9 @@ make test
%changelog
+* Tue Oct 02 2012 Petr Pisar <ppisar(a)redhat.com> - 3.96-1
+- 3.96 bump
+
* Wed Jul 25 2012 Jitka Plesnikova <jplesnik(a)redhat.com> - 3.95-1
- 3.95 bump
diff --git a/sources b/sources
index 79abc7d..6158c52 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7244317f2c509871335429e6eb22e905 Object-InsideOut-3.95.tar.gz
+d0f75f9aee5357a86e1d40e5ef6d1409 Object-InsideOut-3.96.tar.gz
10 years, 5 months
Broken dependencies: perl-OpenOffice-UNO
by Fedora Koji Build System
perl-OpenOffice-UNO has broken dependencies in the rawhide tree:
On x86_64:
perl-OpenOffice-UNO-0.07-3.fc17.x86_64 requires perl(:MODULE_COMPAT_5.14.2)
On i386:
perl-OpenOffice-UNO-0.07-3.fc17.i686 requires perl(:MODULE_COMPAT_5.14.2)
perl-OpenOffice-UNO-0.07-3.fc17.i686 requires libsal_textenc.so
Please resolve this as soon as possible.
10 years, 5 months
Broken dependencies: perl-OpenOffice-UNO
by Fedora Koji Build System
perl-OpenOffice-UNO has broken dependencies in the F-18 tree:
On x86_64:
perl-OpenOffice-UNO-0.07-3.fc17.x86_64 requires perl(:MODULE_COMPAT_5.14.2)
On i386:
perl-OpenOffice-UNO-0.07-3.fc17.i686 requires perl(:MODULE_COMPAT_5.14.2)
perl-OpenOffice-UNO-0.07-3.fc17.i686 requires libsal_textenc.so
Please resolve this as soon as possible.
10 years, 5 months