Accepting request 54565 from devel:languages:perl

Accepted submit request 54565 from user coolo

OBS-URL: https://build.opensuse.org/request/show/54565
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IO-stringy?expand=0&rev=11
This commit is contained in:
Lars Vogdt 2010-12-05 20:59:15 +00:00 committed by Git OBS Bridge
commit db92beafe3
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Nov 30 19:20:21 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Mon Nov 29 18:30:18 UTC 2010 - coolo@novell.com
- remove /var/adm/perl-modules
-------------------------------------------------------------------
Tue Oct 19 08:38:42 UTC 2010 - coolo@novell.com

View File

@ -24,14 +24,15 @@ Group: Development/Libraries/Perl
Url: http://www.zeegee.com/code/perl/IO-stringy/
Provides: p_iostrn
Obsoletes: p_iostrn
Requires: perl = %{perl_version}
AutoReqProv: on
Summary: I/O on in-core objects like strings and arrays
Version: 2.110
Release: 143
Source: IO-stringy-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
%description
I/O on in-core objects like strings and arrays
@ -63,7 +64,6 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor
%{perl_vendorarch}/auto/IO
%{perl_vendorarch}/auto/IO/Stringy
%doc %{_mandir}/man3/*.gz
/var/adm/perl-modules/perl-IO-stringy
%doc MANIFEST COPYING README*
%changelog