SPECS: xorg-app-xsm.spec - changed config dir to /etc/X11/xsm (fol...

qboosh qboosh at pld-linux.org
Mon Oct 16 08:17:18 CEST 2006


Author: qboosh                       Date: Mon Oct 16 06:17:18 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- changed config dir to /etc/X11/xsm (following X11-PLD.patch)
- use individual dir, more verbose files, release 1

---- Files affected:
SPECS:
   xorg-app-xsm.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/xorg-app-xsm.spec
diff -u SPECS/xorg-app-xsm.spec:1.10 SPECS/xorg-app-xsm.spec:1.11
--- SPECS/xorg-app-xsm.spec:1.10	Mon Jan 16 12:09:30 2006
+++ SPECS/xorg-app-xsm.spec	Mon Oct 16 08:17:12 2006
@@ -3,10 +3,10 @@
 Summary(pl):	Aplikacja xsm
 Name:		xorg-app-xsm
 Version:	1.0.1
-Release:	0.1
+Release:	1
 License:	MIT
 Group:		X11/Applications
-Source0:	http://xorg.freedesktop.org/releases/X11R7.0/src/app/xsm-%{version}.tar.bz2
+Source0:	http://xorg.freedesktop.org/releases/individual/app/xsm-%{version}.tar.bz2
 # Source0-md5:	cce867ff7d0df9c0b9e682591779952c
 URL:		http://xorg.freedesktop.org/
 BuildRequires:	autoconf >= 2.57
@@ -38,13 +38,15 @@
 %configure \
 	RSH=/usr/bin/rsh
 
-%{__make}
+%{__make} \
+	SYSTEM_INIT_DIR=/etc/X11/xsm
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-	DESTDIR=$RPM_BUILD_ROOT
+	DESTDIR=$RPM_BUILD_ROOT \
+	SYSTEM_INIT_DIR=/etc/X11/xsm
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -52,10 +54,11 @@
 %files
 %defattr(644,root,root,755)
 %doc COPYING ChangeLog README
-%attr(755,root,root) %{_bindir}/*
-%{_datadir}/X11/app-defaults/*
-%{_libdir}/X11/xsm
-%{_mandir}/man1/*.1x*
+%attr(755,root,root) %{_bindir}/xsm
+%{_datadir}/X11/app-defaults/XSm
+%dir /etc/X11/xsm
+%config(noreplace) %verify(not md5 mtime size) /etc/X11/xsm/system.xsm
+%{_mandir}/man1/xsm.1x*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -63,6 +66,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2006/10/16 06:17:12  qboosh
+- changed config dir to /etc/X11/xsm (following X11-PLD.patch)
+- use individual dir, more verbose files, release 1
+
 Revision 1.10  2006/01/16 11:09:30  qboosh
 - runtime R: libXt >= 1.0.0 (for new app-defaults location)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/xorg-app-xsm.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list