Changeset 1141


Ignore:
Timestamp:
May 12, 2017, 10:32:25 AM (8 years ago)
Author:
Silvan Scherrer
Message:

spec: libjpeg-turbo: Release version 1.5.1-1.

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

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/libjpeg-turbo.spec

    r1140 r1141  
    88Vendor:         bww bitwise works GmbH
    99%scm_source github https://github.com/bitwiseworks/%{name}-os2 %{version}-os2
     10# DEF files to create forwarders for the legacy package
     11Source10:       jpeg.def
    1012
    1113BuildRequires:  autoconf
     
    6668%scm_setup
    6769
     70# Prepare forwarder DLLs.
     71for m in %{SOURCE10}; do
     72  cp ${m} .
     73done
     74
    6875%build
    6976autoreconf -vif
     
    8289make install DESTDIR=%{buildroot}
    8390find %{buildroot} -name "*.la" -delete
     91
     92# Generate & install forwarder DLLs.
     93gcc -Zomf -Zdll -nostdlib jpeg.def -l$RPM_BUILD_ROOT/%{_libdir}/jpeg8.dll -lend -o $RPM_BUILD_ROOT/%{_libdir}/jpeg.dll
    8494
    8595# Fix perms
Note: See TracChangeset for help on using the changeset viewer.