Link minimal build-root packages against libperl.so explicitly

This commit is contained in:
Petr Písař 2013-07-12 14:55:06 +02:00
parent 0a5789f41b
commit b78f1d6983

View File

@ -1,6 +1,6 @@
Name: perl-constant
Version: 1.27
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Perl pragma to declare constants
License: GPL+ or Artistic
Group: Development/Libraries
@ -64,6 +64,9 @@ make test
%{_mandir}/man3/*
%changelog
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 1.27-3
- Link minimal build-root packages against libperl.so explicitly
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> 1.27-2
- Migrate to ExtUtils::MakeMaker
- Do not run optional tests at boot-strap