Ignore:
Timestamp:
Feb 2, 2016, 9:27:37 PM (10 years ago)
Author:
dmik
Message:

spec: libtool: Release version 2.4.6-2.

File:
1 edited

Legend:

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

    r552 r652  
    66Name:    libtool
    77Version: 2.4.6
    8 Release: 1%{?dist}
     8Release: 2%{?dist}
    99License: GPLv2+ and LGPLv2+ and GFDL
    1010URL:     http://www.gnu.org/software/libtool/
    1111Group:   Development/Tools
     12Vendor:  bww bitwise works GmbH
    1213
    1314#Source:  http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.xz
    1415
    1516%define svn_url     http://svn.netlabs.org/repos/ports/libtool/trunk
    16 %define svn_rev     1070
     17%define svn_rev     1283
    1718
    1819Source: %{name}-%{version}%{?svn_rev:-r%{svn_rev}}.zip
     
    2021BuildRequires: gcc make subversion zip
    2122
    22 # @todo Replace with `%info_requires` when it's available.
    23 Requires(post): %{_sbindir}/install-info.exe
    24 Requires(preun): %{_sbindir}/install-info.exe
     23%info_requires
    2524
    2625BuildRequires: autoconf, automake
     
    7574Static libraries and header files for development with ltdl.
    7675
    77 %package debug
    78 Summary: HLL debug data for exception handling support.
    79 
    80 %description debug
    81 HLL debug data for exception handling support.
     76%debug_package
    8277
    8378%prep
     
    9287
    9388# Make sure configure is updated to properly support OS/2
     89# (slashes in PATH are needed for the bootstrap script itself)
    9490export PATH=`echo $PATH | tr '\\\\' /`
    9591./bootstrap --copy --force --skip-git
     
    123119#done
    124120
     121# @todo Check seems to work per se but not under RPM
    125122#%check
    126123#make check VERBOSE=yes
     
    138135
    139136%post
    140 # @todo Replace with `%info_post foobar.info` when it's available.
    141 if [ -f %{_infodir}/libtool.info ]; then
    142     %{_sbindir}/install-info.exe %{_infodir}/libtool.info %{_infodir}/dir || :
    143 fi
     137%info_post %{name}.info
    144138
    145139%preun
    146 # @todo Replace with `%info_preun foobar.info` when it's available.
    147 if [ $1 -eq 0 ]; then
    148     if [ -f %{_infodir}/libtool.info ]; then
    149         %{_sbindir}/install-info.exe --delete %{_infodir}/libtool.info %{_infodir}/dir || :
    150     fi
    151 fi
     140%info_preun %{name}.info
    152141
    153142%files
     
    177166%{_libdir}/ltdl*_dll.a
    178167
    179 %files debug
    180 %defattr(-,root,root)
    181 %{_libdir}/*.dbg
    182 
    183168%changelog
     169* Tue Feb 2 2016 Dmitriy Kuminov <coding@dmik.org> 2.4.6-2
     170- Fix missing DLL exports when -export-symbols-regex is given.
     171- Fix broken -os2dllname compatiblity.
     172- Set libext to lib when AR is emxomfar.
     173- Make SYMBOL_UNDERSCORE correctly defined.
     174
    184175* Tue Feb 17 2015 Dmitriy Kuminov <coding@dmik.org> 2.4.6-1
    185176- Update to version 2.4.6 from vendor.
Note: See TracChangeset for help on using the changeset viewer.