mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Sync with CVS-HEAD.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* aclocal/version.m4: Bump API to 4.10.
|
||||
|
||||
2007-02-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Bump version to 0.5.
|
||||
|
||||
@@ -11,6 +11,7 @@ apt/sources.list.d/rtems-@RTEMS_API@.list: apt/sources.list.d/rtems.list.in
|
||||
@$(mkdir_p) apt/sources.list.d
|
||||
sed -e 's,[@]RTEMS_API[@],@RTEMS_API@,' \
|
||||
-e 's,[@]OS_SUBDIR[@],@OS_SUBDIR@,' \
|
||||
-e 's,[@]OS_NAME[@],@OS_NAME@,' \
|
||||
< $(srcdir)/apt/sources.list.d/rtems.list.in \
|
||||
> apt/sources.list.d/rtems-@RTEMS_API@.list
|
||||
CLEANFILES += apt/sources.list.d/rtems-@RTEMS_API@.list
|
||||
@@ -26,6 +27,7 @@ yum.repos.d/rtems-@RTEMS_API@.repo: yum.repos.d/rtems.repo.in
|
||||
sed -e 's,[@]sysconfdir[@],$(sysconfdir),' \
|
||||
-e 's,[@]RTEMS_API[@],@RTEMS_API@,' \
|
||||
-e 's,[@]OS_SUBDIR[@],@OS_SUBDIR@,' \
|
||||
-e 's,[@]OS_NAME[@],@OS_NAME@,' \
|
||||
< $(srcdir)/yum.repos.d/rtems.repo.in \
|
||||
> yum.repos.d/rtems-@RTEMS_API@.repo
|
||||
CLEANFILES += yum.repos.d/rtems-@RTEMS_API@.repo
|
||||
|
||||
@@ -8,14 +8,3 @@ repomd ftp://ftp.rtems.org/pub/rtems/linux/@RTEMS_API@ @OS_SUBDIR@$(VERSION)/$(A
|
||||
|
||||
## uncomment the line below if you want to access the *-debuginfo*.rpms
|
||||
# repomd-debug ftp://ftp.rtems.org/pub/rtems/linux/@RTEMS_API@ @OS_SUBDIR@$(VERSION)/$(ARCH)/debug
|
||||
|
||||
|
||||
## rtems/testing repos
|
||||
|
||||
# repomd ftp://ftp.rtems.org/pub/rtems/linux/testing/@RTEMS_API@ @OS_SUBDIR@$(VERSION)/$(ARCH)
|
||||
|
||||
## uncomment the line below if you want to access the *.src.rpms
|
||||
# repomd-src ftp://ftp.rtems.org/pub/rtems/linux/testing/@RTEMS_API@ @OS_SUBDIR@$(VERSION)/SRPMS
|
||||
|
||||
## uncomment the line below if you want to access the *-debuginfo*.rpms
|
||||
# repomd-debug ftp://ftp.rtems.org/pub/rtems/linux/testing/@RTEMS_API@ @OS_SUBDIR@$(VERSION)/$(ARCH)/debug
|
||||
|
||||
@@ -2,17 +2,28 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.61)
|
||||
AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.10],[http://www.rtems.org/bugzilla],
|
||||
AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.12],[http://www.rtems.org/bugzilla],
|
||||
[rtems-]_RTEMS_API[-repo-conf])
|
||||
RTEMS_VERSIONING
|
||||
AC_CONFIG_SRCDIR([gpg])
|
||||
AC_CONFIG_AUX_DIR([.])
|
||||
AC_SUBST([RTEMS_API],[_RTEMS_API])
|
||||
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip 1.10])
|
||||
|
||||
AC_ARG_ENABLE(os_subdir,AS_HELP_STRING(
|
||||
[--enable-os-subdir=<dir> ... os subdirectory]),
|
||||
[os_subdir="$enable_os_subdir"],
|
||||
[os_subdir="fedora/"])
|
||||
AC_SUBST([OS_SUBDIR],[$os_subdir])
|
||||
|
||||
case "$os_subdir" in
|
||||
fedora/ ) os_name="Fedora";;
|
||||
redhat/el ) os_name="CentOS";;
|
||||
suse/ ) os_name="openSUSE";;
|
||||
*) AC_MSG_ERROR([Invalid os-name])
|
||||
;;
|
||||
esac
|
||||
AC_SUBST([OS_NAME],[$os_name])
|
||||
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
AC_OUTPUT
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[rtems-@RTEMS_API@]
|
||||
name=RTEMS $releasever - $basearch - RTEMS
|
||||
name=RTEMS-@RTEMS_API@ for @OS_NAME@ $releasever - $basearch
|
||||
baseurl=
|
||||
http://www.rtems.org/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@$releasever/$basearch
|
||||
http://www.rtems.info/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@$releasever/$basearch
|
||||
@@ -10,7 +10,7 @@ gpgkey=file://@sysconfdir@/pki/rpm-gpg/gpg-pubkey-69ce4a83-44cc2b30
|
||||
file://@sysconfdir@/pki/rpm-gpg/gpg-pubkey-eac29b6f-3fe1f458
|
||||
|
||||
[rtems-@RTEMS_API@-source]
|
||||
name=Fedora $releasever - $basearch - RTEMS sources
|
||||
name=RTEMS-@RTEMS_API@ for @OS_NAME@ $releasever - $basearch - source
|
||||
baseurl=
|
||||
http://www.rtems.org/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@$releasever/SRPMS
|
||||
http://www.rtems.info/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@$releasever/SRPMS
|
||||
@@ -20,8 +20,8 @@ gpgcheck=1
|
||||
gpgkey=file://@sysconfdir@/pki/rpm-gpg/gpg-pubkey-69ce4a83-44cc2b30
|
||||
file://@sysconfdir@/pki/rpm-gpg/gpg-pubkey-eac29b6f-3fe1f458
|
||||
|
||||
[rtems-@RTEMS_API@-debug]
|
||||
name=Fedora $releasever - $basearch - RTEMS sources
|
||||
[rtems-@RTEMS_API@-debuginfo]
|
||||
name=RTEMS-@RTEMS_API@ for @OS_NAME@ $releasever - $basearch - debuginfo
|
||||
baseurl=
|
||||
http://www.rtems.org/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@$releasever/$basearch/debug
|
||||
http://www.rtems.info/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@$releasever/$basearch/debug
|
||||
|
||||
Reference in New Issue
Block a user