[perl] threads owns %{archlib}/auto/threads

Marcela Mašláňová mmaslano at fedoraproject.org
Fri Oct 1 11:27:30 UTC 2010


commit 55341ebe1d243c3370375d55f49f37eb2b795fde
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Fri Oct 1 13:25:39 2010 +0200

    threads owns %{archlib}/auto/threads

 perl.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 59717db..4a09d8a 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1412,6 +1412,7 @@ rm -rf $RPM_BUILD_ROOT
 %exclude %{_mandir}/man3/Time::Seconds.3*
 
 # threads
+%exclude %{archlib}/auto/threads
 %exclude %{archlib}/auto/threads/threads*
 %exclude %{archlib}/threads.pm
 %exclude %{_mandir}/man3/threads.3*
@@ -1755,6 +1756,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files threads
 %defattr(-,root,root,-)
+%{archlib}/auto/threads
 %{archlib}/auto/threads/threads*
 %{archlib}/threads.pm
 %{_mandir}/man3/threads.3*


More information about the scm-commits mailing list