- fix of conflicting man pages

f38
Marcela Mašláňová 15 years ago
parent 0e93f14727
commit 9270a9d522

@ -1,6 +1,6 @@
Name: perl-Class-ISA Name: perl-Class-ISA
Version: 0.36 Version: 0.36
Release: 1%{?dist} Release: 2%{?dist}
Summary: Report the search path for a class's ISA tree Summary: Report the search path for a class's ISA tree
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
@ -45,8 +45,12 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc ChangeLog README %doc ChangeLog README
%{perl_vendorlib}/* %{perl_vendorlib}/*
%{_mandir}/man3/* # remove because it conflicts with perl (core)
#%{_mandir}/man3/*
%changelog %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 * Mon May 03 2010 Marcela Mašláňová <mmaslano@redhat.com> 0.36-1
- Specfile autogenerated by cpanspec 1.78. - Specfile autogenerated by cpanspec 1.78.

Loading…
Cancel
Save