rpms/perl-IPC-Shareable/devel perl-IPC-Shareable.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Tue Dec 13 20:08:26 UTC 2005


Author: jpo

Update of /cvs/extras/rpms/perl-IPC-Shareable/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30781/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-IPC-Shareable.spec 
Log Message:
auto-import perl-IPC-Shareable-0.60-1 on branch devel from perl-IPC-Shareable-0.60-1.src.rpm


--- NEW FILE perl-IPC-Shareable.spec ---
Name:           perl-IPC-Shareable
Version:        0.60
Release:        1%{?dist}
Summary:        Share Perl variables between processes

Group:          Development/Libraries
License:        GPL
URL:            http://search.cpan.org/dist/IPC-Shareable/
Source0:        http://www.cpan.org/authors/id/B/BS/BSUGARS/IPC-Shareable-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
IPC::Shareable allows you to tie a variable to shared memory making it
easy to share the contents of that variable with other Perl processes.
Scalars, arrays, and hashes can be tied.  The variable being tied may
contain arbitrarily complex data structures - including references to
arrays, hashes of hashes, etc.


%prep
%setup -q -n IPC-Shareable-%{version}
find eg -type f | xargs chmod 644


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


%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc CHANGES COPYING CREDITS DISCLAIMER README TO_DO eg/
%{perl_vendorlib}/IPC/
%{_mandir}/man3/*.3*


%changelog
* Sat Oct 22 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.60-1
- First build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-IPC-Shareable/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Dec 2005 20:07:17 -0000	1.1
+++ .cvsignore	13 Dec 2005 20:08:24 -0000	1.2
@@ -0,0 +1 @@
+IPC-Shareable-0.60.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-IPC-Shareable/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Dec 2005 20:07:17 -0000	1.1
+++ sources	13 Dec 2005 20:08:24 -0000	1.2
@@ -0,0 +1 @@
+51462dabfb4eec81e0b3417a9f9add4e  IPC-Shareable-0.60.tar.gz




More information about the scm-commits mailing list