threads owns %{archlib}/auto/threads

This commit is contained in:
Marcela Mašláňová 2010-10-01 13:25:39 +02:00
parent 26f62a8271
commit 55341ebe1d

View File

@ -1412,6 +1412,7 @@ rm -rf $RPM_BUILD_ROOT
%exclude %{_mandir}/man3/Time::Seconds.3* %exclude %{_mandir}/man3/Time::Seconds.3*
# threads # threads
%exclude %{archlib}/auto/threads
%exclude %{archlib}/auto/threads/threads* %exclude %{archlib}/auto/threads/threads*
%exclude %{archlib}/threads.pm %exclude %{archlib}/threads.pm
%exclude %{_mandir}/man3/threads.3* %exclude %{_mandir}/man3/threads.3*
@ -1755,6 +1756,7 @@ rm -rf $RPM_BUILD_ROOT
%files threads %files threads
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{archlib}/auto/threads
%{archlib}/auto/threads/threads* %{archlib}/auto/threads/threads*
%{archlib}/threads.pm %{archlib}/threads.pm
%{_mandir}/man3/threads.3* %{_mandir}/man3/threads.3*