summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-05-02 07:27:04 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-05-02 07:27:04 +0000
commit68211c1ad82bdbcacb47cd88610463dfd803604d (patch)
tree2f74386cd7b08422bc3acf87f31d0e7af71f9695 /scripts
parent2005-05-01 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-68211c1ad82bdbcacb47cd88610463dfd803604d.tar.bz2
Remove.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/autotools/autoconf-rtems.spec.in98
-rw-r--r--scripts/autotools/automake-rtems.spec.in97
2 files changed, 0 insertions, 195 deletions
diff --git a/scripts/autotools/autoconf-rtems.spec.in b/scripts/autotools/autoconf-rtems.spec.in
deleted file mode 100644
index 664330aaae..0000000000
--- a/scripts/autotools/autoconf-rtems.spec.in
+++ /dev/null
@@ -1,98 +0,0 @@
-#
-# spec file for autoconf
-#
-
-%define rpmvers 2.59
-%define srcvers 2.59
-
-%define _defaultbuildroot %{_tmppath}/%{name}-%{srcvers}-root
-%define _prefix @prefix@
-%define _name autoconf
-
-%if "%{_prefix}" != "/usr"
-%define name @rpmprefix@%{_name}-rtems
-%define _infodir %{_prefix}/info
-%define _mandir %{_prefix}/man
-%else
-%define name %{_name}
-%endif
-
-
-Vendor: http://www.rtems.com
-Name: %{name}
-Packager: Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
-Copyright: GPL
-URL: http://www.gnu.org/software/autoconf
-Group: @rpmgroup@
-Version: %{rpmvers}
-Release: 3
-Summary: Tool for automatically generating GNU style Makefile.in's
-BuildArch: noarch
-BuildRoot: %{_defaultbuildroot}
-BuildRequires: perl m4 gawk emacs
-Requires: m4 gawk
-Requires(post): /sbin/install-info
-Requires(preun): /sbin/install-info
-
-Source: autoconf-%{srcvers}.tar.bz2
-Patch0: autoconf-2.59-quoting-20040817-1.diff
-
-%description
-GNU's Autoconf is a tool for configuring source code and Makefiles.
-Using Autoconf, programmers can create portable and configurable
-packages, since the person building the package is allowed to
-specify various configuration options.
-You should install Autoconf if you are developing software and you'd
-like to use it to create shell scripts which will configure your
-source code packages.
-Note that the Autoconf package is not required for the end user who
-may be configuring software with an Autoconf-generated script;
-Autoconf is only required for the generation of the scripts, not
-their use.
-
-%prep
-%setup -q -n %{_name}-%{srcvers}
-%patch -p0 -P 0
-
-%build
-./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir} \
- --bindir=%{_bindir} --datadir=%{_datadir}
-make
-
-%install
-rm -rf "${RPM_BUILD_ROOT}"
-make DESTDIR=${RPM_BUILD_ROOT} install
-
-# Create this directory to prevent the corresponding line
-# in %%files below to fail
-mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/emacs/site-lisp
-
-gzip -9qf $RPM_BUILD_ROOT%{_infodir}/autoconf.info* 2>/dev/null
-# RTEMS's standards.info comes from binutils
-rm -f $RPM_BUILD_ROOT%{_infodir}/standards.info*
-# gzip -9qf $RPM_BUILD_ROOT%{_infodir}/standards.info* 2>/dev/null
-gzip -9qf $RPM_BUILD_ROOT%{_mandir}/man?/* 2>/dev/null
-
-%clean
- rm -rf "$RPM_BUILD_ROOT"
-
-%post
-install-info --info-dir=%{_infodir} %{_infodir}/autoconf.info.gz
-#install-info --info-dir=%{_infodir} %{_infodir}/standards.info.gz
-
-%preun
-if [ $1 = 0 ]; then
- install-info --delete --info-dir=%{_infodir} %{_infodir}/autoconf.info.gz
-# install-info --delete --info-dir=%{_infodir} %{_infodir}/standards.info.gz
-fi
-
-%files
-%defattr(-,root,root)
-# %doc AUTHORS COPYING ChangeLog NEWS README THANKS
-%{_bindir}/*
-%{_infodir}/autoconf.info*
-#%{_infodir}/standards.info*
-%{_mandir}/man?/*
-%{_datadir}/autoconf
-%exclude %{_datadir}/emacs/site-lisp
diff --git a/scripts/autotools/automake-rtems.spec.in b/scripts/autotools/automake-rtems.spec.in
deleted file mode 100644
index b01d30929d..0000000000
--- a/scripts/autotools/automake-rtems.spec.in
+++ /dev/null
@@ -1,97 +0,0 @@
-#
-# spec file for automake
-#
-
-%define rpmvers 1.9.5
-%define srcvers 1.9.5
-%define amvers 1.9
-
-%define _defaultbuildroot %{_tmppath}/%{name}-%{srcvers}-root
-%define _prefix @prefix@
-%define _name automake
-
-%if "%{_prefix}" != "/usr"
-%define name @rpmprefix@%{_name}-rtems
-%define requirements @rpmprefix@autoconf-rtems >= 2.59
-%define _infodir %{_prefix}/info
-%define _mandir %{_prefix}/man
-%else
-%define name %{_name}
-%define requirements autoconf >= 2.59
-%endif
-
-Vendor: http://www.rtems.com
-Name: %{name}
-Packager: Ralf Corsepius <ralf_corsepius@rtems.org>
-URL: http://sources.redhat.com/automake
-
-License: GPL
-Group: @rpmgroup@
-
-Version: %{rpmvers}
-Release: 1
-Summary: Tool for automatically generating GNU style Makefile.in's
-BuildArch: noarch
-BuildRoot: %{_defaultbuildroot}
-BuildRequires: %{requirements} perl help2man
-Requires: %{requirements}
-Requires(post): /sbin/install-info
-Requires(preun): /sbin/install-info
-
-Source: ftp://ftp.gnu.org/gnu/automake/automake-%{srcvers}.tar.bz2
-Patch0: automake-1.8.1-rtems-20040112-1.diff
-
-%description
-Automake is a tool for automatically generating "Makefile.in"s from
-files called "Makefile.am". "Makefile.am" is basically a series of
-"make" macro definitions (with rules being thrown in occasionally).
-The generated "Makefile.in"s are compatible to the GNU Makefile
-standards.
-
-%prep
-%setup -q -n %{_name}-%{srcvers}
-%patch0 -p0
-
-%build
-PATH=%{_prefix}/bin:$PATH
-./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir} \
- --bindir=%{_bindir} --datadir=%{_datadir}
-make
-
-%install
-rm -rf "$RPM_BUILD_ROOT"
-make DESTDIR=${RPM_BUILD_ROOT} install
-
-install -m 755 -d $RPM_BUILD_ROOT/%{_mandir}/man1
-for i in $RPM_BUILD_ROOT%{_bindir}/aclocal \
- $RPM_BUILD_ROOT%{_bindir}/automake ;
-do
- perllibdir=$RPM_BUILD_ROOT/%{_datadir}/automake-%{amvers} \
- help2man $i > `basename $i`.1
- install -m 644 `basename $i`.1 $RPM_BUILD_ROOT/%{_mandir}/man1
-done
-
-gzip -9qf $RPM_BUILD_ROOT%{_infodir}/*.info* 2>/dev/null
-gzip -9qf $RPM_BUILD_ROOT%{_mandir}/man?/* 2>/dev/null
-
-%clean
- rm -rf "$RPM_BUILD_ROOT"
-
-%post
-install-info --info-dir=%{_infodir} %{_infodir}/automake.info.gz
-
-%preun
-if [ $1 = 0 ]; then
- install-info --delete --info-dir=%{_infodir} %{_infodir}/automake.info.gz
-fi
-
-%files
-%defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog NEWS README THANKS
-%{_bindir}/aclocal*
-%{_bindir}/automake*
-%{_infodir}/automake.info*.gz
-%{_mandir}/man?/*
-%{_datadir}/aclocal-%{amvers}
-%{_datadir}/automake-%{amvers}
-