packages: xpaint/xpaint.spec - rel 3 - fix app-defaults location

baggins baggins at pld-linux.org
Mon Mar 26 23:59:12 CEST 2012


Author: baggins                      Date: Mon Mar 26 21:59:12 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 3
- fix app-defaults location

---- Files affected:
packages/xpaint:
   xpaint.spec (1.67 -> 1.68) 

---- Diffs:

================================================================
Index: packages/xpaint/xpaint.spec
diff -u packages/xpaint/xpaint.spec:1.67 packages/xpaint/xpaint.spec:1.68
--- packages/xpaint/xpaint.spec:1.67	Sun Mar 11 13:05:26 2012
+++ packages/xpaint/xpaint.spec	Mon Mar 26 23:59:07 2012
@@ -8,7 +8,7 @@
 Summary(tr.UTF-8):	X altında boyama programı
 Name:		xpaint
 Version:	2.9.9
-Release:	2
+Release:	3
 License:	MIT
 Group:		X11/Applications/Graphics
 Source0:	http://dl.sourceforge.net/sf-xpaint/%{name}-%{version}.tar.bz2
@@ -29,7 +29,7 @@
 Requires:	xorg-lib-libXt >= 1.0.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		_appdefsdir	/etc/X11/app-defaults
+%define		_appdefsdir	/usr/share/X11/app-defaults
 
 %description
 XPaint is a color image editing tool which features most standard
@@ -77,14 +77,16 @@
 %build
 %configure
 
-%{__make} -j1
+%{__make} -j1 \
+	XAPPLOADDIR=%{_appdefsdir}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
 
 %{__make} install \
-	DESTDIR=$RPM_BUILD_ROOT
+	DESTDIR=$RPM_BUILD_ROOT \
+	XAPPLOADDIR=%{_appdefsdir}
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
@@ -133,6 +135,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.68  2012/03/26 21:59:07  baggins
+- rel 3
+- fix app-defaults location
+
 Revision 1.67  2012/03/11 12:05:26  arekm
 - release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/xpaint/xpaint.spec?r1=1.67&r2=1.68



More information about the pld-cvs-commit mailing list