]> git.pld-linux.org Git - packages/perl-IPC-SharedCache.git/commitdiff
- spec by Radosław Zieliński
authordepesz <depesz@depesz.pl>
Mon, 15 Jul 2002 07:42:32 +0000 (07:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-IPC-SharedCache.spec -> 1.1

perl-IPC-SharedCache.spec [new file with mode: 0644]

diff --git a/perl-IPC-SharedCache.spec b/perl-IPC-SharedCache.spec
new file mode 100644 (file)
index 0000000..4e120b0
--- /dev/null
@@ -0,0 +1,49 @@
+# $Revision: 1.1 $
+%include       /usr/lib/rpm/macros.perl
+%define        pdir    IPC
+%define        pnam    SharedCache
+Summary:       %{pdir}::%{pnam} perl module
+Summary(pl):   Modu³ perla %{pdir}::%{pnam}
+Name:          perl-%{pdir}-%{pnam}
+Version:       1.3
+Release:       1
+License:       GPL
+Group:         Development/Languages/Perl
+Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildRequires: perl >= 5.005
+BuildRequires: perl(IPC::ShareLite) >= 0.06 perl(Storable) perl(Carp) perl(IPC::SysV)
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+
+%description
+This module provides a shared memory cache accessed as a tied hash.
+
+%description -l pl
+Ten modu³ udostêpnia cache pamiêci dzielonej, dostêpny jako
+dowi±zany hash.
+
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+perl Makefile.PL
+%{__make}
+%{__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 ANNOUNCE
+%{perl_sitelib}/%{pdir}/%{pnam}.pm
+%{_mandir}/man3/*.3pm.gz
This page took 0.101333 seconds and 4 git commands to generate.