Changeset 450 for spec/trunk/SPECS


Ignore:
Timestamp:
Sep 3, 2014, 1:04:44 AM (11 years ago)
Author:
dmik
Message:

spec: m4: Release 1.4.17-2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/m4.spec

    r440 r450  
    22Name: m4
    33Version: 1.4.17
    4 Release: 1%{?dist}
     4Release: 2%{?dist}
    55License: GPLv3+
    66Group: Applications/Text
     
    1313Source: %{name}-%{version}-r%{svn_rev}.zip
    1414
    15 BuildRequires: subversion autoconf
     15BuildRequires: gcc make subversion zip
     16
     17BuildRequires: automake
    1618#BuildRequires: makeinfo html2man
    1719
     
    4648export CFLAGS="$RPM_OPT_FLAGS"
    4749# YD do not use -Zbin-files
    48 export LDFLAGS="-Zhigh-mem -Zomf -Zargs-wild -Zargs-resp"
    49 export LIBS="-lintl -lurpo"
     50export LDFLAGS="-Zomf -Zhigh-mem -Zargs-wild -Zargs-resp"
     51export LIBS="-lurpo -lintl"
     52
    5053#export CONFIG_SHELL="/@unixroot/usr/bin/sh.exe"
    5154#export MAKESHELL="/@unixroot/usr/bin/sh.exe"
     
    5558#./bootstrap -f
    5659
     60# make sure configure is updated to properly support OS/2
    5761autoreconf --verbose --install
    58 # autoreconf changes some doc files; prevent docs re-generation since we don't have
    59 # makeinfo/html2man yet
    60 touch doc/*
    6162
    62 #export PATH=`echo $PATH | sed -e 's@\\\\@/@g'`
    63 #export PATH_SEPARATOR=';'
    64 #export ac_executable_extensions='.exe'
     63# we don't have makeinfo/help2man yet; fake them (this will wipe docs out)
     64export MAKEINFO=:
     65export HELP2MAN=:
    6566
    6667%configure
     
    8182%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
    8283%{_bindir}/m4.exe
    83 %{_infodir}/*
     84#%{_infodir}/*
    8485%{_mandir}/man1/m4.1*
    8586
     
    100101
    101102%changelog
     103* Wed Sep 3 2014 Dmitriy Kuminov <coding@dmik.org> 1.4.17-2
     104- Rebuild with autoconf 2.69-2.
     105
    102106* Fri Aug 29 2014 Dmitriy Kuminov <coding@dmik.org> 1.4.17-1
    103107- Updated to version 1.4.17.
Note: See TracChangeset for help on using the changeset viewer.