From fa94ee5653f053d6dfbe1fcad056d5262dbb6e2b Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sat, 9 Jul 2016 15:14:07 -0600 Subject: * Update/Fix alpine.spec file to build rpm packages. --- packages/README | 7 +++---- packages/alpine.spec | 8 ++++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/packages/README b/packages/README index 501c7cf7..5d7223e4 100644 --- a/packages/README +++ b/packages/README @@ -1,10 +1,9 @@ -Last changed: 06 Apr 2007 +Last changed: 09 July 2016 Building packages for Alpine Files in this directory: - alpine.spec - spec file for building RPMs on RedHat and Fedora. - It should also work with Mandrake. + alpine.spec - spec file for building RPMs on RedHat, Fedora and OpenSuse. debian/* - files containing instructions for building .deb files for use with dpkg windows/* - files used to build the Windows Alpine installer. Upon @@ -54,7 +53,7 @@ The RPM file will be placed in the RPMS directory, and a source RPM will be placed in the SRPMS directory. Installing an RPM is done with the command: -rpm -ivh alpine-{version}-1.i386.rpm +rpm -ivh alpine-{version}-1.x86_64.rpm Building .deb files: diff --git a/packages/alpine.spec b/packages/alpine.spec index 4a530b3e..a9a837b8 100644 --- a/packages/alpine.spec +++ b/packages/alpine.spec @@ -1,10 +1,10 @@ -Summary: University of Washington Alpine mail user agent +Summary: Alpine mail user agent Name: alpine -Version: 2.11 +Version: 2.20 Release: 1 License: Apache License Group: Applications/Mail -Source: http://patches.freeiz.com/alpine/patches/%{name}-%{version}/%{name}-%{version}.clean.tar.lzma +Source: http://patches.freeiz.com/alpine/release/src/%{name}-%{version}.tar.xz URL: http://patches.freeiz.com/alpine/ Vendor: Patches for Pine and Alpine Packager: Eduardo Chappa @@ -54,7 +54,7 @@ install -D -m644 imap/src/mailutil/mailutil.1 $RPM_BUILD_ROOT%{_mandir}/man1/mai %files %defattr(-,root,root) -%doc README LICENSE doc/tech-notes.txt +%doc README LICENSE doc/tech-notes/tech-notes.txt %{_bindir}/alpine %{_bindir}/pico %{_bindir}/pilot -- cgit v1.2.3-54-g00ecf