Author: darekr Date: Sun Mar 16 03:08:35 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added -fix_build patch (missing variable's declaration)
---- Files affected: SPECS: easytag.spec (1.63 -> 1.64) ---- Diffs: ================================================================ Index: SPECS/easytag.spec diff -u SPECS/easytag.spec:1.63 SPECS/easytag.spec:1.64 --- SPECS/easytag.spec:1.63 Thu Dec 27 02:27:37 2007 +++ SPECS/easytag.spec Sun Mar 16 04:08:30 2008 @@ -10,6 +10,7 @@ Source0: http://heanet.dl.sourceforge.net/easytag/%{name}-%{version}.tar.bz2 # Source0-md5: 201bd38a73100e14fb6d81243a9c3a1b Patch0: %{name}-desktop.patch +Patch1: %{name}-fix_build.patch URL: http://easytag.sourceforge.net/ BuildRequires: automake BuildRequires: flac-devel >= 1.1.0 @@ -74,6 +75,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build cp -f /usr/share/automake/config.* . @@ -112,6 +114,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.64 2008-03-16 03:08:30 darekr +- added -fix_build patch (missing variable's declaration) + Revision 1.63 2007-12-27 01:27:37 zbyniu - up to 2.1.4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/easytag.spec?r1=1.63&r2=1.64&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
