Reiner Steib <[EMAIL PROTECTED]> writes:

> CVSROOT:      /sources/auctex
> Module name:  auctex
> Changes by:   Reiner Steib <rsteib>   06/06/04 20:55:03
>
> Index: Makefile.in
> ===================================================================
> RCS file: /sources/auctex/auctex/Makefile.in,v
> retrieving revision 1.134
> retrieving revision 1.135
> diff -u -b -r1.134 -r1.135
> --- Makefile.in       4 Jun 2006 20:17:16 -0000       1.134
> +++ Makefile.in       4 Jun 2006 20:55:03 -0000       1.135
> @@ -52,6 +52,7 @@
>  COMMITTER_NAME="David Kastrup"
>  [EMAIL PROTECTED]
>  RPMROOT = /usr/src/redhat
> +RPM_SIGN = --sign
>  
>  MULESRC = @MULESRC@
>  MULEELC = @MULEELC@
> @@ -305,12 +306,13 @@
>       -zip -r $(FTPDIR)/auctex-$(TAG).zip auctex-$(TAG)
>       cp auctex-$(TAG)/CHANGES $(FTPDIR)/CHANGES
>       cp auctex-$(TAG)/RELEASE $(FTPDIR)/RELEASE-$(TAG)
> +# The following files aren't fetch from auctex-$(TAG).  Is this intended?
>       cd doc && $(MAKE) extradist
>       cp doc/auctex.ps doc/auctex.pdf doc/tex-ref.ps doc/tex-ref.pdf $(FTPDIR)
>       cp ChangeLog $(FTPDIR)
>  
>  rpm-builds:
> -     rpmbuild -ta --sign $(FTPDIR)/auctex-$(TAG).tar.gz
> +     rpmbuild -ta $(RPM_SIGN) $(FTPDIR)/auctex-$(TAG).tar.gz
>       cp $(RPMROOT)/{RPMS/noarch/auctex-emacs,SRPMS/auctex}-$(TAG)[.-]* 
> $(FTPDIR)

Uh, what's the purpose?  Those are targets explicitly for maintainers,
and we don't want unsigned RPMs to be uploaded.  Am I missing
something here?

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum


_______________________________________________
auctex-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to