%define module Data-Buffer %define name perl-%{module} %define version 0.04 %define release 3%{_dist_release} Name: %{name} Version: %{version} Release: %{release} Summary: Read/write buffer class Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/%{module}/ Source: http://search.cpan.org/CPAN/authors/id/B/BT/BTROTT/%{module}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Vendor: Project Vine Distribution: Vine Linux %description Data::Buffer implements a low-level binary buffer in which you can get and put integers, strings, and other data. Internally the implementation is based on pack and unpack, such that Data::Buffer is really a layer on top of those built-in functions. %prep %setup -q -n %{module}-%{version} %build CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" %{__make} %check %{__make} test %install rm -rf %{buildroot} %makeinstall rm -f %{buildroot}%{perl_archlib}/perllocal.pod rm -rf %{buildroot}%{perl_vendorarch} %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc README Changes %{_mandir}/man3*/* %{perl_vendorlib}/Data/* %changelog * Sat Oct 11 2014 Ryoichi INAGAKI 0.04-3 - rebuilt with perl-5.16.3. * Sat Apr 30 2011 Yoji TOYODA 0.04-2 - rebuild with perl-5.12.3 * Fri May 02 2008 Satoshi IWAMOTO 0.04-1vl5 - rebuild with perl 5.10 - new versioning policy * Mon Mar 10 2008 Satoshi IWAMOTO 0.04-0vl1 - built for VineSeed * Sun Mar 09 2008 Satoshi IWAMOTO 0.04-0vl0.43 - rebuilt to relase for VinePlus 4.2 * Tue Mar 04 2008 Satoshi IWAMOTO 0.04-0vl0.42 - built for Vine 4.2 (testing)