Changeset 1217 for spec/trunk/SPECS


Ignore:
Timestamp:
Aug 11, 2017, 3:17:46 PM (8 years ago)
Author:
Silvan Scherrer
Message:

spec: expat: Release version 2.1.0-13.

Location:
spec/trunk/SPECS
Files:
2 added
1 edited

Legend:

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

    r1216 r1217  
    1515Vendor: bww bitwise works GmbH
    1616%scm_source svn  http://svn.netlabs.org/repos/ports/expat/trunk 770
     17
     18# DEF files to create forwarders to the old name
     19Source10:       expat7.def
    1720
    1821BuildRequires: gcc make subversion zip
     
    5255buildconf.sh
    5356
     57# Prepare forwarder DLLs.
     58for m in %{SOURCE10}; do
     59  cp ${m} .
     60done
     61
    5462%build
    5563#rm -rf autom4te*.cache
     
    6977
    7078rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
     79
     80# Generate & install forwarder DLLs.
     81gcc -Zomf -Zdll -nostdlib expat7.def -l$RPM_BUILD_ROOT/%{_libdir}/expat1.dll -lend -o $RPM_BUILD_ROOT/%{_libdir}/expat7.dll
    7182
    7283#%check
     
    101112* Thu Aug 10 2017 Silvan Scherrer <silvan.scherrer@aroa.ch> 2.1.0-13
    102113- use scm_ macros
     114- add a forwarder, as the toolchain changes the name
    103115
    104116* Mon Sep 08 2014 yd 2.1.0-12
Note: See TracChangeset for help on using the changeset viewer.