From 7bc94805a7494c8221f6ec727eca3592b72c2b0d34348a545a32f62e0e44cfc2 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 17 Nov 2011 08:51:38 +0000 Subject: [PATCH] - regenerate with cpanspec 1.78.05 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Algorithm-Diff?expand=0&rev=23 --- Algorithm-Diff-1.1902.tar.bz2 | 3 --- Algorithm-Diff-1.1902.tar.gz | 3 +++ perl-Algorithm-Diff.changes | 5 +++++ perl-Algorithm-Diff.spec | 41 ++++++++++++----------------------- 4 files changed, 22 insertions(+), 30 deletions(-) delete mode 100644 Algorithm-Diff-1.1902.tar.bz2 create mode 100644 Algorithm-Diff-1.1902.tar.gz diff --git a/Algorithm-Diff-1.1902.tar.bz2 b/Algorithm-Diff-1.1902.tar.bz2 deleted file mode 100644 index f4efedd..0000000 --- a/Algorithm-Diff-1.1902.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6db6bb880ff6aecab78ac90502d532ac01032a276c3e1c93bd66bb65ef63c67 -size 28245 diff --git a/Algorithm-Diff-1.1902.tar.gz b/Algorithm-Diff-1.1902.tar.gz new file mode 100644 index 0000000..e964610 --- /dev/null +++ b/Algorithm-Diff-1.1902.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b40dbf406770c6bcbd1a26a3f2343fa1563675085b63932d06f37e60098375 +size 33529 diff --git a/perl-Algorithm-Diff.changes b/perl-Algorithm-Diff.changes index e02074a..4555225 100644 --- a/perl-Algorithm-Diff.changes +++ b/perl-Algorithm-Diff.changes @@ -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 diff --git a/perl-Algorithm-Diff.spec b/perl-Algorithm-Diff.spec index 68c64b8..20e0b9f 100644 --- a/perl-Algorithm-Diff.spec +++ b/perl-Algorithm-Diff.spec @@ -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: 139 -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