]> git.pld-linux.org Git - packages/mutt.git/commitdiff
enable external dotlock with sgid mail (I just want to delete mutt-1_2_5i-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 4 Oct 2000 17:32:10 +0000 (17:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
mails from spool sometime)

Changed files:
    mutt.spec -> 1.60

mutt.spec

index 86d58555d6e62e0734ffef9a0540d67b263593ce..5f41b61e7848dbd5d00863157baaefe157499154 100644 (file)
--- a/mutt.spec
+++ b/mutt.spec
@@ -16,7 +16,7 @@ Source0:      ftp://ftp.mutt.org/pub/mutt/%{name}-%{version}.tar.gz
 Source1:       %{name}.desktop
 Source2:       patches_sec.txt
 Source3:       patches_bj.txt
-Patch0:                %{name}-mail.patch
+#Patch0:       %{name}-mail.patch
 #Patch1:       %{name}-confdir.patch
 Patch2:                http://www.spinnaker.de/mutt/patch-1.2.rr.compressed.1.gz
 # Part of that patches I changed by hand to fit them into newer version
@@ -74,7 +74,7 @@ deste
 
 %prep
 %setup -q -n %{name}-%(echo %{version} | sed 's/i$//')
-%patch0 -p0
+#%patch0 -p0
 #%patch1 -p1 
 %patch2 -p1 
 %patch3 -p1
@@ -112,7 +112,8 @@ CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} -fno-strict-aliasing"
        --with-homespool=Mailbox \
        --with-ssl \
        --with-charmaps \
-       --with-docdir=%{_defaultdocdir}/%{name}-%{version}
+       --with-docdir=%{_defaultdocdir}/%{name}-%{version} \
+       --enable-external-dotlock
 
 %{__make} keymap.h
 %{__make} 
@@ -139,6 +140,10 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc *.gz contrib/{*rc*,*cap*} doc/manual*html
 %config(noreplace) %verify(not size md5 mtime) %{_sysconfdir}/Muttrc
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root)  %{_bindir}/mutt
+%attr(755,root,root)  %{_bindir}/pgpewrap
+%attr(755,root,root)  %{_bindir}/pgpring
+%attr(2755,root,mail) %{_bindir}/mutt_dotlock
+
 %{_applnkdir}/Network/Mail/mutt.desktop
 %{_mandir}/man*/*
This page took 0.040032 seconds and 4 git commands to generate.