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:
committed by
Git OBS Bridge
parent
e63f4c9ee4
commit
9b31688eec
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a6a8e79c8bd4e90241c937ae82ac2a606bd3c2c7b2cd229a7d396ccb77080a0
|
||||
size 9914
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
Version: 0.15
|
||||
Release: 0
|
||||
Summary: This module helps you implementing delay loading of object-data
|
||||
License: GPL or Artistic License
|
||||
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
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Object-Realize-Later
|
||||
Version: 0.18
|
||||
Release: 0
|
||||
%define cpan_name Object-Realize-Later
|
||||
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}
|
||||
BuildRequires: perl perl-macros
|
||||
|
||||
%description
|
||||
This module helps you implementing delay loading of object-data.
|
||||
While creating a stub-object, Object::Realize::Later simulates you
|
||||
got the real data.
|
||||
|
||||
Author:
|
||||
-------
|
||||
Mark Overmeer
|
||||
|
||||
%prep
|
||||
%setup -q -n Object-Realize-Later-%{version}
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%__perl Makefile.PL
|
||||
%__make
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%__make test
|
||||
%{__make} test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%__rm -rf %{BuildRoot}
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,-)
|
||||
%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
|
||||
* 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
|
||||
|
Reference in New Issue
Block a user