removed dos2unix usage
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-IniFiles?expand=0&rev=12
This commit is contained in:
parent
9e7c86b7a5
commit
1c4f4cfbf9
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user