exclude instmodsh as it conflicts with perl

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-MakeMaker?expand=0&rev=4
This commit is contained in:
Pascal Bleser 2010-07-26 07:50:23 +00:00 committed by Git OBS Bridge
parent 2bf8dccbd6
commit b1e9335292
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 26 07:49:38 UTC 2010 - pascal.bleser@opensuse.org
- exclude instmodsh, as it conflicts with Perl itself
-------------------------------------------------------------------
Fri Dec 18 12:39:11 UTC 2009 - jw@novell.com

View File

@ -50,10 +50,11 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc Changes README
%doc %{_mandir}/man?/*
%doc %{_mandir}/man3/*.3%{ext_man}
%{perl_vendorlib}/ExtUtils
%{perl_vendorarch}/auto/ExtUtils
/var/adm/perl-modules/%{name}
/usr/bin/instmodsh
%exclude /usr/bin/instmodsh
%exclude %{_mandir}/man1/instmodsh.1%{ext_man}
%changelog