]> git.pld-linux.org Git - packages/alpine.git/blame - alpine.spec
- it provides pine and pico 4.99
[packages/alpine.git] / alpine.spec
CommitLineData
ecdbf6cc
PG
1# TODO:
2# - backport man-pages from pine.spec
c4ce2c49 3# - separate package with tcl web-frontend
c9e98969 4# - fix as-needed
02477d30 5Summary: University of Washington Pine mail user agent
84f5c30e 6Summary(pl.UTF-8): Klient pocztowy Pine z Uniwersytetu w Waszyngtonie
02477d30 7Name: alpine
271a2368
PG
8%define ver 0.999999
9%define patchlevel 3
db14e620 10Version: %{ver}.%{patchlevel}
66f6bcb0 11Release: 2
ecdbf6cc
PG
12Epoch: 1
13License: Apache License 2.0
02477d30 14Group: Applications/Mail
19f73470
PG
15# Main site:
16#Source0: ftp://ftp.cac.washington.edu/alpine/%{name}-%{version}.tar.gz
17# Source with applied patches from http://staff.washington.edu/chappa/alpine/
db14e620 18Source0: http://staff.washington.edu/chappa/alpine/patches/alpine-%{ver}/%{name}-%{ver}_%{patchlevel}.tar.gz
271a2368 19# Source0-md5: 9c3f59d0b2418148c4cd94a8e35c561f
ecdbf6cc 20Source1: pico.desktop
e4e766a4
JB
21Source2: %{name}.desktop
22Source3: %{name}.png
f5d7d4fd
PG
23Patch0: %{name}-index_display.patch
24Patch1: %{name}-doc.patch
25Patch2: %{name}-filter.patch
26Patch3: %{name}-quote.patch
27Patch4: %{name}-fhs.patch
28Patch5: %{name}-segfix.patch
29Patch6: %{name}-libc-client.patch
30Patch7: %{name}-fixhome.patch
31Patch8: %{name}-ssl.patch
32Patch9: %{name}-no_1777_warning.patch
33Patch10: %{name}-home_etc.patch
e4e766a4 34URL: http://www.washington.edu/alpine/
c85f8efa
PG
35BuildRequires: autoconf
36BuildRequires: automake
fda94c2a 37BuildRequires: home-etc-devel
84f5c30e 38BuildRequires: krb5-devel
02477d30 39BuildRequires: ncurses-devel
78a816a8 40BuildRequires: openldap-devel >= 2.4.6
02477d30 41BuildRequires: openssl-devel
02477d30 42BuildRequires: pam-devel
ed75d4f6
PG
43# Only for web-frontend:
44#BuildRequires: tcl-devel
d147c72a 45Obsoletes: pine
f758aceb 46Provides: pine = 4.99
96222bac 47Suggests: aspell
02477d30
AM
48BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
49
ecdbf6cc 50%define alpineconfdir /etc/%{name}
c9e98969 51%define filterout_ld -Wl,--as-needed
ecdbf6cc 52
02477d30
AM
53%description
54Alpine -- an Alternatively Licensed Program for Internet News & Email
55-- is a tool for reading, sending, and managing electronic messages.
56Alpine is the successor to Pine and was developed by Computing &
57Communications at the University of Washington. Though originally
58designed for inexperienced email users, Alpine supports many advanced
59features, and an ever-growing number of configuration and
60personal-preference options.
61
84f5c30e
JB
62%description -l pl.UTF-8
63Alpine, czyli Alternatively Licensed Program for Internet News & Email
64(alternatywnie licencjonowany program do newsów i poczty internetowej)
65to narzędzie do czytania, wysyłania i zarządzania wiadomościami
66elektronicznymi. Alpine jest następcą Pine'a i został napisany przez
67wydział Computing & Communications (Obliczeń i komunikacji) na
68Uniwersytecie w Waszyngtonie. Mimo że Alpine pierwotnie został
69zaprojektowany dla niedoświadczonych użytkowników poczty, obsługuje
70wiele zaawansowanych możliwości, a liczba opcji konfiguracyjnych
71ciągle rośnie.
72
ecdbf6cc
PG
73%package -n pico
74Summary: Simple text editor in the style of the Pine Composer
75Summary(pl.UTF-8): Prosty edytor tekstowy w stylu alpine
76Summary(pt_BR.UTF-8): Editor de textos para terminal simples e fácil de usar
77Group: Applications/Editors
f758aceb 78Provides: pico = 4.99
ecdbf6cc
PG
79
80%description -n pico
81Pico is a simple, display-oriented text editor based on the Alpine
82message system composer. As with Pine, commands are displayed at the
83bottom of the screen, and context-sensitive help is provided. As
84characters are typed they are immediately inserted into the text.
85
86%description -n pico -l pl.UTF-8
87Pico jest prostym, zorientowanym na wyświetlanie edytorem bazującym na
88alpine. Tak jak w pine komendy są wyświetlane na dole ekranu oraz
89dostępna jest pomoc konteksowa. Wpisywane znaki są natychmiast
90włączane do tekstu.
91
92%description -n pico -l pt_BR.UTF-8
93Pico é um editor de texto baseado no compositor de mensagens do Alpine.
94Assim como no Pine, comandos são mostrados na parte de baixo da tela,
95e ajuda de acordo com o contexto está disponível.
96
97%package -n pilot
98Summary: Simple file system browser in the style of the Alpine Composer
99Summary(pl.UTF-8): Prosta przeglądarka plików w stylu composera alpine
100Summary(pt_BR.UTF-8): Navegador de sistemas de arquivos no estilo do compositor do Alpine
101Group: Applications/Shells
f758aceb 102Provides: pilot = 4.99
ecdbf6cc
PG
103
104%description -n pilot
105Pilot is a simple, display-oriented file system browser based on the
106Alpine message system composer. As with Alpine, commands are displayed at
107the bottom of the screen, and context-sensitive help is provided.
108
109%description -n pilot -l pl.UTF-8
110Pilot jest prostą, zorientowaną na wyświetlanie przeglądarką plików w
111stylu compsera pine. Podobnie jak w alpine polecenia sa wyświetlane na
112dole ekranu oraz jest dostępna pomoc kontekstowa.
113
114%description -n pilot -l pt_BR.UTF-8
115Pilot é um navegador de sistemas de arquivos baseado no Pine. Assim
116como no Pine, comandos são apresentados na parte de baixo da tela, e
117ajuda de acordo com o contexto está disponível.
118
02477d30 119%prep
db14e620 120%setup -q -n %{name}-%{ver}
f5d7d4fd
PG
121%patch0 -p1
122%patch1 -p1
d147c72a
JR
123%patch2 -p1
124%patch3 -p1
125%patch4 -p1
126%patch5 -p1
127%patch6 -p1
128%patch7 -p1
129%patch8 -p1
130%patch9 -p1
131%patch10 -p1
02477d30
AM
132
133%build
14ee7687
PG
134rm -f libtool missing
135%{__libtoolize}
c85f8efa 136%{__aclocal} -I m4
d147c72a
JR
137%{__autoconf}
138%{__autoheader}
c85f8efa 139%{__automake}
02477d30
AM
140%configure \
141 --enable-quotas \
ed75d4f6 142 --without-tcl \
02477d30 143 --with-smtp-msa=%{_libdir}/sendmail \
96222bac 144 --with-simple-spellcheck=aspell \
ecdbf6cc
PG
145 --with-system-pinerc=%{alpineconfdir}/%{name}.conf \
146 --with-system-fixed-pinerc=%{alpineconfdir}/%{name}.conf.fixed \
02477d30
AM
147 --with-krb5-dir=%{_prefix} \
148 --with-ldap-dir=%{_prefix} \
d147c72a 149 --with-system-mail-directory=/var/mail \
f6e2946d 150 --with-c-client-target=slx \
151 --with-ssl-dir=/var/lib/openssl/certs \
152 --with-ssl-certs-dir=/var/lib/openssl/certs \
d147c72a
JR
153 --with-passfile=.pine.pwd
154
155%{__make} \
156 GCCOPTLEVEL="%{rpmcflags}"
02477d30
AM
157
158%install
159rm -rf $RPM_BUILD_ROOT
28b69314 160install -d $RPM_BUILD_ROOT{%{alpineconfdir},%{_desktopdir},%{_pixmapsdir}}
02477d30
AM
161
162%{__make} install \
163 DESTDIR=$RPM_BUILD_ROOT
164
ecdbf6cc 165install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
28b69314
PG
166install %{SOURCE2} $RPM_BUILD_ROOT%{_desktopdir}
167install %{SOURCE3} $RPM_BUILD_ROOT%{_pixmapsdir}
168
d147c72a
JR
169ln -s alpine $RPM_BUILD_ROOT%{_bindir}/pine
170
f098cf80
JR
171$RPM_BUILD_ROOT%{_bindir}/alpine -conf > $RPM_BUILD_ROOT%{alpineconfdir}/alpine.conf
172cat <<EOF > $RPM_BUILD_ROOT%{alpineconfdir}/alpine.conf.fixed
173#
174# Alpine system-wide enforced configuration file - customize as needed
175#
176# This file holds the system-wide enforced values for alpine configuration
177# settings. Any values set in it will override values set in the
178# system-wide default configuration file (%{alpineconfdir}/alpine.conf) and
179# the user's own configuration file (~/.pinerc).
180# For more information on the format of this file, read the
181# comments at the top of %{alpineconfdir}/alpine.conf
182
183EOF
184
02477d30
AM
185%clean
186rm -rf $RPM_BUILD_ROOT
187
188%files
189%defattr(644,root,root,755)
ecdbf6cc
PG
190%doc README doc/tech-notes.txt
191%dir %{alpineconfdir}
f098cf80
JR
192%config(noreplace) %verify(not md5 mtime size) %{alpineconfdir}/alpine.conf
193%config(noreplace) %verify(not md5 mtime size) %{alpineconfdir}/alpine.conf.fixed
28b69314 194%attr(755,root,root) %{_bindir}/%{name}
d147c72a 195%attr(755,root,root) %{_bindir}/pine
02477d30
AM
196%attr(755,root,root) %{_bindir}/rpload
197%attr(755,root,root) %{_bindir}/rpdump
28b69314 198%{_mandir}/man1/%{name}.1*
ad29b28d
PG
199%{_mandir}/man1/rpload.1*
200%{_mandir}/man1/rpdump.1*
28b69314
PG
201%{_desktopdir}/%{name}.desktop
202%{_pixmapsdir}/%{name}.png
ecdbf6cc
PG
203
204%files -n pico
205%defattr(644,root,root,755)
206%attr(755,root,root) %{_bindir}/pico
207%{_desktopdir}/pico.desktop
208%{_mandir}/man1/pico*
209
210%files -n pilot
211%defattr(644,root,root,755)
212%attr(755,root,root) %{_bindir}/pilot
213%{_mandir}/man1/pilot*
This page took 0.096606 seconds and 4 git commands to generate.