Changeset 863 for spec/trunk/SPECS/autoconf.spec
- Timestamp:
- Oct 18, 2016, 10:58:50 PM (9 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/autoconf.spec (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/autoconf.spec
r448 r863 2 2 Name: autoconf 3 3 Version: 2.69 4 Release: 2%{?dist}4 Release: 3%{?dist} 5 5 License: GPLv2+ and GFDL 6 6 Group: Development/Tools 7 #Source: http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.xz8 #Source1: filter-provides-automake.sh9 #Source2: filter-requires-automake.sh10 7 URL: http://www.gnu.org/software/autoconf/ 11 8 BuildArch: noarch … … 13 10 14 11 %define svn_url http://svn.netlabs.org/repos/ports/autoconf/trunk 15 %define svn_rev 84512 %define svn_rev 1758 16 13 17 14 Source: %{name}-%{version}-r%{svn_rev}.zip … … 23 20 Requires: m4 >= 1.4.13 24 21 #BuildRequires: emacs 25 #Requires(post): /sbin/install-info 26 #Requires(preun): /sbin/install-info 22 23 %info_requires 27 24 28 25 # for autoreconf … … 31 28 # for check only: 32 29 #BuildRequires: automake libtool gcc-gfortran 33 #%if 0%{?fedora}34 #BuildRequires: erlang35 #%endif36 37 # Make AC_FUNC_MMAP work with C++ again.38 # Committed to Autoconf git soon after 2.65.39 #Patch1: autoconf_ac_func_mmap.patch40 41 # filter out bogus perl(Autom4te*) dependencies42 #define _use_internal_dependency_generator 043 #define __find_provides %{SOURCE1}44 #define __find_requires %{SOURCE2}45 30 46 31 %description 47 32 GNU's Autoconf is a tool for configuring source code and Makefiles. 48 33 Using Autoconf, programmers can create portable and configurable 49 packages, since the person building the package is allowed to 34 packages, since the person building the package is allowed to 50 35 specify various configuration options. 51 36 … … 75 60 autoreconf --verbose --install 76 61 77 # we don't have makeinfo/help2man yet; fake them (this will wipe docs out)78 export MAKEINFO=:79 export HELP2MAN=:80 81 62 %configure 82 63 … … 100 81 rm -rf ${RPM_BUILD_ROOT} 101 82 102 #%post103 #/sbin/install-info %{_infodir}/autoconf.info %{_infodir}/dir || : 83 %post 84 %info_post autoconf.info 104 85 105 #%preun 106 #if [ "$1" = 0 ]; then 107 # /sbin/install-info --del %{_infodir}/autoconf.info %{_infodir}/dir || : 108 #fi 86 %preun 87 info_preun autoconf.info 109 88 110 89 %files 111 90 %defattr(-,root,root,-) 112 91 %{_bindir}/* 113 #%{_infodir}/autoconf.info*92 %{_infodir}/autoconf.info* 114 93 # don't include standards.info, because it comes from binutils... 115 94 %exclude %{_infodir}/standards* … … 121 100 122 101 %changelog 102 * Tue Oct 18 2016 Dmitriy Kuminov <coding@dmik.org> 2.69-3 103 - Disable too strict MAP_FIXED test on OS/2. Note that in order to let autoconf 104 detect mmap presense, LIBCx must be installed and used (LIBS="-lcx"). 105 - Install documentation in INFO format. 106 - Rebuild against LIBC 0.6.6 and GCC 4.9.2. 107 123 108 * Wed Sep 3 2014 Dmitriy Kuminov <coding@dmik.org> 2.69-2 124 109 - Use /@unixroot in generated files instead of absolute paths to programs.
Note:
See TracChangeset
for help on using the changeset viewer.
