[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX-diffs] Changes to auctex/Makefile.in,v
From: |
David Kastrup |
Subject: |
Re: [AUCTeX-diffs] Changes to auctex/Makefile.in,v |
Date: |
Sun, 04 Jun 2006 23:04:36 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
Reiner Steib <address@hidden> 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"
> address@hidden
> 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-diffs] Changes to auctex/Makefile.in,v, Reiner Steib, 2006/06/04
- [AUCTeX-diffs] Changes to auctex/Makefile.in,v, Reiner Steib, 2006/06/04
- [AUCTeX-diffs] Changes to auctex/Makefile.in,v, Reiner Steib, 2006/06/04
- Re: [AUCTeX-diffs] Changes to auctex/Makefile.in,v,
David Kastrup <=
- [AUCTeX-diffs] Changes to auctex/Makefile.in,v, Reiner Steib, 2006/06/07
- [AUCTeX-diffs] Changes to auctex/Makefile.in,v, Reiner Steib, 2006/06/07
- [AUCTeX-diffs] Changes to auctex/Makefile.in,v, Reiner Steib, 2006/06/07
- [AUCTeX-diffs] Changes to auctex/Makefile.in,v, Reiner Steib, 2006/06/07
- [AUCTeX-diffs] Changes to auctex/Makefile.in,v, Reiner Steib, 2006/06/07
- [AUCTeX-diffs] Changes to auctex/Makefile.in,v, David Kastrup, 2006/06/08