Changeset 506ac56 in rtems
- Timestamp:
- 09/06/04 03:39:16 (18 years ago)
- Children:
- b92e6124
- Parents:
- 069bf75
- Location:
- scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/ChangeLog
r069bf75 r506ac56 1 2004-09-06 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * autotools/autoconf-rtems.spec.in: Backport from rtems-4.7. 4 Update to autoconf-2.59. 5 1 6 2004-04-08 Joel Sherrill <joel@OARcorp.com> 2 7 -
scripts/autotools/autoconf-rtems.spec.in
r069bf75 r506ac56 3 3 # 4 4 5 %define rpmvers 2.5 76 %define srcvers 2.5 75 %define rpmvers 2.59 6 %define srcvers 2.59 7 7 8 8 %define _defaultbuildroot %{_tmppath}/%{name}-%{srcvers}-root … … 21 21 Vendor: http://www.rtems.com 22 22 Name: %{name} 23 Packager: Ralf Corsepius < corsepiu@faw.uni-ulm.de>23 Packager: Ralf Corsepius <ralf_corsepius@rtems.org> 24 24 25 25 Copyright: GPL 26 26 URL: http://www.gnu.org/software/autoconf 27 27 Group: @rpmgroup@ 28 Autoreqprov: on29 28 Version: %{rpmvers} 30 Release: 229 Release: 0 31 30 Summary: Tool for automatically generating GNU style Makefile.in's 32 31 BuildArch: noarch 33 32 BuildRoot: %{_defaultbuildroot} 34 BuildPreReq: autoconf perl m4 gawk 33 BuildRequires: autoconf perl m4 gawk emacs 34 Requires: m4 gawk 35 35 PreReq: /sbin/install-info 36 36 37 37 Source: autoconf-%{srcvers}.tar.bz2 38 # Patch0: autoconf-2.59-quoting-20040817-1.diff 38 39 39 40 %description … … 52 53 %prep 53 54 %setup -q -n %{_name}-%{srcvers} 55 # %patch -p0 -P 0 54 56 55 57 %build 56 ./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir} 58 ./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir} \ 59 --bindir=%{_bindir} --datadir=%{_datadir} 57 60 make 58 61 59 62 %install 60 %makeinstall 63 rm -rf "${RPM_BUILD_ROOT}" 64 make DESTDIR=${RPM_BUILD_ROOT} install 65 66 # Create this directory to prevent the corresponding line 67 # in %%files below to fail 68 mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/emacs/site-lisp 69 61 70 gzip -9qf $RPM_BUILD_ROOT%{_infodir}/autoconf.info* 2>/dev/null 62 71 # RTEMS's standards.info comes from binutils … … 66 75 67 76 %clean 68 [ x"$RPM_BUILD_ROOT" = x"%{_defaultbuildroot}" ] ; \ 69 rm -rf "$RPM_BUILD_ROOT" 77 rm -rf "$RPM_BUILD_ROOT" 70 78 71 79 %post … … 83 91 %doc AUTHORS COPYING ChangeLog NEWS README THANKS 84 92 %{_bindir}/* 85 % doc %{_infodir}/autoconf.info*.gz86 #% doc %{_infodir}/standards.info*.gz87 % doc %{_mandir}/man?/*.gz93 %{_infodir}/autoconf.info* 94 #%{_infodir}/standards.info* 95 %{_mandir}/man?/* 88 96 %{_datadir}/autoconf 89 % {_datadir}/emacs/site-lisp/*97 %exclude %{_datadir}/emacs/site-lisp
Note: See TracChangeset
for help on using the changeset viewer.