Author: glen Date: Mon Jan 22 23:48:07 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - amd64 build fix
---- Files affected: SPECS: jpilot-backup.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/jpilot-backup.spec diff -u SPECS/jpilot-backup.spec:1.8 SPECS/jpilot-backup.spec:1.9 --- SPECS/jpilot-backup.spec:1.8 Tue Jan 23 00:37:36 2007 +++ SPECS/jpilot-backup.spec Tue Jan 23 00:48:02 2007 @@ -3,16 +3,19 @@ Summary(pl): Wtyczka obsługująca backup dla jpilota Name: jpilot-backup Version: 0.53 -Release: 1 +Release: 2 License: GPL Group: Applications/Communications Source0: http://jasonday.home.att.net/code/backup/%{name}-%{version}.tar.gz # Source0-md5: c8a3eefd3706d9614cb25f2bebf48ece +Patch0: %{name}-lib64.patch URL: http://jasonday.home.att.net/code/backup/ +BuildRequires: gdbm-devel BuildRequires: gtk+2-devel >= 1:2.0.3 BuildRequires: pilot-link-devel -BuildRequires: gdbm-devel BuildRequires: pkgconfig +BuildRequires: autoconf +BuildRequires: automake Requires: jpilot BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -26,9 +29,12 @@ %prep %setup -q +%patch0 -p1 %build -# dont call any auto scripts - it's completly broken +%{__aclocal} +%{__autoconf} +%{__automake} %configure %{__make} @@ -52,6 +58,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2007/01/22 23:48:02 glen +- amd64 build fix + Revision 1.8 2007/01/22 23:37:36 glen - update to 0.53; gtk2 is now default @@ -68,7 +77,7 @@ - updated to 0.51 Revision 1.3 2004/07/17 09:24:47 tiwek -added missing BR +- added missing BR Revision 1.2 2004/04/15 18:04:44 qboosh - pl (but desc is still poor) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/jpilot-backup.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
