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

spec: automake: Release 1.14.1-2.

File:
1 edited

Legend:

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

    r443 r449  
    88Name:       automake
    99Version:    %{api_version}.1
    10 Release:    1%{?dist}
     10Release:    2%{?dist}
    1111
    1212# docs ~> GFDL, sources ~> GPLv2+, mkinstalldirs ~> PD and install-sh ~> MIT
     
    2121Source: %{name}-%{version}-r%{svn_rev}.zip
    2222
     23BuildRequires: gcc make subversion zip
     24
    2325URL:        http://www.gnu.org/software/automake/
    2426Requires:   autoconf >= 2.65
    2527
    2628BuildRequires:  autoconf >= 2.65
    27 #BuildRequires:  automake <- needs to be reenabled on the next release
     29BuildRequires:  automake
    2830#Requires(post): /sbin/install-info
    2931#Requires(preun): /sbin/install-info
     
    6870%build
    6971
    70 # we don't have makeinfo yet; fake it (this will keep the old docs)
     72# we don't have makeinfo/help2man yet; fake them (this will wipe docs out)
    7173export MAKEINFO=:
     74export HELP2MAN=:
    7275
    7376%configure --docdir=%{pkg_docdir}
     
    115118
    116119%changelog
    117 * TBD
     120* Wed Sep 3 2014 Dmitriy Kuminov <coding@dmik.org> 1.14.1-2
     121- Rebuild with autoconf 2.69-2.
    118122
    119123* Sat Aug 30 2014 Dmitriy Kuminov <coding@dmik.org> 1.14.1-1
Note: See TracChangeset for help on using the changeset viewer.