Do not export under-specified dependencies
This commit is contained in:
parent
0d7e5e33d2
commit
c680f3ad42
@ -1,6 +1,6 @@
|
||||
Name: perl-podlators
|
||||
Version: 2.4.2
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Format POD source into various output formats
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -26,6 +26,9 @@ Requires: perl(Pod::Text::Overstrike)
|
||||
Requires: perl(Pod::Text::Termcap)
|
||||
Conflicts: perl < 4:5.16.1-234
|
||||
|
||||
# Filter under-specified dependencies
|
||||
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Pod::Simple\\)$
|
||||
|
||||
%description
|
||||
This package contains Pod::Man and Pod::Text modules which convert POD input
|
||||
to *roff source output, suitable for man pages, or plain text. It also
|
||||
@ -40,7 +43,7 @@ with various capabilities.
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
@ -55,6 +58,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 01 2012 Petr Pisar <ppisar@redhat.com> - 2.4.2-3
|
||||
- Do not export under-specified dependencies
|
||||
|
||||
* Wed Oct 31 2012 Petr Pisar <ppisar@redhat.com> - 2.4.2-2
|
||||
- Conflict perl-podlators with perl before sub-packaging
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user