forked from pool/perl-Module-Build
- updated to 0.4203
[BUG FIXES] - Map recommends back to runtime recommends [Leon Timmermans] - Map restrictive license to restricted in meta 2.0 [Leon Timmermans] - Don't merge prereqs from meta to mymeta [Leon Timmermans] - Prefer META.json over META.yml [Leon Timmermans] - Do not set provides in metadata if no_index is set [Leon Timmermans] - Lowercase license in fallback logic [Leon Timmermans] [ENHANCEMENTS] - Converted to using Meta 2.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Build?expand=0&rev=23
This commit is contained in:
committed by
Git OBS Bridge
parent
24e55ded25
commit
87826322fa
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Module-Build
|
||||
Version: 0.4007
|
||||
Version: 0.4203
|
||||
Release: 0
|
||||
%define cpan_name Module-Build
|
||||
Summary: Build and install Perl modules
|
||||
@@ -107,11 +107,6 @@ find . -type f -print0 | xargs -0 chmod 644
|
||||
|
||||
%install
|
||||
./Build install destdir=%{buildroot} create_packlist=0
|
||||
# MANUAL BEGIN
|
||||
# avoid conflict with Perl's own supplied version
|
||||
mv %{buildroot}/usr/bin/config_data %{buildroot}/usr/bin/config_data-%{version}
|
||||
rename config_data config_data-%{version} %{buildroot}/%{_mandir}/man1/config_data.*
|
||||
# MANUAL END
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
|
Reference in New Issue
Block a user