From 1c4f4cfbf91c3ce658c629ae73b18d6e159a0ba40bf2600dcce3b2072c97e124 Mon Sep 17 00:00:00 2001 From: Christian Wittmer Date: Sun, 25 Jul 2010 14:47:07 +0000 Subject: [PATCH] removed dos2unix usage OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-IniFiles?expand=0&rev=12 --- perl-Config-IniFiles.changes | 5 +++++ perl-Config-IniFiles.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/perl-Config-IniFiles.changes b/perl-Config-IniFiles.changes index 9cd1bfe..cf460b3 100644 --- a/perl-Config-IniFiles.changes +++ b/perl-Config-IniFiles.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 25 14:46:23 UTC 2010 - chris@computersalat.de + +- removed dos2unix usage + ------------------------------------------------------------------- Wed Jun 2 12:22:56 UTC 2010 - chris@computersalat.de diff --git a/perl-Config-IniFiles.spec b/perl-Config-IniFiles.spec index 4ccbaed..a5a28b2 100644 --- a/perl-Config-IniFiles.spec +++ b/perl-Config-IniFiles.spec @@ -29,7 +29,6 @@ Url: http://search.cpan.org/dist/Config-IniFiles/ Source: %{cpan_name}-%{version}.tar.bz2 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: dos2unix BuildRequires: perl BuildRequires: perl(Module::Build) %if 0%{?suse_version} < 1120 @@ -57,7 +56,8 @@ Authors: %prep %setup -q -n Config-IniFiles-%{version} -dos2unix Changes +#rpmlint: wrong-file-end-of-line-encoding +%{__sed} -i -e "s/.$//" Changes %build %{__perl} Build.PL installdirs=vendor