forked from pool/perl-XML-Dumper
Compare commits
10 Commits
e25b21f9bb
...
17b69763a4
Author | SHA256 | Date | |
---|---|---|---|
|
17b69763a4 | ||
|
5b628a84d3 | ||
7e10b9a011 | |||
|
de953bd89b | ||
|
35c0c57d2b | ||
|
029cb1f0af | ||
|
e09a279bdb | ||
|
ad34556f02 | ||
|
4b579e7700 | ||
|
c0a3b4b89c |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dae1fbe4e7caba9cd57e0a54ceef3c61d9a9a3d844095e65fcd2b109f2ceb125
|
||||
size 16705
|
3
XML-Dumper-0.81.tar.gz
Normal file
3
XML-Dumper-0.81.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4170eb5236e1261baeb5c47dd4fe73bdb84baf562dd84f01ddded46b403f8e0
|
||||
size 17988
|
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 27 06:22:15 UTC 2013 - coolo@suse.com
|
||||
|
||||
- update license to new format
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 18 11:08:07 UTC 2011 - coolo@suse.com
|
||||
|
||||
- use original .tar.gz
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 1 13:36:10 UTC 2010 - coolo@novell.com
|
||||
|
||||
- switch to perl_requires macro
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-XML-Dumper (Version 0.81)
|
||||
# spec file for package perl-XML-Dumper
|
||||
#
|
||||
# Copyright (c) 2010 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,21 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: perl-XML-Dumper
|
||||
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
||||
%define cpan_name XML-Dumper
|
||||
Summary: Perl module for dumping Perl objects from/to XML
|
||||
Version: 0.81
|
||||
Release: 44
|
||||
License: Artistic-1.0 or GPL-2.0+
|
||||
Group: Development/Libraries/Perl
|
||||
License: Artistic License .. ; GPLv2+
|
||||
Version: 0.81
|
||||
Release: 0
|
||||
Url: http://search.cpan.org/dist/XML-Dumper
|
||||
Source: %{cpan_name}-%{version}.tar.bz2
|
||||
Source: %{cpan_name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl-XML-Parser >= 2.16
|
||||
Requires: perl = %{perl_version}
|
||||
BuildRequires: perl-macros
|
||||
Requires: perl-XML-Parser >= 2.16
|
||||
|
||||
%description
|
||||
|
Reference in New Issue
Block a user