Stephan Kulow 2013-11-25 10:12:05 +00:00 committed by Git OBS Bridge
parent 7b701830cf
commit 444488241f
4 changed files with 25 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:29de14a69df8a26f7e8ff73daca5afa7acc84cc9b7ae28093a5b1af09a4830b6
size 13223

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Nov 25 07:38:18 UTC 2013 - coolo@suse.com
- updated to 0.094001
require Mixin-Linewise 0.102 to avoid busted 0.101
tiny documentation tweak
update repo and bugtracker
-------------------------------------------------------------------
Mon Jan 17 16:22:42 UTC 2011 - coolo@novell.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Pod-Eventual
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# 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
@ -15,23 +15,27 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-Pod-Eventual
Version: 0.093330
Version: 0.094001
Release: 0
%define cpan_name Pod-Eventual
Summary: read a POD document as a series of trivial events
License: GPL-1.0+ or Artistic-1.0
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Pod-Eventual/
Source: http://www.cpan.org/authors/id/R/RJ/RJBS/Pod-Eventual-%{version}.tar.gz
Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Mixin::Linewise::Readers) >= 0.001
BuildRequires: perl(Mixin::Linewise::Readers) >= 0.102
BuildRequires: perl(Test::Deep)
Requires: perl(Mixin::Linewise::Readers) >= 0.001
Requires: perl(Test::Deep)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
BuildRequires: perl(Test::More) >= 0.96
#BuildRequires: perl(Pod::Eventual)
#BuildRequires: perl(Pod::Eventual::Simple)
#BuildRequires: perl(String::Truncate)
Requires: perl(Mixin::Linewise::Readers) >= 0.102
%{perl_requires}
%description
@ -65,11 +69,8 @@ will be called, and will raise an exception.
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(644,root,root,755)
%defattr(-,root,root,755)
%doc Changes eg LICENSE README
%changelog