8
0

Accepting request 455525 from home:mimi_vx:branches:devel:languages:perl

- spec-cleaned

OBS-URL: https://build.opensuse.org/request/show/455525
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Finder?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2017-02-13 06:26:20 +00:00
committed by Git OBS Bridge
parent f0e0a330d8
commit 92a571fe11
2 changed files with 17 additions and 14 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 8 14:53:32 UTC 2017 - mimi.vx@gmail.com
- spec-cleaned
-------------------------------------------------------------------
Thu Apr 14 08:35:36 UTC 2011 - coolo@opensuse.org

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-File-Finder (Version 0.53)
# spec file for package perl-File-Finder
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,17 +15,16 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define cpan_name File-Finder
Name: perl-File-Finder
Version: 0.53
Release: 1
License: GPL+ or Artistic
%define cpan_name File-Finder
Release: 0
Summary: nice wrapper for File::Find ala find(1)
Url: http://search.cpan.org/dist/File-Finder/
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/File-Finder/
Source: http://www.cpan.org/authors/id/M/ME/MERLYN/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker)
@@ -33,6 +32,8 @@ BuildRequires: perl(Test::More)
BuildRequires: perl(Text::Glob)
Requires: perl(Test::More)
Requires: perl(Text::Glob)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{perl_requires}
%description
@@ -129,20 +130,17 @@ below.
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%check
%{__make} test
make %{?_smp_mflags} test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README TODO