Author: sparky Date: Mon Apr 17 21:24:54 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - merged from DEVEL
---- Files affected: SPECS: edb.spec (1.22 -> 1.23) ---- Diffs: ================================================================ Index: SPECS/edb.spec diff -u SPECS/edb.spec:1.22 SPECS/edb.spec:1.23 --- SPECS/edb.spec:1.22 Thu Aug 25 13:56:50 2005 +++ SPECS/edb.spec Mon Apr 17 23:24:49 2006 @@ -2,13 +2,12 @@ Summary: Enlightenment Database Access Library Summary(pl): Biblioteka Enlightementa dostępu do baz danych Name: edb -Version: 1.0.5 +Version: 1.0.5.007 Release: 1 -License: LGPL +License: BSD Group: Libraries -Source0: http://dl.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz -# Source0-md5: c8ee165f92dbc6e6fd9c9114e90e338c -Patch0: %{name}-ac_fix.patch +Source0: http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz +# Source0-md5: e5d8dcb5995913ae6b7f205e7ac28dbe URL: http://enlightenment.org/Libraries/Edb/ BuildRequires: autoconf BuildRequires: automake @@ -63,15 +62,18 @@ %prep %setup -q -%patch0 -p1 %build +CFLAGS="%{rpmcflags} -I%{_includedir}/ncurses"; export CFLAGS %{__libtoolize} %{__aclocal} %{__autoconf} +%{__autoheader} %{__automake} %configure \ - --enable-cxx + --enable-cxx \ + --enable-gtk \ + --enable-ncurses %{__make} @@ -89,8 +91,9 @@ %files %defattr(644,root,root,755) -%doc AUTHORS +%doc AUTHORS COPYING COPYING-PLAIN README %attr(755,root,root) %{_bindir}/edb_ed +%attr(755,root,root) %{_bindir}/edb_vt_ed %attr(755,root,root) %{_libdir}/lib*.so.*.* %files devel @@ -115,8 +118,33 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.22 2005/08/25 11:56:50 charles +Revision 1.23 2006/04/17 21:24:49 sparky +- merged from DEVEL + +Revision 1.21.2.7 2006/03/31 14:49:37 sparky +- up to 1.0.5.007 + +Revision 1.21.2.6 2006/03/17 19:29:42 sparky +- up to 1.0.5.006 + +Revision 1.21.2.5 2006/01/14 17:38:13 sparky +- up to 1.0.5.005 + +Revision 1.21.2.4 2005/08/25 11:51:57 charles - proper URL + +Revision 1.21.2.3 2005/08/24 18:19:40 charles +- updated to 1.0.5.004 +- new Source0 ("official" snapshots) +- updated -ac_fix.patch + +Revision 1.21.2.2 2005/07/09 13:03:42 sparky +- new snapshot +- correct license +- status: builds, works stable + +Revision 1.21.2.1 2005/03/30 22:03:27 sparky +- updated to 20050309 snap Revision 1.21 2004/10/28 09:58:30 paladine - "GTK+" unification (hope thats all) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/edb.spec?r1=1.22&r2=1.23&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
