Author: jpc Date: Thu Oct 6 21:28:22 2005 GMT Module: SPECS Tag: DEVEL ---- Log message: - up to 20050609 - pcb-menu.patch to add a missing file - do some autotools foo
---- Files affected: SPECS: pcb.spec (1.27.2.1 -> 1.27.2.2) ---- Diffs: ================================================================ Index: SPECS/pcb.spec diff -u SPECS/pcb.spec:1.27.2.1 SPECS/pcb.spec:1.27.2.2 --- SPECS/pcb.spec:1.27.2.1 Wed Apr 20 14:18:06 2005 +++ SPECS/pcb.spec Thu Oct 6 23:28:17 2005 @@ -2,15 +2,15 @@ Summary: Printed Circuit Board design tool Summary(pl): PCB - narzędzie do projektowania płytek drukowanych Name: pcb -Version: 20050418 -Release: 1 +Version: 20050609 +Release: 0.1 License: GPL Group: X11/Applications # devel snaps: http://dl.sourceforge.net/pcb/ -#Source0: http://dl.sourceforge.net/pcb/%{name}-%{version}.tar.gz -Source0: %{name}-gtk-%{version}.tar.bz2 -# Source0-md5: f981290d2ffe1e72650249773b618f3a -#Source0: ftp://ftp.uni-ulm.de/pub/pcb/mirror/%{name}-%{version}.tar.gz +Source0: http://dl.sourceforge.net/pcb/%{name}-%{version}.tar.gz +# Source0-md5: a09473705c80eaf4f796617263d9f8fe +#Source0: %{name}-gtk-%{version}.tar.bz2 +Patch0: %{name}-menu.patch URL: http://pcb.sourceforge.net/ BuildRequires: XFree86-devel BuildRequires: bison @@ -32,10 +32,14 @@ płytek drukowanych. %prep -%setup -q -n %{name} +%setup -q +%patch0 -p1 %build -%configure +%{__aclocal} +%{__automake} +%{__autoconf} +%configure %{__make} -i \ CC=%{__cc} \ CDEBUGFLAGS="%{rpmcflags}" \ @@ -78,6 +82,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.27.2.2 2005/10/06 21:28:17 jpc +- up to 20050609 +- pcb-menu.patch to add a missing file +- do some autotools foo + Revision 1.27.2.1 2005/04/20 12:18:06 jpc - up to 20050418 snap - with GTK+2 support ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/pcb.spec?r1=1.27.2.1&r2=1.27.2.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
