From 22118136a08af8d113925a2a64847322c817a85c Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Fri, 27 Nov 1998 00:09:28 +0000 Subject: [PATCH] * libtool.spec (URL): point to www.gnu.org (Source): point to ftp.gnu.org * Makefile.am (EXTRA_DIST): removed libtool.prj Reported by Akim Demaille --- ChangeLog | 8 ++++++++ Makefile.am | 46 +--------------------------------------------- libtool.spec | 4 ++-- 3 files changed, 11 insertions(+), 47 deletions(-) diff --git a/ChangeLog b/ChangeLog index e9ecba68..f430b9bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +1998-11-25 Alexandre Oliva + + * libtool.spec (URL): point to www.gnu.org + (Source): point to ftp.gnu.org + + * Makefile.am (EXTRA_DIST): removed libtool.prj + Reported by Akim Demaille + 1998-11-24 Alexandre Oliva * ltconfig.in (echo): avoid shell error messages when we're diff --git a/Makefile.am b/Makefile.am index dc46d619..33012d3f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ CPPLAGS = @CPPFLAGS@ aclocal_macros = libtool.m4 EXTRA_DIST = $(aclocal_macros) libtoolize.in ltconfig.in ltmain.in \ - libtool.spec libtool.prj + libtool.spec CLEANFILES = libtool libtoolize MAINTAINERCLEANFILES = ltconfig ltmain.sh @@ -154,47 +154,3 @@ $(srcdir)/libltdl/configure: libltdl/configure.in libltdl/aclocal.m4 $(srcdir)/libltdl/aclocal.m4: libltdl/configure.in libltdl/acinclude.m4 cd $(srcdir)/libltdl && $(ACLOCAL) - -###################################################################### -# These commands really help my life as a maintainer who uses PRCS. -# Feel free to copy them to your own project. I just run a -# maintainer-checkin whenever I feel like it, then I run a maintainer-release -# after changing the project major version number in my project file. -# -# This works because of the special `$Format: ...$' string I have in my -# `configure.in'. -PRCS = prcs -released = $(top_srcdir)/.released - -# At least configure.in should be rekeyed, but you can also add other files. -rekey_files = configure.in libtool.spec - -.PHONY: maintainer-checkin maintainer-rekey maintainer-release -maintainer-checkin: maintainer-rekey - cd $(top_srcdir) && $(PRCS) checkin -f $(PACKAGE).prj - -maintainer-rekey: - @newver=`grep '^(Project-Version[ ]' $(srcdir)/$(PACKAGE).prj | \ - sed 's/^.*[ ]\+\([^ ]\+\)[ ]\+[0-9]\+).*$$/\1/'`; \ - if test "X$$newver" = "X$(VERSION)"; then \ - if test -f "$(released)"; then \ - echo "New development cycle: change Project-Version in $(top_srcdir)/$(PACKAGE).prj."; \ - exit 1; \ - else \ - echo "No need to rekey any files"; \ - fi; \ - else \ - rm -f "$(released)"; \ - echo "cd $(top_srcdir) && $(PRCS) rekey -f $(PACKAGE).prj $(rekey_files)"; \ - cd $(top_srcdir) && $(PRCS) rekey -f $(PACKAGE).prj $(rekey_files); \ - fi - -maintainer-release: maintainer-rekey distcheck - cd $(top_srcdir) && $(PRCS) checkin -f $(PACKAGE).prj - echo "$(VERSION)" > "$(release)" - @echo "============================="; \ - echo "Congratulations! $(PACKAGE)-$(VERSION) is now complete."; \ - echo; \ - echo "Distribute \`$(PACKAGE)-$(VERSION).tar.gz' to the masses, and don't forget"; \ - echo "any other details you need to complete this release."; \ - echo "=============================" diff --git a/libtool.spec b/libtool.spec index 09ad69db..6fcac6e6 100644 --- a/libtool.spec +++ b/libtool.spec @@ -6,8 +6,8 @@ Version: 1.2c Release: 1 Copyright: GPL Group: Development/Build -Source: ftp://prep.ai.mit.edu/pub/gnu/libtool-%{PACKAGE_VERSION}.tar.gz -URL: http://www.profitpress.com/libtool/ +Source: ftp://ftp.gnu.org/pub/gnu/libtool-%{PACKAGE_VERSION}.tar.gz +URL: http://www.gnu.org/software/libtool/libtool.html BuildRoot: /tmp/libtool.root %description