Ignore:
Timestamp:
Sep 3, 2014, 6:11:47 PM (11 years ago)
Author:
dmik
Message:

spec: libtool: Release 2.4.2-3.

File:
1 edited

Legend:

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

    r444 r451  
    66Name:    libtool
    77Version: 2.4.2
    8 Release: 2%{?dist}
     8Release: 3%{?dist}
    99License: GPLv2+ and LGPLv2+ and GFDL
    1010URL:     http://www.gnu.org/software/libtool/
     
    1414
    1515%define svn_url     http://svn.netlabs.org/repos/ports/libtool/trunk
    16 %define svn_rev     842
     16%define svn_rev     846
    1717
    1818Source: %{name}-%{version}-r%{svn_rev}.zip
    1919
    20 BuildRequires: gcc make subversion
     20BuildRequires: gcc make subversion zip
    2121
    2222#Requires(post):  /sbin/install-info
     
    8989%build
    9090
    91 # we don't have makeinfo/help2man yet; fake it (this will keep the old docs)
     91# we don't have makeinfo/help2man yet; fake them (this will wipe docs out)
    9292export MAKEINFO=:
    9393export HELP2MAN=:
     
    131131#/sbin/install-info %{_infodir}/libtool.info.gz %{_infodir}/dir || :
    132132
    133 %preun
    134 if [ "$1" = 0 ]; then
    135    /sbin/install-info --delete %{_infodir}/libtool.info.gz %{_infodir}/dir || :
    136 fi
     133#%preun
     134#if [ "$1" = 0 ]; then
     135#   /sbin/install-info --delete %{_infodir}/libtool.info.gz %{_infodir}/dir || :
     136#fi
    137137
    138138%files
     
    163163
    164164%changelog
     165* Wed Sep 3 2014 Dmitriy Kuminov <coding@dmik.org> 2.4.2-3
     166- Rebuild with autoconf 2.69-2.
     167- Use /@unixroot in generated files instead of absolute paths to
     168  compiler files.
     169
    165170* Mon Sep 1 2014 Dmitriy Kuminov <coding@dmik.org> 2.4.2-2
    166171- Fix PATH_SEPARATOR detection in libtoolize.
Note: See TracChangeset for help on using the changeset viewer.