SPECS: perl-XML-SAX-Expat-Incremental.spec (NEW) - initial, not fi...

agaran agaran at pld-linux.org
Mon Jul 17 00:57:11 CEST 2006


Author: agaran                       Date: Sun Jul 16 22:57:11 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial, not finished, not tested, beware

---- Files affected:
SPECS:
   perl-XML-SAX-Expat-Incremental.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/perl-XML-SAX-Expat-Incremental.spec
diff -u /dev/null SPECS/perl-XML-SAX-Expat-Incremental.spec:1.1
--- /dev/null	Mon Jul 17 00:57:11 2006
+++ SPECS/perl-XML-SAX-Expat-Incremental.spec	Mon Jul 17 00:57:06 2006
@@ -0,0 +1,80 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	tests	# do not perform "make test"
+#
+%include	/usr/lib/rpm/macros.perl
+%define		pdir	XML
+%define		pnam	SAX-Expat-Incremental
+Summary:	XML::SAX::Expat-Incremental - SAX2 driver for Expat (XML::Parser)
+Name:		perl-XML-SAX-Expat-Incremental
+Version:	0.04
+Release:	0.1
+# same as perl
+License:	GPL v1+ or Artistic
+Group:		Development/Languages/Perl
+Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5:	073448591f374103a124a4a2b26992a5
+BuildRequires:	perl-XML-NamespaceSupport >= 0.03
+BuildRequires:	perl-XML-Parser >= 2.27
+BuildRequires:	perl-XML-SAX >= 0.03
+BuildRequires:	perl(XML::SAX::Base) >= 1.00
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
+%if %{with autodeps} || %{with tests}
+BuildRequires:	perl-XML-SAX-Expat
+BuildRequires:	perl-Test-Exception
+%endif
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is an implementation of a SAX2 driver sitting on top of Expat
+(XML::Parser).
+# FIXME
+
+%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
+
+%post
+umask 022
+%{__perl} -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::Expat))->save_parsers()"
+
+%postun
+if [ "$1" = "0" ]; then
+	umask 022
+	%{__perl} -MXML::SAX -e "XML::SAX->remove_parser(q(XML::SAX::Expat))->save_parsers()"
+fi
+
+%files
+%defattr(644,root,root,755)
+# %%doc Changes
+%{perl_vendorlib}/XML/SAX/Expat/Incremental.pm
+%dir %attr(755,root,root) %{perl_vendorlib}/XML/SAX/Expat/Incremental.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  2006/07/16 22:57:06  agaran
+- initial, not finished, not tested, beware
+
================================================================


More information about the pld-cvs-commit mailing list