]> granicus.if.org Git - graphviz/commitdiff
fix rpm packaging for language bindings - all in graphviz-tcl for now
authorellson <devnull@localhost>
Tue, 18 Oct 2005 21:05:18 +0000 (21:05 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 21:05:18 +0000 (21:05 +0000)
graphviz.spec.in

index a3ba553ee1f93f41f4ad7c9bb78a32390fd3fd71..a55ebdd849bb911143e94b92d485e8b9f4cfee41 100644 (file)
@@ -123,16 +123,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*.1*
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/lefty
-%exclude %{_libdir}/%{name}/lib*tcl*.so.*
-%exclude %{_libdir}/%{name}/libtk*.so.*
+%exclude %{_libdir}/%{name}/*/*
 
 %files tcl
 %defattr(-,root,root,-)
-%{_libdir}/%{name}/lib*tcl*.so.*.*
-%{_libdir}/%{name}/libtk*.so.*.*
+%{_libdir}/%{name}/*/*
 %{_libdir}/%{name}/pkgIndex.tcl
 %{_datadir}/%{name}/demo
 %{_mandir}/mann/*.n*
+%exclude %{_libdir}/%{name}/*/*.la
 
 %files devel
 %defattr(-,root,root,-)
@@ -141,8 +140,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/%{name}/*.so
 %{_libdir}/pkgconfig/*.pc
 %{_mandir}/man3/*.3*
-%exclude %{_libdir}/%{name}/lib*tcl*.*
-%exclude %{_libdir}/%{name}/libtk*.*
+%exclude %{_libdir}/%{name}/*/*
 
 %files graphs
 %defattr(-,root,root,-)