package created using the webbuild interface [release 1.102-1mamba;Fri Oct 31 2014]

This commit is contained in:
Silvan Calarco 2024-01-06 09:00:28 +01:00
parent 8ba2de0aa1
commit 3dc54320bb

View File

@ -1,7 +1,7 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-File-ShareDir
Version: 1.03
Version: 1.102
Release: 1mamba
Summary: File::ShareDir - Locate per-dist and per-module shared files
Group: System/Libraries/Perl
@ -9,13 +9,13 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/File-ShareDir-%{version}.tar.gz
Source: http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/File-ShareDir-%{version}.tar.gz
License: GPL, Artistic
## AUTOBUILDREQ-BEGIN
BuildRequires: libperl
BuildRequires: perl-Class-Inspector
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl-devel
Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -50,10 +50,10 @@ done
%files -f .packlist
%defattr(-,root,root)
%doc LICENSE
## note: eventually add the remaining documents (if any)
# %doc README
#
%changelog
* Tue Nov 06 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.03-1mamba
- package created by autospec
* Fri Oct 31 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.102-1mamba
- package created using the webbuild interface