Author: qboosh Date: Sun Oct 15 15:21:05 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added maildir patch to use proper mailbox dir (following X11-fhs.patch) - use individual dir, more verbose files, release 1
---- Files affected: SPECS: xorg-app-xbiff.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: SPECS/xorg-app-xbiff.spec diff -u SPECS/xorg-app-xbiff.spec:1.9 SPECS/xorg-app-xbiff.spec:1.10 --- SPECS/xorg-app-xbiff.spec:1.9 Thu Jan 12 14:35:27 2006 +++ SPECS/xorg-app-xbiff.spec Sun Oct 15 17:20:59 2006 @@ -3,11 +3,12 @@ Summary(pl): Aplikacja xbiff Name: xorg-app-xbiff Version: 1.0.1 -Release: 0.1 +Release: 1 License: MIT Group: X11/Applications -Source0: http://xorg.freedesktop.org/releases/X11R7.0/src/app/xbiff-%{version}.tar.bz2 +Source0: http://xorg.freedesktop.org/releases/individual/app/xbiff-%{version}.tar.bz2 # Source0-md5: 404f5add4537d22dd109c33e518a5190 +Patch0: %{name}-maildir.patch URL: http://xorg.freedesktop.org/ BuildRequires: autoconf >= 2.57 BuildRequires: automake @@ -25,6 +26,7 @@ %prep %setup -q -n xbiff-%{version} +%patch0 -p1 %build %{__aclocal} @@ -47,8 +49,8 @@ %files %defattr(644,root,root,755) %doc COPYING ChangeLog -%attr(755,root,root) %{_bindir}/* -%{_mandir}/man1/*.1x* +%attr(755,root,root) %{_bindir}/xbiff +%{_mandir}/man1/xbiff.1x* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -56,6 +58,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2006/10/15 15:20:59 qboosh +- added maildir patch to use proper mailbox dir (following X11-fhs.patch) +- use individual dir, more verbose files, release 1 + Revision 1.9 2006/01/12 13:35:27 qboosh - 1.0.1 (X11R7.0 release) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xorg-app-xbiff.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
