- fix of conflicting man pages
This commit is contained in:
parent
0e93f14727
commit
9270a9d522
@ -1,6 +1,6 @@
|
||||
Name: perl-Class-ISA
|
||||
Version: 0.36
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Report the search path for a class's ISA tree
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -45,8 +45,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root,-)
|
||||
%doc ChangeLog README
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*
|
||||
# remove because it conflicts with perl (core)
|
||||
#%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon May 10 2010 Marcela Mašláňová <mmaslano@redhat.com> 0.36-2
|
||||
- fix of conflicting man pages
|
||||
|
||||
* Mon May 03 2010 Marcela Mašláňová <mmaslano@redhat.com> 0.36-1
|
||||
- Specfile autogenerated by cpanspec 1.78.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user