forked from pool/perl-Algorithm-Diff
- regenerate with cpanspec 1.78.05
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Algorithm-Diff?expand=0&rev=23
This commit is contained in:
committed by
Git OBS Bridge
parent
9f02b283a3
commit
7bc94805a7
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c6db6bb880ff6aecab78ac90502d532ac01032a276c3e1c93bd66bb65ef63c67
|
|
||||||
size 28245
|
|
3
Algorithm-Diff-1.1902.tar.gz
Normal file
3
Algorithm-Diff-1.1902.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c8b40dbf406770c6bcbd1a26a3f2343fa1563675085b63932d06f37e60098375
|
||||||
|
size 33529
|
@@ -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
|
Tue Aug 30 19:00:15 UTC 2011 - andrea.turrini@gmail.com
|
||||||
|
|
||||||
|
@@ -15,44 +15,35 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Algorithm-Diff
|
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
|
Version: 1.1902
|
||||||
Release: 139
|
Release: 1
|
||||||
License: GPL+ or Artistic
|
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
|
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
|
||||||
Source0: %{cpan_name}-%{version}.tar.bz2
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{perl_requires}
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Data::Dumper)
|
#MANUAL BEGIN
|
||||||
# other not perl || perl-base
|
|
||||||
BuildRequires: patch
|
BuildRequires: patch
|
||||||
# other not perl || perl-base
|
|
||||||
Requires: patch
|
Requires: patch
|
||||||
|
#MANUAL END
|
||||||
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is a module for computing the difference between two files, two
|
Compute `intelligent' differences between two files / lists
|
||||||
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)
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -63,12 +54,8 @@ perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
|||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
# normally you only need to check for doc files
|
%defattr(-,root,root,755)
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user