8
0
Vítězslav Čížek
2011-02-02 13:51:11 +00:00
committed by Git OBS Bridge
parent 3da6792c43
commit 9ac4a78a90
4 changed files with 11 additions and 5 deletions

View File

@@ -19,6 +19,7 @@
Name: perl-IO-stringy
%define cpan_name IO-stringy
License: Artistic
Group: Development/Libraries/Perl
Url: http://www.zeegee.com/code/perl/IO-stringy/
@@ -28,7 +29,7 @@ AutoReqProv: on
Summary: I/O on in-core objects like strings and arrays
Version: 2.110
Release: 144
Source: IO-stringy-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
@@ -44,7 +45,7 @@ Authors:
Eryq <eryq@zeegee.com>
%prep
%setup -n IO-stringy-%{version}
%setup -n %{cpan_name}-%{version}
%build
perl Makefile.PL