]> git.pld-linux.org Git - packages/alpine.git/commitdiff
- patchlevel 20 - fixes problem with new mails in incoming folders as
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 8 Sep 2007 09:09:36 +0000 (09:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  maildir infinite loop.

Changed files:
    alpine.spec -> 1.12

alpine.spec

index 9778ebaf5b81e8bca66294f906d22964a431268a..2e42e9035d04d4cd84d6fa96b718948a55ac4792 100644 (file)
@@ -8,9 +8,9 @@ Summary:        University of Washington Pine mail user agent
 Summary(pl.UTF-8):     Klient pocztowy Pine z Uniwersytetu w Waszyngtonie
 Name:          alpine
 %define                ver             0.9999
-%define                patchlevel      18
+%define                patchlevel      20
 Version:       %{ver}.%{patchlevel}
-Release:       2
+Release:       1
 Epoch:         1
 License:       Apache License 2.0
 Group:         Applications/Mail
@@ -18,7 +18,7 @@ Group:                Applications/Mail
 #Source0:      ftp://ftp.cac.washington.edu/alpine/%{name}-%{version}.tar.gz
 # Source with applied patches from http://staff.washington.edu/chappa/alpine/ 
 Source0:       http://staff.washington.edu/chappa/alpine/patches/alpine-%{ver}/%{name}-%{ver}_%{patchlevel}.tar.gz
-# Source0-md5: 888ecef4d50e15e4237f7a7a55793f68
+# Source0-md5: 7e2277e8e7a4a93301986cb3daa58805
 Source1:       pico.desktop
 Source2:       %{name}.desktop
 Source3:       %{name}.png
@@ -142,12 +142,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/%{name}
 %attr(755,root,root) %{_bindir}/rpload
 %attr(755,root,root) %{_bindir}/rpdump
-#%attr(755,root,root) %{_bindir}/mailutil
-#%attr(2755,root,mail) %{_sbindir}/mlock
 %{_mandir}/man1/%{name}.1*
-#%{_mandir}/man1/rpload.1*
-#%{_mandir}/man1/rpdump.1*
-#%{_mandir}/man1/mailutil.1*
+%{_mandir}/man1/rpload.1*
+%{_mandir}/man1/rpdump.1*
 %{_desktopdir}/%{name}.desktop
 %{_pixmapsdir}/%{name}.png
 
This page took 0.569678 seconds and 4 git commands to generate.