Changeset 1141
- Timestamp:
- May 12, 2017, 10:32:25 AM (8 years ago)
- Location:
- spec/trunk/SPECS
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/libjpeg-turbo.spec
r1140 r1141 8 8 Vendor: bww bitwise works GmbH 9 9 %scm_source github https://github.com/bitwiseworks/%{name}-os2 %{version}-os2 10 # DEF files to create forwarders for the legacy package 11 Source10: jpeg.def 10 12 11 13 BuildRequires: autoconf … … 66 68 %scm_setup 67 69 70 # Prepare forwarder DLLs. 71 for m in %{SOURCE10}; do 72 cp ${m} . 73 done 74 68 75 %build 69 76 autoreconf -vif … … 82 89 make install DESTDIR=%{buildroot} 83 90 find %{buildroot} -name "*.la" -delete 91 92 # Generate & install forwarder DLLs. 93 gcc -Zomf -Zdll -nostdlib jpeg.def -l$RPM_BUILD_ROOT/%{_libdir}/jpeg8.dll -lend -o $RPM_BUILD_ROOT/%{_libdir}/jpeg.dll 84 94 85 95 # Fix perms
Note:
See TracChangeset
for help on using the changeset viewer.