]> git.pld-linux.org Git - packages/perl-IPC-SharedCache.git/blobdiff - perl-IPC-SharedCache.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-IPC-SharedCache.git] / perl-IPC-SharedCache.spec
index 8a0d47f10189de8a3c71f54f4ea62cc0460ddec3..63be5bb785b303054217f852f89653d057f1a411 100644 (file)
@@ -4,16 +4,16 @@
 
 %define                pdir    IPC
 %define                pnam    SharedCache
-%include       /usr/lib/rpm/macros.perl
 Summary:       IPC::SharedCache - manage a cache in SysV IPC shared memory
 Summary(pl.UTF-8):     IPC::SharedCache - zarządzanie pamięcią podręczną w pamięci dzielonej SysV
 Name:          perl-IPC-SharedCache
 Version:       1.3
-Release:       7
+Release:       8
 License:       GPL v2+
 Group:         Development/Languages/Perl
-Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+Source0:       http://www.cpan.org/modules/by-module/IPC/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: 4d5d159a6b41d42918b7c1fceafb43ae
+Patch0:                %{name}-wrap-IPC-ShareLite-new-calls-inside-eval-block.patch
 URL:           http://search.cpan.org/dist/IPC-SharedCache/
 BuildRequires: perl-Carp-Assert
 BuildRequires: perl-IPC-ShareLite >= 0.06
@@ -32,6 +32,7 @@ hash.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL \
@@ -53,4 +54,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc Changes ANNOUNCE
 %{perl_vendorlib}/IPC/SharedCache.pm
-%{_mandir}/man3/*.3pm*
+%{_mandir}/man3/IPC::SharedCache.3pm*
This page took 0.054827 seconds and 4 git commands to generate.