]> git.pld-linux.org Git - packages/automake.git/commitdiff
This commit was manufactured by cvs2git to create branch 'PLD_1_0_freez'. PLD_1_0_freez
authorcvs2git <feedback@pld-linux.org>
Wed, 3 Oct 2001 19:49:32 +0000 (19:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2001-10-03 19:49:32 UTC Jakub Bogusz <qboosh@pld-linux.org> '- don't call aclocal - now automake really doesn't buildrequire automake'
Delete:
    automake-libtoolize.patch
    automake.spec

automake-libtoolize.patch [deleted file]
automake.spec [deleted file]

diff --git a/automake-libtoolize.patch b/automake-libtoolize.patch
deleted file mode 100644 (file)
index 5573d4f..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
---- automake-1.4-p4/automake.in        Wed Jul 12 11:40:03 2000
-+++ automake-1.4-p4/automake.in        Thu Nov  9 07:04:46 2000
-@@ -6882,9 +6882,11 @@
-                   $suppress = 1;
-                   # Maybe run libtoolize.
-+                  @libtoolize_args = ('--automake');
-+                  push @libtoolize_args, '-c'  if $copy_missing;
-                   if ($seen_libtool
-                       && grep ($_ eq $file, @libtoolize_files)
--                      && system ('libtoolize', '--automake'))
-+                      && system ('libtoolize', @libtoolize_args))
-                   {
-                       $message = "installing \`$errfile'";
-                       $suppress = 0;
diff --git a/automake.spec b/automake.spec
deleted file mode 100644 (file)
index abd7e3c..0000000
+++ /dev/null
@@ -1,121 +0,0 @@
-
-%include       /usr/lib/rpm/macros.perl
-Summary:       GNU automake - Makefile configuration tools
-Summary(de):   GNU automake - Makefile-Konfigurationstools
-Summary(es):   GNU automake - herramientas de configuración de Makefile
-Summary(fr):   automake de GNU - Outils de configuration des makefiles
-Summary(pl):   GNU Automake - generator plików Makefile
-Summary(pt_BR):        GNU automake - ferramentas de configuração de Makefile
-Summary(tr):   Makefile yapýlandýrma araçlarý
-Name:          automake
-Version:       1.5
-Release:       1
-License:       GPL
-Group:         Development/Building
-Group(de):     Entwicklung/Bauen
-Group(pl):     Programowanie/Budowanie
-Source0:       ftp://sourceware.cygnus.com/pub/automake/%{name}-%{version}.tar.gz
-Patch0:                %{name}-info.patch
-Patch1:                %{name}-man.patch
-URL:           http://sourceware.cygnus.com/automake/
-BuildRequires: autoconf
-BuildRequires: perl
-Requires:      perl
-Requires:      perl(File::Glob)
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-BuildArch:     noarch
-
-%description
-Automake is an experimental Makefile generator. Automake was inspired
-by the 4.4BSD make and include files, but aims to be portable and to
-conform to the GNU standards for Makefile variables and targets.
-
-%description -l de
-Automake ist ein experimenteller Makefile-Generator, inspiriert durch
-die 4.4BSD-Make und Include-Dateien, der jedoch auf Portabilität und
-Konformität mit den GNU-Standards für Makefile-Variable und Targets
-abzielt.
-
-%description -l es
-Automake es un creador experimental de Makefiles. Fue inspirado en el
-4.4BSD make y incluye archivos, pero visa ser portátil y compatible
-con los padrones GNU para variables y dianas de Makefile.
-
-%description -l fr
-automake est un générateur expérimental de makefiles. Il a été inspiré
-par le make de BSD 4.4, mais se veut portable et conforme aux
-standards GNU pour les variables et les cibles des makefiles.
-
-%description -l pl
-Automake jest eksperymentalnym generatorem plików Makefile'a.
-Narzêdzie to jest wzorowane na make i plikach nag³ówkowych z systemu
-4.4BSD. Umo¿liwia ono generowanie plików Makefile w oderwaniu od
-platformy systemowej bêd±c jednocze¶nie zgodnym ze standardami GNU.
-
-%description -l pt_BR
-Automake é um gerador experimental de Makefiles. Ele foi inspirado
-pelo 4.4BSD make e inclui arquivos, mas visa ser portável e compatível
-com os padrões GNU para variáveis e alvos de Makefile.
-
-%description -l tr
-Automake deneysel bir Makefile üreticisidir. 4.4BSD make ve include
-dosyalarýndan esinlenilmistir, ama amaç taþýnabilir olmak ve Makefile
-deðiþkenleri ve hedefleri için GNU standartlarýna uyum göstermektir.
-
-%prep
-%setup -q 
-%patch0 -p1
-%patch1 -p1
-
-%build
-autoconf
-%configure
-%{__make}
-
-%install
-rm -rf $RPM_BUILD_ROOT
-
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
-
-install -d $RPM_BUILD_ROOT%{_mandir}/man1
-install aclocal.1 automake.1 $RPM_BUILD_ROOT%{_mandir}/man1
-
-gzip -9nf AUTHORS ChangeLog NEWS README THANKS TODO
-
-%post
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
-
-%postun
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(644,root,root,755)
-%doc *.gz
-%attr(755,root,root) %{_bindir}/*
-%{_infodir}/automake*
-
-%{_aclocaldir}
-%{_mandir}/man1/*
-
-%dir %{_datadir}/automake
-%{_datadir}/automake/am
-%{_datadir}/automake/Automake
-%{_datadir}/automake/COPYING
-%{_datadir}/automake/INSTALL
-%{_datadir}/automake/texinfo.tex
-%{_datadir}/automake/ansi2knr*
-%attr(755,root,root) %{_datadir}/automake/acinstall
-%attr(755,root,root) %{_datadir}/automake/compile
-%attr(755,root,root) %{_datadir}/automake/config.guess
-%attr(755,root,root) %{_datadir}/automake/config.sub
-%attr(755,root,root) %{_datadir}/automake/depcomp
-%attr(755,root,root) %{_datadir}/automake/elisp-comp
-%attr(755,root,root) %{_datadir}/automake/install-sh
-%attr(755,root,root) %{_datadir}/automake/mdate-sh
-%attr(755,root,root) %{_datadir}/automake/ylwrap
-%attr(755,root,root) %{_datadir}/automake/py-compile
-%attr(755,root,root) %{_datadir}/automake/mkinstalldirs
-%attr(755,root,root) %{_datadir}/automake/missing
This page took 0.06213 seconds and 4 git commands to generate.