Author: qboosh Date: Thu Feb 24 20:09:37 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- proper app-defaults dir
---- Files affected:
SPECS:
x3270.spec (1.21 -> 1.22)
---- Diffs:
================================================================
Index: SPECS/x3270.spec
diff -u SPECS/x3270.spec:1.21 SPECS/x3270.spec:1.22
--- SPECS/x3270.spec:1.21 Thu Feb 24 14:20:15 2005
+++ SPECS/x3270.spec Thu Feb 24 21:09:32 2005
@@ -22,6 +22,8 @@
Requires(post,postun):/usr/X11R6/bin/mkfontdir
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%define _appdefsdir /usr/X11R6/lib/X11/app-defaults
+
%description
The x3270 program opens a window in the X Window System which emulates
the actual look of an IBM 3278/3279 terminal, commonly used with
@@ -64,14 +66,14 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d
$RPM_BUILD_ROOT{%{_libdir}/X11/app-defaults,%{_desktopdir},%{_mandir}/man5}
+install -d $RPM_BUILD_ROOT{%{_appdefsdir},%{_desktopdir},%{_mandir}/man5}
%{__make} install install.man \
BINDIR=%{_bindir} \
MANDIR=%{_mandir} \
DESTDIR=$RPM_BUILD_ROOT
-install X3270.xad $RPM_BUILD_ROOT%{_libdir}/X11/app-defaults/X3270
+install X3270.xad $RPM_BUILD_ROOT%{_appdefsdir}/X3270
install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
@@ -93,9 +95,9 @@
%attr(755,root,root) %{_bindir}/x3270if
%attr(755,root,root) %{_bindir}/pr3287
%dir %{_sysconfdir}/x3270
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/x3270/ibm_hosts
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/x3270/ibm_hosts
%{_desktopdir}/%{name}.desktop
-%config %{_libdir}/X11/app-defaults/X3270
+%{_appdefsdir}/X3270
%{_fontsdir}/misc/3270*.pcf.gz
#%{_mandir}/man1/x3270.1*
%{_mandir}/man?/*
@@ -106,6 +108,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.22 2005/02/24 20:09:32 qboosh
+- proper app-defaults dir
+
Revision 1.21 2005/02/24 13:20:15 undefine
- change url
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/x3270.spec?r1=1.21&r2=1.22&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit