8
0

Accepting request 91897 from devel:languages:perl

- regenerate with cpanspec 1.78.05

OBS-URL: https://build.opensuse.org/request/show/91897
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Algorithm-Diff?expand=0&rev=18
This commit is contained in:
Stephan Kulow
2011-11-17 15:03:07 +00:00
committed by Git OBS Bridge
4 changed files with 22 additions and 30 deletions

View File

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

View File

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

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 17 08:51:02 UTC 2011 - coolo@suse.com
- regenerate with cpanspec 1.78.05
-------------------------------------------------------------------
Tue Aug 30 19:00:15 UTC 2011 - andrea.turrini@gmail.com

View File

@@ -15,44 +15,35 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-Algorithm-Diff
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary: Compute 'Intelligent' Differences Between Two Files or Lists
Version: 1.1902
Release: 141
License: GPL+ or Artistic
Release: 1
License: GPL-1.0+ or Artistic
%define cpan_name Algorithm-Diff
Summary: Compute `intelligent' differences between two files / lists
Url: http://search.cpan.org/dist/Algorithm-Diff/
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Algorithm-Diff
Source0: %{cpan_name}-%{version}.tar.bz2
Source: http://www.cpan.org/authors/id/T/TY/TYEMQ/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Data::Dumper)
# other not perl || perl-base
#MANUAL BEGIN
BuildRequires: patch
# other not perl || perl-base
Requires: patch
#MANUAL END
%{perl_requires}
%description
This is a module for computing the difference between two files, two
strings, or any other two lists of things. It uses an intelligent
algorithm similar to (or identical to) the one used by the Unix "diff"
program. It is guaranteed to find the *smallest possible* set of
differences.
Authors:
--------
Tye McQueen (http://perlmonks.org/?node=tye)
Compute `intelligent' differences between two files / lists
%prep
%setup -q -n %{cpan_name}-%{version}
%setup -q -n %{cpan_name}-%{version}
%build
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
@@ -63,12 +54,8 @@ perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files -f %{name}.files
# normally you only need to check for doc files
%defattr(-,root,root)
%defattr(-,root,root,755)
%doc Changes README
%changelog