SPECS: graphviz.spec - rel 4 (rebuild with new php)

glen glen at pld-linux.org
Sat Dec 24 16:39:38 CET 2005


Author: glen                         Date: Sat Dec 24 15:39:38 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 4 (rebuild with new php)

---- Files affected:
SPECS:
   graphviz.spec (1.51 -> 1.52) 

---- Diffs:

================================================================
Index: SPECS/graphviz.spec
diff -u SPECS/graphviz.spec:1.51 SPECS/graphviz.spec:1.52
--- SPECS/graphviz.spec:1.51	Mon Dec 12 17:38:30 2005
+++ SPECS/graphviz.spec	Sat Dec 24 16:39:33 2005
@@ -7,7 +7,7 @@
 Summary(pl):	Narzędzie do wizualizacji w postaci grafów
 Name:		graphviz
 Version:	2.6
-Release:	3
+Release:	4
 License:	CPL v1.0
 Group:		X11/Applications/Graphics
 Source0:	http://www.graphviz.org/pub/graphviz/ARCHIVE/%{name}-%{version}.tar.gz
@@ -178,11 +178,11 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-%if "%{_libdir}" != "/usr/lib"
+%if "%{_lib}" != "lib"
 # tcl doesn't find pkgIndex.tcl outside /usr/lib...
-install -d $RPM_BUILD_ROOT/usr/lib/graphviz
+install -d $RPM_BUILD_ROOT%{_prefix}/lib/graphviz
 sed -e "s@\$dir @%{_libdir}/graphviz/@" $RPM_BUILD_ROOT%{_libdir}/graphviz/pkgIndex.tcl \
-	> $RPM_BUILD_ROOT/usr/lib/graphviz/pkgIndex.tcl
+> $RPM_BUILD_ROOT%{_prefix}/lib/graphviz/pkgIndex.tcl
 %endif
 
 # replace dead (after compression) softlinks by groff redirections
@@ -285,10 +285,10 @@
 %files tcl
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/graphviz/libgv_tcl.so*
-%if "%{_libdir}" != "/usr/lib"
-%dir /usr/lib/graphviz
+%if "%{_lib}" != "lib"
+%dir %{_prefix}/lib/graphviz
 %endif
-/usr/lib/graphviz/pkgIndex.tcl
+%{_prefix}/lib/graphviz/pkgIndex.tcl
 %{_mandir}/mann/*
 %dir %{_datadir}/graphviz/demo
 %{_datadir}/graphviz/demo/pathplan_data
@@ -305,6 +305,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.52  2005/12/24 15:39:33  glen
+- rel 4 (rebuild with new php)
+
 Revision 1.51  2005/12/12 16:38:30  charles
 - back to rel. 3
 - STBR
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/graphviz.spec?r1=1.51&r2=1.52&f=u



More information about the pld-cvs-commit mailing list