ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Andrey Brindeew <abr@altlinux.ru>
To: ALT Devel discussion list <devel@altlinux.ru>
Subject: Re: [devel] Perl модули
Date: Tue, 29 Mar 2005 16:51:52 +0400
Message-ID: <20050329125152.GA10144@abr.pp.ru> (raw)
In-Reply-To: <1111902648.3026.15.camel@alpha.fastlink.ru>

[-- Attachment #1: Type: text/plain, Size: 390 bytes --]

On Sun, Mar 27, 2005 at 09:50:48AM +0400, Вячеслав Диконов wrote:
> > Ну, это не ко мне:
> > $ rpm --changelog -qp perl-SOAP-Lite-0.60-alt2.a.src.rpm | head -1
> > * Вск Дек 12 2004 Andrey Brindeew <abr@altlinux.org> 0.60-alt2.a
> В нем что, ошибки есть? Можно тот spec посмотреть?

attached

-- 
WBR, Andrey Brindeew.
"No one person can understand Perl culture completely"
(C) Larry Wall.

[-- Attachment #2: perl-SOAP-Lite.spec --]
[-- Type: text/plain, Size: 2846 bytes --]

%define module		SOAP-Lite
%define m_distro	SOAP-Lite
%define m_name		SOAP::Lite
%define m_author_id	BYRNE
%define tarball_ver	0.60a
Name: perl-%module
Version: 0.60
Release: alt2.a
Summary: Client and server side SOAP implementation
Summary(ru_RU.UTF-8): п п╩п╦п╣п╫я┌я│п╨п╟я▐ п╦ я│п╣я─п╡п╣я─п╫п╟я▐ я─п╣п╟п╩п╦п╥п╟я├п╦п╦ SOAP
License: GPL
Group: Development/Perl
Url: %CPAN %m_distro
Packager: Andrey Brindeew <abr@altlinux.org>
BuildArch: noarch

Source: %m_distro-%tarball_ver.tar.gz
Patch0: perl-SOAP-Lite-0.60a-alt-paths.patch

Requires: perl-XML-Parser
BuildRequires: perl-Compress-Zlib perl-Crypt-SSLeay perl-MIME-Lite perl-MailTools perl-Net-Jabber perl-URI perl-XML-Parser perl-devel perl-libnet perl-libwww-perl

%package examples
Summary: %m_name examples
Group: Development/Perl
Requires: %name = %version-%release

%description examples
This package contains %m_name examples.

%description
%m_name for Perl is a collection of Perl modules which provides a simple 
and lightweight interface to the Simple Object Access Protocol (SOAP) both 
on client and server side. This version of SOAP::Lite supports a subset of
the SOAP 1.1 specification and has initial support for SOAP 1.2 specification.

%description -l ru_RU.UTF-8
%m_name п╢п╩я▐ Perl - п╨п╬п╩п╩п╣п╨я├п╦я▐ Perl-п╪п╬п╢я┐п╩п╣п╧, п©я─п╣п╢п╬я│я┌п╟п╡п╩я▐я▌я┴п╟я▐ п©я─п╬я│я┌п╬п╧ п╦ п╩я▒пЁп╨п╦п╧
п╦п╫я┌п╣я─я└п╣п╧я│ п╨ Simple Object Access Protocol (SOAP) п╨п╟п╨ п╫п╟ я│п╣я─п╡п╣я─п╣, я┌п╟п╨ п╦ п╫п╟ п╨п╩п╦п╣п╫я┌п╣.
п■п╟п╫п╫п╟я▐ п╡п╣я─я│п╦я▐ %m_name п©п╬п╢п╢п╣я─п╤п╦п╡п╟п╣я┌ п©п╬п╢п╪п╫п╬п╤п╣я│я┌п╡п╬ я│п©п╣я├п╦я└п╦п╨п╟я├п╦п╦ SOAP п╡п╣я─я│п╦п╦ 1.1 п╦
п╦п╪п╣п╣я┌ п╫п╟я┤п╟п╩я▄п╫я┐я▌ п©п╬п╢п╢п╣я─п╤п╨я┐ я│п©п╣я├п╦я└п╦п╨п╟я├п╦п╦ SOAP п╡п╣я─я│п╦п╦ 1.2.

# This disables deparsing of SOAP::Transport::MQ which requires proprietary software
%add_findreq_skiplist %perl_vendor_privlib/SOAP/Transport/MQ.pm
# This disables searching requires in this module
%add_findreq_skiplist %perl_vendor_privlib/SOAP/Transport/HTTP.pm

%prep
%setup -q -n %m_distro-%version
%patch0 -p1

%build
%perl_vendor_build

%install
%perl_vendor_install
%__mkdir_p $RPM_BUILD_ROOT%_docdir/%name-%version
%__cp -a README Changes examples $RPM_BUILD_ROOT%_docdir/%name-%version/

%files
%_bindir/*
%perl_vendor_privlib/Apache
%perl_vendor_privlib/IO
%perl_vendor_privlib/SOAP
%perl_vendor_privlib/UDDI
%perl_vendor_privlib/XML
%perl_vendor_privlib/XMLRPC
%perl_vendor_man1dir/*
%perl_vendor_man3dir/*
%_docdir/%name-%version/README
%_docdir/%name-%version/Changes

%files examples
%dir %_docdir/%name-%version
%_docdir/%name-%version/examples

%changelog
* Sun Dec 12 2004 Andrey Brindeew <abr@altlinux.org> 0.60-alt2.a
- rebuild with new rpm-build-perl
- invalid paths for env patched
- examples are now in separate package

* Sun Nov 28 2004 Andrey Brindeew <abr@altlinux.org> 0.60-alt1.a
- First build for ALT Linux


  reply	other threads:[~2005-03-29 12:51 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-26 13:22 Вячеслав Диконов
2005-03-26 14:35 ` Anton D. Kachalov
2005-03-26 15:09   ` Вячеслав Диконов
2005-03-26 15:16 ` Nikolay A. Fetisov
2005-03-26 15:12   ` Вячеслав Диконов
2005-03-26 15:20     ` Anton D. Kachalov
2005-03-26 15:41     ` Nikolay A. Fetisov
2005-03-26 15:47       ` Вячеслав Диконов
2005-03-26 16:13         ` Nikolay A. Fetisov
2005-03-26 16:14           ` Вячеслав Диконов
2005-03-26 16:40             ` Nikolay A. Fetisov
2005-03-26 22:41               ` Вячеслав Диконов
2005-03-26 23:42                 ` Nikolay A. Fetisov
2005-03-27  5:50                   ` Вячеслав Диконов
2005-03-29 12:51                     ` Andrey Brindeew [this message]
2005-03-29 18:11                       ` Вячеслав Диконов
2005-03-30  6:29                         ` Andrey Brindeew
2005-04-02 18:48         ` [devel] " Alexey Tourbin
2005-04-02 19:57           ` Alexey Tourbin
2005-04-02 18:27 ` Alexey Tourbin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050329125152.GA10144@abr.pp.ru \
    --to=abr@altlinux.ru \
    --cc=devel@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git