Remove some comments and a line of debugging cruft.
This commit is contained in:
parent
d889d66cee
commit
0608950fc4
@ -158,7 +158,6 @@ make -C tools/vzic
|
|||||||
#make -C doc -f Makefile.dist
|
#make -C doc -f Makefile.dist
|
||||||
|
|
||||||
%install
|
%install
|
||||||
echo AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|
|
||||||
make install DESTDIR=%buildroot
|
make install DESTDIR=%buildroot
|
||||||
|
|
||||||
# Install some additional binaries
|
# Install some additional binaries
|
||||||
@ -173,11 +172,6 @@ install -d \
|
|||||||
%buildroot/%_datadir/%name/rpm \
|
%buildroot/%_datadir/%name/rpm \
|
||||||
%buildroot/etc/pki/%name
|
%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
|
# Some tools which aren't installed by the makefile which we want
|
||||||
install -m 755 notifyd/notifytest %buildroot%_bindir/
|
install -m 755 notifyd/notifytest %buildroot%_bindir/
|
||||||
install -m 755 perl/imap/cyradm %buildroot%_bindir/
|
install -m 755 perl/imap/cyradm %buildroot%_bindir/
|
||||||
@ -260,7 +254,6 @@ rm %buildroot/%_libdir/*.la
|
|||||||
rm %buildroot/%cyrexecdir/pop3proxyd
|
rm %buildroot/%cyrexecdir/pop3proxyd
|
||||||
find %buildroot -name "perllocal.pod" -exec rm {} \;
|
find %buildroot -name "perllocal.pod" -exec rm {} \;
|
||||||
find %buildroot -name ".packlist" -exec rm {} \;
|
find %buildroot -name ".packlist" -exec rm {} \;
|
||||||
#find %{buildroot}%{perl_vendorarch} -name "*.bs" -exec rm {} \;
|
|
||||||
|
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
|
Loading…
Reference in New Issue
Block a user