Author: cactus Date: Wed Aug 27 10:07:01 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - working mirror for source0 - patches for gcc43 and namespaces added
---- Files affected: SPECS: fbpager.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/fbpager.spec diff -u SPECS/fbpager.spec:1.1 SPECS/fbpager.spec:1.2 --- SPECS/fbpager.spec:1.1 Thu Jul 3 11:44:04 2008 +++ SPECS/fbpager.spec Wed Aug 27 12:06:55 2008 @@ -5,8 +5,11 @@ Release: 1 License: MIT Group: X11/Window Managers/Tools -Source0: http://fluxbox.org/download/%{name}-%{version}.tar.gz +# Source0: http://fluxbox.org/download/%{name}-%{version}.tar.gz +Source0: ftp://ftp.man.szczecin.pl/pub/FreeBSD/ports/distfiles/%{name}-%{version}.tar.gz # Source0-md5: 89aac82e217ef366634dfd768b1b5dff +Patch0: %{name}-gcc43.patch +Patch1: %{name}-namespace.patch URL: http://fluxbox.sourceforge.net/fbpager/ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -20,6 +23,8 @@ %prep %setup -q +%patch0 -p0 +%patch1 -p0 %build %configure @@ -47,6 +52,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2008/08/27 10:06:55 cactus +- working mirror for source0 +- patches for gcc43 and namespaces added + Revision 1.1 2008/07/03 09:44:04 luzik - initial PLD release ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/fbpager.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
