Author: glen                         Date: Mon May 12 10:54:05 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new packages by Ilja Bobkevič <ilja.bobkevic at delfi.lt>

---- Files affected:
SPECS:
   perl-SOAP-WSDL.spec (NONE -> 1.1)  (NEW), perl-Class-Std.spec (NONE -> 1.1)  
(NEW), perl-Class-Std-Fast.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/perl-SOAP-WSDL.spec
diff -u /dev/null SPECS/perl-SOAP-WSDL.spec:1.1
--- /dev/null   Mon May 12 12:54:05 2008
+++ SPECS/perl-SOAP-WSDL.spec   Mon May 12 12:54:00 2008
@@ -0,0 +1,87 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_with    tests   # perform "make test"
+#
+%include       /usr/lib/rpm/macros.perl
+%define                pdir    SOAP
+%define                pnam    WSDL
+Summary:       SOAP::WSDL - SOAP with WSDL support
+Name:          perl-SOAP-WSDL
+Version:       2.00.01
+Release:       1
+License:       GPL
+Group:         Development/Languages/Perl
+Source0:       
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 9296ece09358cf85e72e93705d2499b9
+URL:           http://soap-wsdl.sourceforge.net/
+BuildRequires: perl-Class-Std-Fast
+BuildRequires: perl-Module-Build
+BuildRequires: perl-Template-Toolkit
+BuildRequires: perl-Term-ReadKey
+BuildRequires: perl-TimeDate
+BuildRequires: perl-XML-Parser
+BuildRequires: perl-modules
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+SOAP::WSDL provides easy access to Web Services with WSDL
+descriptions. The WSDL is parsed and stored in memory. Your data is
+serialized according to the rules in the WSDL. The only transport
+mechanisms currently supported are http and https.
+
+%package examples
+Summary:       SOAP::WSDL - examples
+Group:         Development/Languages/Perl
+
+%description examples
+Examples for SOAP::WSDL.
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+cp -a example/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+# don't package .pod
+rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/SOAP/WSDL/*.pod
+rm -rf $RPM_BUILD_ROOT%{perl_vendorlib}/SOAP/WSDL/Manual
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README TODO
+%attr(755,root,root) %{_bindir}/wsdl2perl.pl
+%{perl_vendorlib}/SOAP/*.pm
+%{perl_vendorlib}/SOAP/WSDL
+%{_mandir}/man3/SOAP*
+%{_mandir}/man1/wsdl2perl.pl.1p*
+
+%files examples
+%defattr(644,root,root,755)
+%{_examplesdir}/%{name}-%{version}
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008-05-12 10:54:00  glen
+- new packages by Ilja Bobkevič <ilja.bobkevic at delfi.lt>

================================================================
Index: SPECS/perl-Class-Std.spec
diff -u /dev/null SPECS/perl-Class-Std.spec:1.1
--- /dev/null   Mon May 12 12:54:05 2008
+++ SPECS/perl-Class-Std.spec   Mon May 12 12:54:00 2008
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without tests           # do not perform "make test"
+#
+%include       /usr/lib/rpm/macros.perl
+%define        pdir    Class
+%define        pnam    Std
+Summary:       Class::Std - Support for creating standard "inside-out" classes
+Name:          perl-Class-Std
+Version:       0.0.9
+Release:       1
+License:       GPL
+Group:         Development/Languages/Perl
+Source0:       
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 376e009ce786d7f1887b212d6582e63f
+BuildRequires: perl-modules >= 1:5.8.8
+BuildRequires: perl-version >= 0.44
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This module provides tools that help to implement the "inside out
+object" class structure in a convenient and standard way.
+
+%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 README
+%{perl_vendorlib}/Class/*.pm
+%{_mandir}/man3/*
+
+%define        date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008-05-12 10:54:00  glen
+- new packages by Ilja Bobkevič <ilja.bobkevic at delfi.lt>

================================================================
Index: SPECS/perl-Class-Std-Fast.spec
diff -u /dev/null SPECS/perl-Class-Std-Fast.spec:1.1
--- /dev/null   Mon May 12 12:54:05 2008
+++ SPECS/perl-Class-Std-Fast.spec      Mon May 12 12:54:00 2008
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without tests           # do not perform "make test"
+#
+%include       /usr/lib/rpm/macros.perl
+%define        pdir    Class
+%define        pnam    Std-Fast
+Summary:       Class::Std::Fast - faster but less secure than Class::Std
+Name:          perl-Class-Std-Fast
+Version:       0.0.6
+Release:       1
+License:       GPL
+Group:         Development/Languages/Perl
+Source0:       
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-v%{version}.tar.gz
+# Source0-md5: 28057406109b2bad802827e41be217a7
+BuildRequires: perl-Class-Std >= 0.0.9
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Class::Std::Fast allows you to use the beautiful API of Class::Std in
+a faster way than Class::Std does. You can get the object's ident via
+scalarifiyng your object. Getting the objects ident is still possible
+via the ident method, but it's faster to scalarify your object.
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-v%{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 README
+%dir %{perl_vendorlib}/Class/Std
+%{perl_vendorlib}/Class/Std/*.pm
+%dir %{perl_vendorlib}/Class/Std/Fast
+%{perl_vendorlib}/Class/Std/Fast/*.pm
+%{_mandir}/man3/*
+
+%define        date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008-05-12 10:54:00  glen
+- new packages by Ilja Bobkevič <ilja.bobkevic at delfi.lt>
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to