8
0
Files
perl-Algorithm-Diff/perl-Algorithm-Diff.spec
Stephan Kulow 4873d436e7 Accepting request 296839 from devel:languages:perl:autoupdate
- updated to 1.1903
   see /usr/share/doc/packages/perl-Algorithm-Diff/Changes
  1.19_03 2014-11-25
  - Fix documentation typos (RT 84981)
    contributed by dsteinbrunner
  - add -w and -i switches to diffnew.pl (RT 69945)
    contributed by Brian.Eschner
  - Remove Algorithm::DiffOld from the index
    The module is still distributed with Algorithm::Diff, but is not indexed on
    CPAN because this is an ***UNAUTHORIZED*** release of Algorithm::DiffOld.
- droped requirement to patch - it clearly doesn't use patch at all

OBS-URL: https://build.opensuse.org/request/show/296839
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Algorithm-Diff?expand=0&rev=26
2015-04-15 14:45:31 +00:00

57 lines
1.6 KiB
RPMSpec

#
# spec file for package perl-Algorithm-Diff
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-Algorithm-Diff
Version: 1.1903
Release: 0
%define cpan_name Algorithm-Diff
Summary: Compute `intelligent' differences between two files / lists
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Algorithm-Diff/
Source: http://www.cpan.org/authors/id/T/TY/TYEMQ/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
%{perl_requires}
%description
Compute `intelligent' differences between two files / lists
%prep
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
%{__make} test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%changelog