Author: qboosh Date: Sun Oct 15 21:07:25 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - pass man paths - added confname patch to update man.conf(ig) path in xman(1x) manual (following X11-xman.patch)
---- Files affected: SPECS: xorg-app-xman.spec (1.12 -> 1.13) ---- Diffs: ================================================================ Index: SPECS/xorg-app-xman.spec diff -u SPECS/xorg-app-xman.spec:1.12 SPECS/xorg-app-xman.spec:1.13 --- SPECS/xorg-app-xman.spec:1.12 Sun Apr 2 11:32:21 2006 +++ SPECS/xorg-app-xman.spec Sun Oct 15 23:07:19 2006 @@ -8,6 +8,7 @@ Group: X11/Applications Source0: http://xorg.freedesktop.org/releases/individual/app/xman-%{version}.tar.bz2 # Source0-md5: 855f2dbfa2aff58b8b9cd6a1c1120fad +Patch0: %{name}-confname.patch URL: http://xorg.freedesktop.org/ BuildRequires: autoconf >= 2.57 BuildRequires: automake @@ -31,13 +32,16 @@ %prep %setup -q -n xman-%{version} +%patch0 -p1 %build %{__aclocal} %{__autoconf} %{__autoheader} %{__automake} -%configure +%configure \ + --with-localmanpath=/usr/local/man \ + --with-sysmanpath=/usr/share/man %{__make} @@ -53,10 +57,10 @@ %files %defattr(644,root,root,755) %doc ChangeLog -%attr(755,root,root) %{_bindir}/* -%{_datadir}/X11/app-defaults/* +%attr(755,root,root) %{_bindir}/xman +%{_datadir}/X11/app-defaults/Xman %{_datadir}/X11/xman.help -%{_mandir}/man1/*.1x* +%{_mandir}/man1/xman.1x* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -64,6 +68,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.13 2006/10/15 21:07:19 qboosh +- pass man paths +- added confname patch to update man.conf(ig) path in xman(1x) manual + (following X11-xman.patch) + Revision 1.12 2006/04/02 09:32:21 arekm - up to 1.0.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xorg-app-xman.spec?r1=1.12&r2=1.13&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
