]> git.pld-linux.org Git - packages/graphviz.git/commitdiff
- updated to 1.8.8 (%%files need fixing)
authormarcus <marcus@pld-linux.org>
Mon, 5 Aug 2002 00:19:08 +0000 (00:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    graphviz.spec -> 1.8

graphviz.spec

index c64330265ea8493ba1f9baccb2c12cd2f6c9103f..b028ad472e315ca87a05b06cc6acef546241d712 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Graph Visualization Tools
 Summary(pl):   Narzêdzie do wizualizacji w postaci grafów
 Name:          graphviz
-Version:       1.8.4
+Version:       1.8.8
 Release:       1
 License:       custom (AT&T)
 Group:         X11/Applications/Graphics
@@ -40,8 +40,6 @@ aclocal
 %{__autoconf}
 %{__automake}
 %configure 
-# \
-#      --with-dynagraph
 %{__make}
 
 %install
@@ -50,8 +48,6 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9 AUTHORS COPYING ChangeLog FAQ.txt NEWS
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -62,11 +58,10 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
 %dir %{_libdir}/%{name}
-%{_libdir}/%{name}/*.tcl
+%{_libdir}/%{name}/
 %attr(755,root,root) %{_libdir}/%{name}/lib*.so.*.*
-%{_libdir}/%{name}/graphs
-%dir %{_libdir}/%{name}/lefty
-%attr(755,root,root) %{_libdir}/%{name}/lefty/*
+%attr(755,root,root) %{_datadir}/%{name}/*
+%doc AUTHORS COPYING ChangeLog FAQ.txt NEWS
 
 %{_mandir}/man1/*
 %{_mandir}/mann/*
This page took 0.043139 seconds and 4 git commands to generate.