8
0
Pascal Bleser
2011-04-18 19:47:46 +00:00
committed by Git OBS Bridge
parent ebf3e72cd5
commit 57e90b7af4
4 changed files with 22 additions and 12 deletions

View File

@@ -1,5 +1,6 @@
# vim: set ts=4 sw=4 et:
#
# spec file for package perl-Text-Diff (Version 1.37)
# spec file for package perl-Text-Diff (Version 1.40)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -15,18 +16,17 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-Text-Diff
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary: Perform Diffs on Files and Record Sets
Version: 1.37
Release: 6
Version: 1.41
Release: 1
License: GPL/Artistic
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Text-Diff
Source: %{cpan_name}-%{version}.tar.bz2
Source: http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Text-Diff-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
@@ -49,11 +49,14 @@ be a valid diff and comprehensible by "patch". We haven't seen any
differences between Algorithm::Diff's logic and GNU diff's, but we have
not examined them to make sure they are indeed identical.
Author:
Adam Kennedy <adamk@cpan.org>
Barrie Slaymaker <barries@slaysys.com>
Authors:
--------
Adam Kennedy <adamk@cpan.org>
Barrie Slaymaker <barries@slaysys.com>
%prep
%setup -q -n %{cpan_name}-%{version}
@@ -70,7 +73,7 @@ perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
%perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%{?buildroot:%__rm -rf "%{buildroot}"}
%files -f %{name}.files
# normally you only need to check for doc files