diff --git a/.cvsignore b/.cvsignore index 2b8890b..0128591 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -cone-0.65.tar.bz2 +cone-0.66.tar.bz2 diff --git a/cone-0.65.tar.bz2.sig b/cone-0.65.tar.bz2.sig deleted file mode 100644 index c9404d6..0000000 Binary files a/cone-0.65.tar.bz2.sig and /dev/null differ diff --git a/cone-0.66.tar.bz2.sig b/cone-0.66.tar.bz2.sig new file mode 100644 index 0000000..78616b4 Binary files /dev/null and b/cone-0.66.tar.bz2.sig differ diff --git a/cone.spec b/cone.spec index 991d590..d4fee92 100644 --- a/cone.spec +++ b/cone.spec @@ -1,22 +1,22 @@ %define curses_include_dir %{_includedir}/ncursesw -Summary: CONE mail reader -Name: cone -Version: 0.65 -Release: 2%{?dist} - -URL: http://www.courier-mta.org/cone/ -Source0: http://dl.sf.net/sourceforge/courier/%{name}-%{version}.tar.bz2 -Source1: http://dl.sf.net/sourceforge/courier/%{name}-%{version}.tar.bz2.sig -License: GPL -Group: Applications/Internet -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot - -BuildRequires: aspell-devel libxml2-devel -BuildRequires: zlib-devel openssl-devel fam-devel perl -#BuildRequires: libstdc++-devel gcc-c++ -BuildRequires: openssl-perl -BuildRequires: ncurses-devel >= 5.3 +Summary: CONE mail reader +Name: cone +Version: 0.66 +Release: 1%{?dist} + +URL: http://www.courier-mta.org/cone/ +Source0: http://dl.sf.net/courier/%{name}-%{version}.tar.bz2 +Source1: http://dl.sf.net/courier/%{name}-%{version}.tar.bz2.sig +License: GPL +Group: Applications/Internet +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot + +BuildRequires: aspell-devel libxml2-devel +BuildRequires: zlib-devel openssl-devel fam-devel perl +#BuildRequires: libstdc++-devel gcc-c++ +BuildRequires: openssl-perl +BuildRequires: ncurses-devel >= 5.3 Requires(post): %{__perl} @@ -24,17 +24,17 @@ Requires(post): %{__perl} CONE is a simple, text-based E-mail reader and writer. %package devel -Group: Development/Libraries -Summary: LibMAIL mail client development library. -Requires: %{name} = %{version}-%{release} +Group: Development/Libraries +Summary: LibMAIL mail client development library. +Requires: %{name} = %{version}-%{release} %description devel The %{name}-devel package the header files and library files for developing application using LibMAIL - a high level, C++ OO library for mail clients. %package doc -Group: Documentation -Summary: Documentation for the CONE email client +Group: Documentation +Summary: Documentation for the CONE email client %description doc CONE is a simple, text-based E-mail reader and writer. This package @@ -47,12 +47,14 @@ contains a large amount of documentation for CONE. CPPFLAGS="$CPPFLAGS -I%{curses_include_dir}" export CPPFLAGS -CFLAGS="$RPM_OPT_FLAGS" %configure --with-devel +# Note: The build breaks with --disable-static +CFLAGS="$RPM_OPT_FLAGS" %configure --with-devel --enable-shared %{__make} %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT %{__make} install DESTDIR=$RPM_BUILD_ROOT +rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{__install} sysconftool $RPM_BUILD_ROOT%{_datadir}/cone/cone.sysconftool touch $RPM_BUILD_ROOT%{_sysconfdir}/cone @@ -85,6 +87,7 @@ rm -rf $RPM_BUILD_ROOT %{_libexecdir}/cone %{_datadir}/cone %{_mandir}/man1/* +%{_libdir}/*.so %doc ABOUT-NLS ChangeLog README NEWS AUTHORS COPYING COPYING.GPL %files devel @@ -98,6 +101,13 @@ rm -rf $RPM_BUILD_ROOT %doc cone/html %changelog +* Thu Feb 02 2006 Steven Pritchard 0.66-1 +- Update to 0.66 +- Spec cleanup (reformatting) + +* Mon Nov 14 2005 Steven Pritchard 0.65-3 +- Disable static library creation + * Mon Nov 14 2005 Steven Pritchard 0.65-2 - Rebuild diff --git a/sources b/sources index 68565ed..9c86552 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -73ac17422c2dcf7a0a864b99fe786092 cone-0.65.tar.bz2 +0c924c109b31a632acd7e905fd415c58 cone-0.66.tar.bz2