rpms/cone/devel cone-0.66.tar.bz2.sig, NONE, 1.1 .cvsignore, 1.5, 1.6 cone.spec, 1.12, 1.13 sources, 1.5, 1.6 cone-0.65.tar.bz2.sig, 1.1, NONE

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Fri Feb 3 01:32:56 UTC 2006


Author: steve

Update of /cvs/extras/rpms/cone/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19664

Modified Files:
	.cvsignore cone.spec sources 
Added Files:
	cone-0.66.tar.bz2.sig 
Removed Files:
	cone-0.65.tar.bz2.sig 
Log Message:
Update to 0.66.


--- NEW FILE cone-0.66.tar.bz2.sig ---
ˆ?
–

Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cone/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	5 Aug 2005 13:20:36 -0000	1.5
+++ .cvsignore	3 Feb 2006 01:32:56 -0000	1.6
@@ -1 +1 @@
-cone-0.65.tar.bz2
+cone-0.66.tar.bz2


Index: cone.spec
===================================================================
RCS file: /cvs/extras/rpms/cone/devel/cone.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- cone.spec	14 Nov 2005 17:03:34 -0000	1.12
+++ cone.spec	3 Feb 2006 01:32:56 -0000	1.13
@@ -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 @@
 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 @@
 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 @@
 %{_libexecdir}/cone
 %{_datadir}/cone
 %{_mandir}/man1/*
+%{_libdir}/*.so
 %doc ABOUT-NLS ChangeLog README NEWS AUTHORS COPYING COPYING.GPL
 
 %files devel
@@ -98,6 +101,13 @@
 %doc cone/html
 
 %changelog
+* Thu Feb 02 2006 Steven Pritchard <steve at kspei.com> 0.66-1
+- Update to 0.66
+- Spec cleanup (reformatting)
+
+* Mon Nov 14 2005 Steven Pritchard <steve at kspei.com> 0.65-3
+- Disable static library creation
+
 * Mon Nov 14 2005 Steven Pritchard <steve at kspei.com> 0.65-2
 - Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cone/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	5 Aug 2005 13:20:36 -0000	1.5
+++ sources	3 Feb 2006 01:32:56 -0000	1.6
@@ -1 +1 @@
-73ac17422c2dcf7a0a864b99fe786092  cone-0.65.tar.bz2
+0c924c109b31a632acd7e905fd415c58  cone-0.66.tar.bz2


--- cone-0.65.tar.bz2.sig DELETED ---




More information about the scm-commits mailing list