SPECS (AC-branch): librsvg.spec - sane location for defines

glen glen at pld-linux.org
Wed Mar 19 17:51:32 CET 2008


Author: glen                         Date: Wed Mar 19 16:51:32 2008 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- sane location for defines

---- Files affected:
SPECS:
   librsvg.spec (1.98.2.7 -> 1.98.2.8) 

---- Diffs:

================================================================
Index: SPECS/librsvg.spec
diff -u SPECS/librsvg.spec:1.98.2.7 SPECS/librsvg.spec:1.98.2.8
--- SPECS/librsvg.spec:1.98.2.7	Wed Mar 19 17:46:23 2008
+++ SPECS/librsvg.spec	Wed Mar 19 17:51:26 2008
@@ -52,6 +52,16 @@
 Obsoletes:	librsvg0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%if "%{_lib}" != "lib"
+%define		libext		%(lib="%{_lib}"; echo ${lib#lib})
+%define		_gtkconfdir	/etc/gtk%{libext}-2.0
+%define		pqext		-%{libext}
+%else
+%define		_gtkconfdir	/etc/gtk-2.0
+%define		pqext		%{nil}
+%endif
+
+
 %description
 An library to render SVG (scalable vector graphics), databased upon
 libart.
@@ -84,15 +94,6 @@
 Requires:	libxml2-devel >= 2.6.22
 Obsoletes:	librsvg0-devel
 
-%if "%{_lib}" != "lib"
-%define		libext		%(lib="%{_lib}"; echo ${lib#lib})
-%define		pqext		-%{libext}
-%define		_gtkconfdir	/etc/gtk%{libext}-2.0
-%else
-%define		_gtkconfdir	/etc/gtk-2.0
-%define		pqext		%{nil}
-%endif
-
 %description devel
 This package provides the necessary development libraries and include
 files to allow you to develop with librsvg.
@@ -235,6 +236,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.98.2.8  2008-03-19 16:51:26  glen
+- sane location for defines
+
 Revision 1.98.2.7  2008-03-19 16:46:23  glen
 - convert to utf8
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/librsvg.spec?r1=1.98.2.7&r2=1.98.2.8&f=u



More information about the pld-cvs-commit mailing list