8
0
Stephan Kulow
2014-03-17 08:34:14 +00:00
committed by Git OBS Bridge
parent 429d7481bf
commit cccc56c2fa
4 changed files with 17 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Perl-Version
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,22 +16,21 @@
#
Name: perl-Perl-Version
Version: 1.011
Release: 1
License: GPL-1.0+ or Artistic-1.0
Version: 1.013
Release: 0
%define cpan_name Perl-Version
Summary: Parse and manipulate Perl version strings
Url: http://search.cpan.org/dist/Perl-Version/
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Source: http://www.cpan.org/authors/id/A/AN/ANDYA/%{cpan_name}-%{version}.tar.gz
Url: http://search.cpan.org/dist/Perl-Version/
Source: http://www.cpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(File::Slurp) >= 9999.12
Requires: perl(File::Slurp) >= 9999.12
BuildRequires: perl(File::Slurp::Tiny)
Requires: perl(File::Slurp::Tiny)
%{perl_requires}
%description
@@ -107,9 +106,6 @@ find . -type f -print0 | xargs -0 chmod 644
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples Notes.txt README