Accepting request 149931 from home:computersalat:devel:perl

update to 0.18

OBS-URL: https://build.opensuse.org/request/show/149931
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Object-Realize-Later?expand=0&rev=11
This commit is contained in:
Christian Wittmer
2013-01-25 19:23:49 +00:00
committed by Git OBS Bridge
parent e63f4c9ee4
commit 9b31688eec
3 changed files with 51 additions and 36 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a6a8e79c8bd4e90241c937ae82ac2a606bd3c2c7b2cd229a7d396ccb77080a0
size 9914

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Jan 25 13:39:47 UTC 2013 - chris@computersalat.de
- update to 0.18: Fri Jun 8 16:12:16 CEST 2007
* add Test::Pod to pre-requisits.
- version 0.17: Fri Jun 8 16:09:52 CEST 2007
* added t/pod.t
* use oodist to generate documentation
- version 0.16: Sun Mar 25 17:10:24 CEST 2007
* generate pod with OODoc 0.99
* removed need for version, mkdist, mkdoc
* removed README.oodoc
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 1 13:22:47 UTC 2010 - coolo@novell.com Wed Dec 1 13:22:47 UTC 2010 - coolo@novell.com

View File

@@ -1,56 +1,61 @@
# norootforbuild #
# spec file for package perl-Object-Realize-Later
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
Name: perl-Object-Realize-Later # Please submit bugfixes or comments via http://bugs.opensuse.org/
Version: 0.15 #
Release: 0
Summary: This module helps you implementing delay loading of object-data
License: GPL or Artistic License Name: perl-Object-Realize-Later
Group: Development/Libraries/Perl Version: 0.18
Url: http://search.cpan.org/~markov/Object-Realize-Later-%{version} Release: 0
Source0: http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/Object-Realize-Later-%{version}.tar.gz %define cpan_name Object-Realize-Later
BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: This module helps you implementing delay loading of object-data
License: GPL-2.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/~markov/Object-Realize-Later-%{version}
Source0: http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/Object-Realize-Later-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::Pod) >= 1.00
%{perl_requires} %{perl_requires}
BuildRequires: perl perl-macros
%description %description
This module helps you implementing delay loading of object-data. This module helps you implementing delay loading of object-data.
While creating a stub-object, Object::Realize::Later simulates you While creating a stub-object, Object::Realize::Later simulates you
got the real data. got the real data.
Author:
-------
Mark Overmeer
%prep %prep
%setup -q -n Object-Realize-Later-%{version} %setup -q -n %{cpan_name}-%{version}
%build %build
%__perl Makefile.PL %{__perl} Makefile.PL INSTALLDIRS=vendor
%__make %{__make} %{?_smp_mflags}
%check %check
%__make test %{__make} test
%install %install
%perl_make_install %perl_make_install
%perl_process_packlist %perl_process_packlist
%perl_gen_filelist
%clean %clean
%__rm -rf %{BuildRoot} %{__rm} -rf %{buildroot}
%files %files -f %{name}.files
%defattr(-, root, root) %defattr(-,root,root,-)
%doc Changes README %doc Changes README
%dir %{perl_vendorlib}/Object
%dir %{perl_vendorlib}/Object/Realize
%{perl_vendorlib}/Object/Realize/Later.pm
%{perl_vendorlib}/Object/Realize/Later.pod
%{_mandir}/man3/Object::Realize::Later.3pm.gz
%changelog %changelog
* Fri Oct 31 2008 Richard Bos <rbos@opensuse.org> - 0.15
- Fixed rpmlint errors
* Wed Mar 14 2007 Marcus Hüwe <suse-tux@gmx.de> - 0.15
- fixed BuildRequires
* Sat Jun 10 2006 Marcus Hüwe <suse-tux@gmx.de>
- initial build