]> git.pld-linux.org Git - packages/alpine.git/blobdiff - alpine.spec
- spacing, complete URL
[packages/alpine.git] / alpine.spec
index d315c0e6da2963864a07aaaf582157b79c56b03f..9778ebaf5b81e8bca66294f906d22964a431268a 100644 (file)
@@ -10,7 +10,7 @@ Name:         alpine
 %define                ver             0.9999
 %define                patchlevel      18
 Version:       %{ver}.%{patchlevel}
-Release:       1
+Release:       2
 Epoch:         1
 License:       Apache License 2.0
 Group:         Applications/Mail
@@ -20,9 +20,11 @@ Group:               Applications/Mail
 Source0:       http://staff.washington.edu/chappa/alpine/patches/alpine-%{ver}/%{name}-%{ver}_%{patchlevel}.tar.gz
 # Source0-md5: 888ecef4d50e15e4237f7a7a55793f68
 Source1:       pico.desktop
-Source2:        %{name}.desktop
-Source3:        %{name}.png
-URL:           http://www.washington.edu/alpine
+Source2:       %{name}.desktop
+Source3:       %{name}.png
+Patch0:                %{name}-thread_end.patch
+Patch1:                %{name}-index_display.patch
+URL:           http://www.washington.edu/alpine/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: krb5-devel
@@ -101,6 +103,8 @@ ajuda de acordo com o contexto está disponível.
 
 %prep
 %setup -q -n %{name}-%{ver}
+%patch0 -p1
+%patch1 -p1
 
 %build
 %{__autoconf}
@@ -128,7 +132,6 @@ install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install %{SOURCE2} $RPM_BUILD_ROOT%{_desktopdir}
 install %{SOURCE3} $RPM_BUILD_ROOT%{_pixmapsdir}
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.058573 seconds and 4 git commands to generate.