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:
committed by
Git OBS Bridge
parent
e946ef67ee
commit
a0c81ddbf7
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9a9c65fb6d733e84583df3a3290b90b12aeaa48814658eebbc3fe3dc0a05e96
|
||||
size 36912
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac6363203e9d2a0db9cdc81a8a5e40749f28e38a47b22b0feb919e28c36c92bd
|
||||
size 37903
|
3
Text-vFile-asData-0.08.tar.gz
Normal file
3
Text-vFile-asData-0.08.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b291ab5e0f987c5172560a692234711a75e4596d83475f72d01278369532f82a
|
||||
size 37806
|
@@ -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
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -15,44 +15,36 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
#Distribution: %dist
|
||||
#Packager: %packager
|
||||
#Vendor: %vendor
|
||||
|
||||
Name: perl-Text-vFile-asData
|
||||
%define cpan_name Text-vFile-asData
|
||||
Summary: Parse vFile formatted files into data structures
|
||||
Version: 0.05
|
||||
Release: 1
|
||||
License: Artistic License
|
||||
Version: 0.08
|
||||
Release: 0
|
||||
%define cpan_name Text-vFile-asData
|
||||
Summary: parse vFile formatted files into data structures
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/perldoc?Text::vFile::asData
|
||||
Source: %{cpan_name}-%{version}.tar.bz2
|
||||
Url: http://search.cpan.org/dist/Text-vFile-asData/
|
||||
Source: http://www.cpan.org/authors/id/R/RC/RCLAMP/%{cpan_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Class::Accessor::Chained)
|
||||
BuildRequires: perl-Test-Pod
|
||||
Requires: perl(Class::Accessor::Chained)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
Requires: perl(Class::Accessor::Chained)
|
||||
Requires: perl(Test::More) >= 0.88
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
Text::vFile::asData reads vFile format files, such as vCard (RFC 2426) and
|
||||
vCalendar (RFC 2445).
|
||||
|
||||
Author:
|
||||
-------
|
||||
Richard Clamp
|
||||
Nik Clayton
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
|
||||
%{__make} %{?jobs:-j%jobs}
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
@@ -62,12 +54,8 @@ CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-, root, root)
|
||||
%doc Changes
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes examples
|
||||
|
||||
%changelog
|
||||
|
||||
|
Reference in New Issue
Block a user