SPECS: perl-HTML-Entities-Numbered.spec (NEW), perl-Net-SMTP-TLS.s...

radek radek at pld-linux.org
Mon Apr 30 15:07:24 CEST 2007


Author: radek                        Date: Mon Apr 30 13:07:24 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   perl-HTML-Entities-Numbered.spec (NONE -> 1.1)  (NEW), perl-Net-SMTP-TLS.spec (NONE -> 1.1)  (NEW), perl-XML-Liberal.spec (NONE -> 1.1)  (NEW), perl-XML-RSS-Liberal.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/perl-HTML-Entities-Numbered.spec
diff -u /dev/null SPECS/perl-HTML-Entities-Numbered.spec:1.1
--- /dev/null	Mon Apr 30 15:07:24 2007
+++ SPECS/perl-HTML-Entities-Numbered.spec	Mon Apr 30 15:07:19 2007
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	tests		# do not perform "make test"
+#
+%include	/usr/lib/rpm/macros.perl
+%define	pdir	HTML
+%define	pnam	Entities-Numbered
+Summary:	HTML::Entities::Numbered - Conversion of numbered HTML entities
+#Summary(pl.UTF-8):	
+Name:		perl-HTML-Entities-Numbered
+Version:	0.04
+Release:	1
+# same as perl
+License:	GPL v1+ or Artistic
+Group:		Development/Languages/Perl
+Source0:	http://www.cpan.org/modules/by-module/HTML/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5:	9bc61132c10aa506d2629b37a2012729
+URL:		http://search.cpan.org/dist/HTML-Entities-Numbered/
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+HTML::Entities::Numbered is a content conversion filter for named HTML
+entities (symbols, mathmetical symbols, Greek letters, Latin letters,
+etc.).
+
+# %description -l pl.UTF-8
+# TODO
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+	INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes
+%{perl_vendorlib}/HTML/Entities
+%{_mandir}/man3/*
+
+%define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/04/30 13:07:19  radek
+- new
+

================================================================
Index: SPECS/perl-Net-SMTP-TLS.spec
diff -u /dev/null SPECS/perl-Net-SMTP-TLS.spec:1.1
--- /dev/null	Mon Apr 30 15:07:24 2007
+++ SPECS/perl-Net-SMTP-TLS.spec	Mon Apr 30 15:07:19 2007
@@ -0,0 +1,72 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	tests		# do not perform "make test"
+#
+%include	/usr/lib/rpm/macros.perl
+%define	pdir	Net
+%define	pnam	SMTP-TLS
+Summary:	Net::SMTP::TLS - An SMTP client supporting TLS and AUTH
+#Summary(pl.UTF-8):	
+Name:		perl-Net-SMTP-TLS
+Version:	0.12
+Release:	1
+# same as perl
+License:	GPL v1+ or Artistic
+Group:		Development/Languages/Perl
+Source0:	http://www.cpan.org/modules/by-module/Net/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5:	a845eba3670e56a197ecd37f571d153a
+URL:		http://search.cpan.org/dist/Net-SMTP-TLS/
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
+%if %{with tests}
+BuildRequires:	perl-Digest-HMAC
+BuildRequires:	perl-IO-Socket-SSL
+BuildRequires:	perl-Net-SSLeay
+%endif
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Net::SMTP::TLS is a TLS and AUTH capable SMTP client which offers an
+interface that users will find familiar from Net::SMTP. Net::SMTP::TLS
+implements a subset of the methods provided by that module, but
+certainly not (yet) a complete mirror image of that API.
+
+# %description -l pl.UTF-8
+# TODO
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+	INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes
+%{perl_vendorlib}/Net/SMTP/*.pm
+%{_mandir}/man3/*
+
+%define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/04/30 13:07:19  radek
+- new
+

================================================================
Index: SPECS/perl-XML-Liberal.spec
diff -u /dev/null SPECS/perl-XML-Liberal.spec:1.1
--- /dev/null	Mon Apr 30 15:07:24 2007
+++ SPECS/perl-XML-Liberal.spec	Mon Apr 30 15:07:19 2007
@@ -0,0 +1,72 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	tests		# do not perform "make test"
+#
+%include	/usr/lib/rpm/macros.perl
+%define	pdir	XML
+%define	pnam	Liberal
+Summary:	XML::Liberal - Super liberal XML parser that parses broken XML
+#Summary(pl.UTF-8):	
+Name:		perl-XML-Liberal
+Version:	0.17
+Release:	1
+# same as perl
+License:	GPL v1+ or Artistic
+Group:		Development/Languages/Perl
+Source0:	http://www.cpan.org/modules/by-module/XML/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5:	b05497aac368f46bf08e5a461bbdde0f
+URL:		http://search.cpan.org/dist/XML-Liberal/
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
+%if %{with tests}
+BuildRequires:	perl(HTML::Entities::Numbered) >= 0.04
+BuildRequires:	perl-Class-Accessor
+BuildRequires:	perl-Module-Pluggable-Fast >= 0.16
+BuildRequires:	perl-XML-LibXML >= 1.58
+%endif
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+XML::Liberal is a super liberal XML parser that can fix broken XML
+stream and create a DOM node out of it.
+
+# %description -l pl.UTF-8
+# TODO
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+	INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes
+%{perl_vendorlib}/XML/*.pm
+%{perl_vendorlib}/XML/Liberal
+%{_mandir}/man3/*
+
+%define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/04/30 13:07:19  radek
+- new
+

================================================================
Index: SPECS/perl-XML-RSS-Liberal.spec
diff -u /dev/null SPECS/perl-XML-RSS-Liberal.spec:1.1
--- /dev/null	Mon Apr 30 15:07:24 2007
+++ SPECS/perl-XML-RSS-Liberal.spec	Mon Apr 30 15:07:19 2007
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	tests		# do not perform "make test"
+#
+%include	/usr/lib/rpm/macros.perl
+%define	pdir	XML
+%define	pnam	RSS-Liberal
+Summary:	XML::RSS::Liberal - XML::RSS With A Liberal Parser
+#Summary(pl.UTF-8):	
+Name:		perl-XML-RSS-Liberal
+Version:	0.03_01
+Release:	1
+# same as perl
+License:	GPL v1+ or Artistic
+Group:		Development/Languages/Perl
+Source0:	http://www.cpan.org/modules/by-authors/id/D/DM/DMAKI/XML-RSS-Liberal-0.03_01.tar.gz
+# Source0-md5:	2d626250801895d50a41e32aca6f0cd7
+URL:		http://search.cpan.org/dist/XML-RSS-Liberal/
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
+%if %{with tests}
+BuildRequires:	perl(XML::Liberal)
+BuildRequires:	perl-XML-RSS-LibXML >= 0.30
+%endif
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+XML::RSS::Liberal is a subclass of XML::RSS::LibXML, for those of you who
+want to parse broken RSS files (as they often are). It uses XML::Liberal as
+its core parser, and therefore it can parse whatever broken XML you provided,
+so as long as XML::Liberal can tolerate it.
+
+# %description -l pl.UTF-8
+# TODO
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-0.03
+
+%build
+%{__perl} Makefile.PL \
+	INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes
+%{perl_vendorlib}/XML/RSS/*.pm
+%{_mandir}/man3/*
+
+%define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/04/30 13:07:19  radek
+- new
+
================================================================


More information about the pld-cvs-commit mailing list