]> granicus.if.org Git - graphviz/commitdiff
sometimes rpm is just a pain...
authorellson <devnull@localhost>
Sun, 27 Mar 2005 03:23:27 +0000 (03:23 +0000)
committerellson <devnull@localhost>
Sun, 27 Mar 2005 03:23:27 +0000 (03:23 +0000)
graphviz.spec.in
tclpkg/gv/Makefile.am

index f55da0f6d8bb0bcedde5518407c0ba3b5bbc4770..64a9bc313b655a90c5f30aee332f9657bdcafb20 100644 (file)
@@ -74,10 +74,6 @@ using version %{version} of the %{name} libraries.
 %{_libdir}/pkgconfig/*.pc
 %{_mandir}/man1/dotneato-config.1*
 %{_mandir}/man3/*.3*
-%exclude %{_libdir}/%{name}/lib*_java.*
-%exclude %{_libdir}/%{name}/lib*_perl.*
-%exclude %{_libdir}/%{name}/lib*_python.*
-%exclude %{_libdir}/%{name}/lib*_ruby.*
 %exclude %{_libdir}/%{name}/lib*tcl*.*
 %exclude %{_libdir}/%{name}/libtk*.*
 
index 624ce78053f3552352bd8e53830de02082b9fd8e..9b2a79d572cf218961421972c1f3d74a2cbd47da 100644 (file)
@@ -124,7 +124,19 @@ test_tcl:
                ln -fs ../.libs/libgv_tcl.so libgv_tcl.so; \
                ./test.tcl)
 
-EXTRA_DIST = gv.i java/test.java perl/test.pl python/test.py ruby/test.rb tcl/test.tcl
+EXTRA_DIST = gv.i \
+       java/test.java 
+       perl/test.pl \
+       python/test.py \
+       ruby/test.rb \
+       tcl/test.tcl \
+        java/SWIGTYPE_p_Agraph_t.java \
+        java/SWIGTYPE_p_Agnode_t.java \
+        java/SWIGTYPE_p_Agedge_t.java \
+        java/gv.java \
+       java/gvJNI.java \
+       perl/gv.pm \
+       python/gv.py
 
 CLEANFILES = gv_java.cpp gv_perl.cpp gv.pm gv_python.cpp gv.py gv.pyc \
        gv_ruby.cpp gv_tcl.cpp pkgIndex.tcl \