- updated to 1.22
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Compare?expand=0&rev=5
This commit is contained in:
parent
f3afe8e982
commit
36925643f8
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 11 12:06:23 UTC 2012 - coolo@suse.com
|
||||
|
||||
- updated to 1.22
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 19:32:06 UTC 2011 - coolo@novell.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Data-Compare
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 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
|
||||
@ -16,25 +16,23 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: perl-Data-Compare
|
||||
Version: 1.22
|
||||
Release: 1
|
||||
License: CHECK(Distributable)
|
||||
Release: 0
|
||||
%define cpan_name Data-Compare
|
||||
Summary: compare perl data structures
|
||||
Url: http://search.cpan.org/dist/Data-Compare/
|
||||
Summary: Compare perl data structures
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
Group: Development/Libraries/Perl
|
||||
#Source: http://www.cpan.org/authors/id/D/DC/DCANTRELL/Data-Compare-%{version}.tar.gz
|
||||
Source: %{cpan_name}-%{version}.tar.gz
|
||||
BuildRequires: perl(File::Find::Rule) >= 0.1
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
Url: http://search.cpan.org/dist/Data-Compare/
|
||||
Source: http://www.cpan.org/authors/id/D/DC/DCANTRELL/%{cpan_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(File::Find::Rule) >= 0.1
|
||||
#BuildRequires: perl(Data::Compare)
|
||||
#BuildRequires: perl(the)
|
||||
Requires: perl(File::Find::Rule) >= 0.1
|
||||
Requires: perl(Scalar::Util)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -83,6 +81,7 @@ lurking deep down in your data as well as at the top level, so beware!
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
@ -96,11 +95,8 @@ lurking deep down in your data as well as at the top level, so beware!
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(644,root,root,755)
|
||||
%defattr(-,root,root,755)
|
||||
%doc ARTISTIC.txt CHANGES GPL2.txt MAINTAINERS-NOTE NOTES README TODO
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user