Accepting request 296433 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/296433
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-vFile-asData?expand=0&rev=7
This commit is contained in:
Stephan Kulow
2015-04-15 09:12:39 +00:00
committed by Git OBS Bridge
parent e946ef67ee
commit a0c81ddbf7
5 changed files with 51 additions and 35 deletions

View File

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

View File

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

View File

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

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Tue Apr 14 20:04:03 UTC 2015 - coolo@suse.com
- updated to 0.08
see /usr/share/doc/packages/perl-Text-vFile-asData/Changes
0.08 Monday 28th January, 2013
Merge fix from Ashley Willis - Only " should get special
treatment as a quote character.
https://github.com/richardc/perl-text-vfile-asdata/pull/1
0.07 Wednesday 25th August, 2010
Switch to ExtUtils::MakeMaker as Module::Build got
uppity and started generating bad Makefile.PL files
0.06 Friday 20th August, 2010
Fix case with ' in entities (Richard Russo)
-------------------------------------------------------------------
Tue Apr 14 20:04:02 UTC 2015 - coolo@suse.com
- updated to 0.07
see /usr/share/doc/packages/perl-Text-vFile-asData/Changes
0.07 Wednesday 25th August, 2010
Switch to ExtUtils::MakeMaker as Module::Build got
uppity and started generating bad Makefile.PL files
0.06 Friday 20th August, 2010
Fix case with ' in entities (Richard Russo)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 1 09:44:39 UTC 2010 - coolo@novell.com Wed Dec 1 09:44:39 UTC 2010 - coolo@novell.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Text-vFile-asData # spec file for package perl-Text-vFile-asData
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX 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
@@ -15,44 +15,36 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
#Distribution: %dist
#Packager: %packager
#Vendor: %vendor
Name: perl-Text-vFile-asData Name: perl-Text-vFile-asData
%define cpan_name Text-vFile-asData Version: 0.08
Summary: Parse vFile formatted files into data structures Release: 0
Version: 0.05 %define cpan_name Text-vFile-asData
Release: 1 Summary: parse vFile formatted files into data structures
License: Artistic License License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/perldoc?Text::vFile::asData Url: http://search.cpan.org/dist/Text-vFile-asData/
Source: %{cpan_name}-%{version}.tar.bz2 Source: http://www.cpan.org/authors/id/R/RC/RCLAMP/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Class::Accessor::Chained) BuildRequires: perl(Class::Accessor::Chained)
BuildRequires: perl-Test-Pod BuildRequires: perl(Test::More) >= 0.88
Requires: perl(Class::Accessor::Chained) Requires: perl(Class::Accessor::Chained)
Requires: perl(Test::More) >= 0.88
%{perl_requires}
%description %description
Text::vFile::asData reads vFile format files, such as vCard (RFC 2426) and Text::vFile::asData reads vFile format files, such as vCard (RFC 2426) and
vCalendar (RFC 2445). vCalendar (RFC 2445).
Author:
-------
Richard Clamp
Nik Clayton
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
%build %build
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL %{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?jobs:-j%jobs} %{__make} %{?_smp_mflags}
%check %check
%{__make} test %{__make} test
@@ -62,12 +54,8 @@ CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
%perl_process_packlist %perl_process_packlist
%perl_gen_filelist %perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files -f %{name}.files %files -f %{name}.files
%defattr(-, root, root) %defattr(-,root,root,755)
%doc Changes %doc Changes examples
%changelog %changelog