From 0608950fc4c10925fd3688800ddbde0d920186ff Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Nov 24 2016 04:20:54 +0000 Subject: Remove some comments and a line of debugging cruft. --- diff --git a/cyrus-imapd.spec b/cyrus-imapd.spec index f3a7705..53d7a25 100644 --- a/cyrus-imapd.spec +++ b/cyrus-imapd.spec @@ -158,7 +158,6 @@ make -C tools/vzic #make -C doc -f Makefile.dist %install -echo AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA make install DESTDIR=%buildroot # Install some additional binaries @@ -173,11 +172,6 @@ install -d \ %buildroot/%_datadir/%name/rpm \ %buildroot/etc/pki/%name -# Do what the regular make install does -#make install DESTDIR=%{buildroot} PREFIX=%{_prefix} mandir=%{_mandir} -#make -C man install DESTDIR=%{buildroot} PREFIX=%{_prefix} mandir=%{_mandir} - - # Some tools which aren't installed by the makefile which we want install -m 755 notifyd/notifytest %buildroot%_bindir/ install -m 755 perl/imap/cyradm %buildroot%_bindir/ @@ -260,7 +254,6 @@ rm %buildroot/%_libdir/*.la rm %buildroot/%cyrexecdir/pop3proxyd find %buildroot -name "perllocal.pod" -exec rm {} \; find %buildroot -name ".packlist" -exec rm {} \; -#find %{buildroot}%{perl_vendorarch} -name "*.bs" -exec rm {} \; %pre