rpms/perl-Net-STOMP-Client/EL-5 perl-Net-STOMP-Client.spec, NONE, 1.1 sources, 1.1, 1.2

stevetraylen stevetraylen at fedoraproject.org
Tue Mar 9 11:52:09 UTC 2010


Author: stevetraylen

Update of /cvs/pkgs/rpms/perl-Net-STOMP-Client/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31470/EL-5

Modified Files:
	sources 
Added Files:
	perl-Net-STOMP-Client.spec 
Log Message:
Populate branches.



--- NEW FILE perl-Net-STOMP-Client.spec ---
Name:           perl-Net-STOMP-Client
Version:        0.8
Release:        2%{?dist}
Summary:        STOMP object oriented client module
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Net-STOMP-Client/
Source0:        ftp://ftp.funet.fi/pub/CPAN/modules/by-module/Net/Net-STOMP-Client-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(IO::Socket::SSL)
BuildRequires:  perl(Test::More)
Requires:       perl(IO::Socket::SSL)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module provides an object oriented client interface to interact with
servers supporting STOMP (Streaming Text Orientated Messaging Protocol). It
supports the major features of messaging brokers: SSL, asynchronous I/O,
receipts and transactions.

%prep
%setup -q -n Net-STOMP-Client-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install DESTDIR=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Tue Mar 09 2010 Steve Traylen <steve.traylen at cern.ch> - 0.8-2
- Bump for first EPEL/F release

* Tue Mar 02 2010 Steve Traylen <steve.traylen at cern.ch> 0.8-1
- Specfile autogenerated by cpanspec 1.78.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-STOMP-Client/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	9 Mar 2010 06:25:09 -0000	1.1
+++ sources	9 Mar 2010 11:52:09 -0000	1.2
@@ -0,0 +1 @@
+94b6b61ac64c91be844aa94efe1c9247  Net-STOMP-Client-0.8.tar.gz




More information about the perl-devel mailing list