8
0

Accepting request 29455 from devel:languages:perl

Copy from devel:languages:perl/perl-PerlIO-via-dynamic based on submit request 29455 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PerlIO-via-dynamic?expand=0&rev=5
This commit is contained in:
OBS User autobuild
2010-01-14 17:52:51 +00:00
committed by Git OBS Bridge
parent c13f40ba2c
commit c9256eae5f
2 changed files with 9 additions and 14 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
- enable parallel build
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 18 04:49:09 CEST 2006 - lmuelle@suse.de Mon Sep 18 04:49:09 CEST 2006 - lmuelle@suse.de

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-PerlIO-via-dynamic (Version 0.12) # spec file for package perl-PerlIO-via-dynamic (Version 0.12)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -19,14 +19,14 @@
Name: perl-PerlIO-via-dynamic Name: perl-PerlIO-via-dynamic
License: Artistic License License: Artistic
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://cpan.org/ Url: http://cpan.org/
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
AutoReqProv: on AutoReqProv: on
Summary: dynamic PerlIO layers Summary: dynamic PerlIO layers
Version: 0.12 Version: 0.12
Release: 121 Release: 122
Source: http://cpan.org/modules/by-module/PerlIO/PerlIO-via-dynamic-%{version}.tar.bz2 Source: http://cpan.org/modules/by-module/PerlIO/PerlIO-via-dynamic-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -46,7 +46,7 @@ Authors:
%build %build
perl Makefile.PL perl Makefile.PL
%{__make} %{__make} %{?_smp_mflags}
%install %install
%perl_make_install %perl_make_install
@@ -68,13 +68,3 @@ perl Makefile.PL
/var/adm/perl-modules/%{name} /var/adm/perl-modules/%{name}
%changelog %changelog
* Mon Sep 18 2006 lmuelle@suse.de
- Update to version 0.12.
* Dummy release, as I accidentally delete the previous
one from pause.
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Wed Feb 16 2005 schwab@suse.de
- Don't remove BuildRoot in %%install.
* Mon Feb 14 2005 lmuelle@suse.de
- Initial SuSE package.