OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 04-Jan-2009 11:11:31 Branch: HEAD Handle: 2009010410113100 Modified files: openpkg-src/email email.patch email.spec Log: upgrading package: email 3.1.0 -> 3.1.1 Summary: Revision Changes Path 1.3 +0 -12 openpkg-src/email/email.patch 1.12 +5 -4 openpkg-src/email/email.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/email/email.patch ============================================================================ $ cvs diff -u -r1.2 -r1.3 email.patch --- openpkg-src/email/email.patch 6 Apr 2008 08:03:36 -0000 1.2 +++ openpkg-src/email/email.patch 4 Jan 2009 10:11:31 -0000 1.3 @@ -113,15 +113,3 @@ -EOF -Index: src/Makefile.in ---- src/Makefile.in.orig 2008-02-24 05:11:20 +0100 -+++ src/Makefile.in 2008-04-06 10:02:24 +0200 -@@ -18,7 +18,7 @@ - remotesmtp.o sig_file.o smtpcommands.o utils.o - - all: $(FILES) -- $(CC) $(CFLAGS) -o email $(FILES) $(OTHER_FILES) $(LDFLAGS) $(LIBS) $(DLIB) -+ $(CC) $(CFLAGS) -o email $(FILES) $(OTHER_FILES) $(DLIB) $(LDFLAGS) $(LIBS) - - clean: - rm -f *.o *.d email @@ . patch -p0 <<'@@ .' Index: openpkg-src/email/email.spec ============================================================================ $ cvs diff -u -r1.11 -r1.12 email.spec --- openpkg-src/email/email.spec 30 Nov 2008 10:08:40 -0000 1.11 +++ openpkg-src/email/email.spec 4 Jan 2009 10:11:31 -0000 1.12 @@ -31,8 +31,8 @@ Class: EVAL Group: Mail License: GPL -Version: 3.1.0 -Release: 20081130 +Version: 3.1.1 +Release: 20090104 # list of sources Source0: http://www.cleancode.org/downloads/email/email-%{version}.tar.gz @@ -74,14 +74,15 @@ LDFLAGS="%{l_ldflags}" \ LIBS="-lssl -lcrypto" \ ./configure \ - --prefix=%{l_prefix} + --prefix=%{l_prefix} \ + --mandir=%{l_prefix}/man %{l_make} %{l_mflags -O} %install rm -rf $RPM_BUILD_ROOT %{l_shtool} subst %{l_value -s -a} email.conf %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT - rm -rf $RPM_BUILD_ROOT%{l_prefix}/doc + rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/doc strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true mv $RPM_BUILD_ROOT%{l_prefix}/etc/email/email.address.template \ $RPM_BUILD_ROOT%{l_prefix}/etc/email/email.address @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org