Stephan Kulow 2012-01-11 12:15:04 +00:00 committed by Git OBS Bridge
parent f3afe8e982
commit 36925643f8
2 changed files with 18 additions and 17 deletions

View File

@ -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 Fri Jan 21 19:32:06 UTC 2011 - coolo@novell.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Data-Compare # 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 # 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
@ -16,25 +16,23 @@
# #
Name: perl-Data-Compare Name: perl-Data-Compare
Version: 1.22 Version: 1.22
Release: 1 Release: 0
License: CHECK(Distributable)
%define cpan_name Data-Compare %define cpan_name Data-Compare
Summary: compare perl data structures Summary: Compare perl data structures
Url: http://search.cpan.org/dist/Data-Compare/ License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/D/DC/DCANTRELL/Data-Compare-%{version}.tar.gz Url: http://search.cpan.org/dist/Data-Compare/
Source: %{cpan_name}-%{version}.tar.gz Source: http://www.cpan.org/authors/id/D/DC/DCANTRELL/%{cpan_name}-%{version}.tar.gz
BuildRequires: perl(File::Find::Rule) >= 0.1 BuildArch: noarch
BuildRequires: perl(Scalar::Util) BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros 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(File::Find::Rule) >= 0.1
Requires: perl(Scalar::Util)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{perl_requires} %{perl_requires}
%description %description
@ -83,6 +81,7 @@ lurking deep down in your data as well as at the top level, so beware!
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor %{__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_process_packlist
%perl_gen_filelist %perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files %files -f %{name}.files
%defattr(644,root,root,755) %defattr(-,root,root,755)
%doc ARTISTIC.txt CHANGES GPL2.txt MAINTAINERS-NOTE NOTES README TODO %doc ARTISTIC.txt CHANGES GPL2.txt MAINTAINERS-NOTE NOTES README TODO
%changelog %changelog