Author: andree Date: Sat Jul 9 10:36:47 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.65 - added -linking.patch - fixed library linking
---- Files affected: SPECS: cone.spec (1.17 -> 1.18) ---- Diffs: ================================================================ Index: SPECS/cone.spec diff -u SPECS/cone.spec:1.17 SPECS/cone.spec:1.18 --- SPECS/cone.spec:1.17 Thu Mar 24 15:08:29 2005 +++ SPECS/cone.spec Sat Jul 9 12:36:41 2005 @@ -2,13 +2,14 @@ Summary: CONE - Console Newsreader and Emailer Summary(pl): CONE - tekstowy klient poczty i czytnik newsów Name: cone -Version: 0.64 +Version: 0.65 Release: 1 License: GPL Group: Applications/Mail Source0: http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2 -# Source0-md5: 0375a938da6347e42afd76135f334a6d +# Source0-md5: 73ac17422c2dcf7a0a864b99fe786092 Patch0: %{name}-maildir.patch +Patch1: %{name}-linking.patch URL: http://www.courier-mta.org/cone/ BuildRequires: aspell-devel BuildRequires: autoconf @@ -80,6 +81,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__libtoolize} @@ -87,6 +89,22 @@ %{__autoconf} %{__automake} +cd cone +%{__aclocal} +%{__autoconf} +%{__automake} + +cd ../libmail +%{__aclocal} +%{__autoconf} +%{__automake} + +cd ../maildir +%{__aclocal} +%{__autoconf} +%{__automake} +cd .. + CXXFLAGS="%{rpmcflags} -I%{_includedir}/ncurses" PATH=$PATH:/usr/%{_lib}/openssl; export PATH %configure \ @@ -138,6 +156,7 @@ %files devel %defattr(644,root,root,755) %doc devel/* +%{_libdir}/libmail.la %{_includedir}/libmail %{_mandir}/man3/* @@ -157,6 +176,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.18 2005/07/09 10:36:41 andree +- updated to 0.65 +- added -linking.patch - fixed library linking + Revision 1.17 2005/03/24 14:08:29 andree - updated to 0.64 STBR ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/cone.spec?r1=1.17&r2=1.18&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
