]> git.pld-linux.org Git - packages/cone.git/commitdiff
- updated to 0.65
authorAndrzej Augustynowicz <andrzej@augustynowicz.eu.org>
Sat, 9 Jul 2005 10:36:41 +0000 (10:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added -linking.patch - fixed library linking

Changed files:
    cone.spec -> 1.18

cone.spec

index 336f06705463986c3d170ab1b5fccaf43ef1a70a..b6ff133c3ed704246e574cb79e3b1c3fa9fe63ae 100644 (file)
--- a/cone.spec
+++ b/cone.spec
@@ -1,13 +1,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
@@ -79,6 +80,7 @@ edytorze u
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -86,6 +88,22 @@ edytorze u
 %{__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 \
@@ -137,6 +155,7 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %doc devel/*
+%{_libdir}/libmail.la
 %{_includedir}/libmail
 %{_mandir}/man3/*
 
This page took 0.156938 seconds and 4 git commands to generate.