Author: qboosh Date: Sun Oct 31 15:57:01 2010 GMT Module: packages Tag: HEAD ---- Log message: - brought from the dead by X.org; updated to 1.0.2 - removed obsolete xaw patch
---- Files affected: packages/xorg-app-xmh: xorg-app-xmh-man.patch (1.2 -> 1.3) , xorg-app-xmh.spec (1.18 -> 1.19) ---- Diffs: ================================================================ Index: packages/xorg-app-xmh/xorg-app-xmh-man.patch diff -u /dev/null packages/xorg-app-xmh/xorg-app-xmh-man.patch:1.3 --- /dev/null Sun Oct 31 16:57:02 2010 +++ packages/xorg-app-xmh/xorg-app-xmh-man.patch Sun Oct 31 16:56:56 2010 @@ -0,0 +1,13 @@ +--- xmh-1.0.1/xmh.man.orig 2004-04-23 21:54:58.000000000 +0200 ++++ xmh-1.0.1/xmh.man 2006-10-15 23:33:12.736811500 +0200 +@@ -1316,8 +1316,8 @@ + An example of \fI.xmhcheck\fP file format, for the folders ``inbox'' and + ``xpert'': + .nf +-inbox /usr/spool/mail/converse +-xpert /users/converse/maildrops/xpert ++inbox /var/mail/converse ++xpert /home/users/converse/maildrops/xpert + .fi + .sp + .SH ACTIONS AND INTERFACE CUSTOMIZATION ================================================================ Index: packages/xorg-app-xmh/xorg-app-xmh.spec diff -u /dev/null packages/xorg-app-xmh/xorg-app-xmh.spec:1.19 --- /dev/null Sun Oct 31 16:57:02 2010 +++ packages/xorg-app-xmh/xorg-app-xmh.spec Sun Oct 31 16:56:56 2010 @@ -0,0 +1,139 @@ +# $Revision$, $Date$ +Summary: xmh application - send and read mail with an X interface to MH +Summary(pl.UTF-8): Aplikacja xmh - czytanie i wysyłanie poczty poprzez interfejs X do MH +Name: xorg-app-xmh +Version: 1.0.2 +Release: 1 +License: MIT +Group: X11/Applications +Source0: http://xorg.freedesktop.org/releases/individual/app/xmh-%{version}.tar.bz2 +# Source0-md5: f5956a63c3d4d4b004b73e8be64d6d6e +Patch0: %{name}-man.patch +URL: http://xorg.freedesktop.org/ +BuildRequires: autoconf >= 2.60 +BuildRequires: automake +BuildRequires: pkgconfig >= 1:0.19 +BuildRequires: xorg-data-xbitmaps >= 1.1.0 +BuildRequires: xorg-lib-libXaw-devel +BuildRequires: xorg-lib-libXmu-devel +BuildRequires: xorg-lib-libXt-devel >= 1.0.0 +BuildRequires: xorg-util-util-macros >= 1.8 +Requires: xorg-lib-libXt >= 1.0.0 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +The xmh application provides a graphical user interface to the MH +Message Handling System. To actually do things with your mail, it +makes calls to the MH package. + +%description -l pl.UTF-8 +Aplikacja xmh udostępnia graficzny interfejs do systemu poczty +MH (Message Handling System). Właściwe operacje na poczcie są +wykonywane poprzez odwołania do pakietu MH. + +%prep +%setup -q -n xmh-%{version} +%patch0 -p1 + +%build +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc COPYING ChangeLog README +%attr(755,root,root) %{_bindir}/xmh +%{_datadir}/X11/app-defaults/Xmh +%{_mandir}/man1/xmh.1x* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.19 2010/10/31 15:56:56 qboosh +- brought from the dead by X.org; updated to 1.0.2 +- removed obsolete xaw patch + +Revision 1.17 2008/11/11 16:28:10 arekm +- rel 5; fix xaw build + +Revision 1.16 2008/11/07 20:51:47 arekm +- release 3 + +Revision 1.15 2008/07/27 23:02:40 arekm +- release 2 + +Revision 1.14 2007-02-12 22:09:24 glen +- tabs in preamble + +Revision 1.13 2007/02/12 01:06:39 baggins +- converted to UTF-8 + +Revision 1.12 2006/10/15 21:58:22 qboosh +- added man patch (updates examples in xmh(1x) man, following X11-fhs.patch) +- use individual dir, more verbose files, release 1 + +Revision 1.11 2006/01/16 11:09:30 qboosh +- runtime R: libXt >= 1.0.0 (for new app-defaults location) + +Revision 1.10 2006/01/12 15:43:57 qboosh +- 1.0.1 (X11R7.0 release) + +Revision 1.9 2005/12/15 15:06:39 qboosh +- 0.99.3 (X11R7.0-RC3) + +Revision 1.8 2005/11/19 22:08:30 qboosh +- 0.99.2 (X11R7.0-RC2) + +Revision 1.7 2005/10/22 17:59:03 qboosh +- pkgconfig epoch + +Revision 1.6 2005/10/22 14:30:14 qboosh +- 0.99.1 (X11R7.0-RC1) +- removed outdated man patch + +Revision 1.5 2005/08/27 21:46:18 qboosh +- sorted BRs + +Revision 1.4 2005/08/27 20:04:01 wiget +- standard permisions to binaries + +Revision 1.3 2005/08/27 20:00:45 wiget +- cleanups, kill /usr/X11R6 + +Revision 1.2 2005/08/27 17:42:47 wiget +- s/pkg-config/pkgconfig/ in BR: + +Revision 1.1 2005/08/15 12:17:57 arekm +- new try +- all xorg files prefixed with xorg-kind_of_package where kind of package can be seen at http://xorg.freedesktop.org/X11R7.0-RC0/ + +Revision 1.1 2005/08/14 22:46:42 arekm +- modular xorg specs + +* Sun Aug 14 2005 15:04:23 Tomasz Trojanowski <[email protected]> +- fixed summaries and descriptions +- fixed Group +- defined %%{_prefix} and %%{_mandir} +- added xmh-man.patch +- added BR: libXaw-devel +- release 0.02 + +* Mon Aug 8 2005 12:33:22 Tomasz Trojanowski <[email protected]> +- initial release ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xorg-app-xmh/xorg-app-xmh-man.patch?r1=1.2&r2=1.3&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xorg-app-xmh/xorg-app-xmh.spec?r1=1.18&r2=1.19&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
