SPECS: xorg-app-xinit.spec - updated to 1.0.3 - added it, pl man pa...

qboosh qboosh at pld-linux.org
Sat Oct 14 20:36:19 CEST 2006


Author: qboosh                       Date: Sat Oct 14 18:36:19 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.0.3
- added it,pl man pages from old XFree86/X11 packages

---- Files affected:
SPECS:
   xorg-app-xinit.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SPECS/xorg-app-xinit.spec
diff -u SPECS/xorg-app-xinit.spec:1.13 SPECS/xorg-app-xinit.spec:1.14
--- SPECS/xorg-app-xinit.spec:1.13	Wed Aug 23 20:46:00 2006
+++ SPECS/xorg-app-xinit.spec	Sat Oct 14 20:36:14 2006
@@ -1,17 +1,20 @@
 # $Revision$, $Date$
 # FIXME:
-# - /etc/X11/xinit vs /usr/lib{,64}/X11/xinit
 # - make it compatible with xinitrc-ng
 #
 Summary:	xinit application
 Summary(pl):	Aplikacja xinit
 Name:		xorg-app-xinit
-Version:	1.0.2
-Release:	0.3
+Version:	1.0.3
+Release:	0.1
 License:	MIT
 Group:		X11/Applications
 Source0:	http://xorg.freedesktop.org/releases/individual/app/xinit-%{version}.tar.bz2
-# Source0-md5:	d591fafe69b57969b0521c461073a01f
+# Source0-md5:	f04a903cc0e18b3c338f58eb90f6caf8
+Source1:	startx.1x.it
+Source2:	startx.1x.pl
+Source3:	xinit.1x.it
+Source4:	xinit.1x.pl
 Patch0:		%{name}-xwrapper.patch
 Patch1:		%{name}-xinitdir.patch
 URL:		http://xorg.freedesktop.org/
@@ -65,18 +68,29 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+install -D %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/it/man1/startx.1x
+install -D %{SOURCE2} $RPM_BUILD_ROOT%{_mandir}/pl/man1/startx.1x
+install -D %{SOURCE3} $RPM_BUILD_ROOT%{_mandir}/it/man1/xinit.1x
+install -D %{SOURCE4} $RPM_BUILD_ROOT%{_mandir}/pl/man1/xinit.1x
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 %doc COPYING ChangeLog README
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*.1x*
+%attr(755,root,root) %{_bindir}/startx
+%attr(755,root,root) %{_bindir}/xinit
+%{_mandir}/man1/startx.1x*
+%{_mandir}/man1/xinit.1x*
+%lang(it) %{_mandir}/it/man1/startx.1x*
+%lang(it) %{_mandir}/it/man1/xinit.1x*
+%lang(pl) %{_mandir}/pl/man1/startx.1x*
+%lang(pl) %{_mandir}/pl/man1/xinit.1x*
 
 %files xinitrc
 %defattr(644,root,root,755)
-%attr(755,root,root) /etc/X11/xinit/*
+%attr(755,root,root) /etc/X11/xinit/xinitrc
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -84,6 +98,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2006/10/14 18:36:14  qboosh
+- updated to 1.0.3
+- added it,pl man pages from old XFree86/X11 packages
+
 Revision 1.13  2006/08/23 18:46:00  havner
 - separate subpackage with xinitrc script
 - rel 0.3
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/xorg-app-xinit.spec?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list