]> git.pld-linux.org Git - packages/mutt.git/commitdiff
- hopefully fixed broken rr.compressed and php_hook patches, updated manual patch
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 16 Feb 2004 13:52:57 +0000 (13:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- call autoheader, added comment for disabled patch13

Changed files:
    mutt.spec -> 1.169

mutt.spec

index d0cf9ed3b06cc7fe36902cd795d9901f5050f373..8f2adc6a9b9042e6132077fad0abbb3b0c387ebb 100644 (file)
--- a/mutt.spec
+++ b/mutt.spec
@@ -139,7 +139,8 @@ Mutt - 
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
-#%patch13 -p0
+# disabled - changes default behaviour
+##%patch13 -p0
 %patch14 -p1
 %patch15 -p1
 %patch16 -p1
@@ -156,6 +157,7 @@ rm -f doc/{manual*.html,manual.txt}
 %build
 %{__aclocal} -I m4
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure \
        %{!?debug:--disable-debug} %{?debug:--enable-debug} \
@@ -195,7 +197,7 @@ install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir},%{_mandir}/pl/man1,%{_d
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%{__patch} -p0 -d $RPM_BUILD_ROOT%{_sysconfdir} < %PATCH16
+%{__patch} -p0 -d $RPM_BUILD_ROOT%{_sysconfdir} < %{PATCH16}
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
@@ -214,7 +216,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc contrib/{*rc*,*cap*} ChangeLog README TODO NEWS README.SECURITY README.SSL README.xface %{?with_esmtp: Muttrc.esmtp}
+%doc contrib/{*rc*,*cap*} ChangeLog README TODO NEWS README.SECURITY README.SSL README.xface %{?with_esmtp:Muttrc.esmtp}
 %config(noreplace,missingok) %verify(not md5 size mtime) %{_sysconfdir}/Muttrc
 %attr(755,root,root) %{_bindir}/mutt
 %attr(755,root,root) %{_bindir}/flea
This page took 0.036231 seconds and 4 git commands to generate.