Changeset 1217 for spec/trunk/SPECS
- Timestamp:
- Aug 11, 2017, 3:17:46 PM (8 years ago)
- Location:
- spec/trunk/SPECS
- Files:
-
- 2 added
- 1 edited
-
expat (added)
-
expat.spec (modified) (4 diffs)
-
expat/expat7.def (added)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/expat.spec
r1216 r1217 15 15 Vendor: bww bitwise works GmbH 16 16 %scm_source svn http://svn.netlabs.org/repos/ports/expat/trunk 770 17 18 # DEF files to create forwarders to the old name 19 Source10: expat7.def 17 20 18 21 BuildRequires: gcc make subversion zip … … 52 55 buildconf.sh 53 56 57 # Prepare forwarder DLLs. 58 for m in %{SOURCE10}; do 59 cp ${m} . 60 done 61 54 62 %build 55 63 #rm -rf autom4te*.cache … … 69 77 70 78 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la 79 80 # Generate & install forwarder DLLs. 81 gcc -Zomf -Zdll -nostdlib expat7.def -l$RPM_BUILD_ROOT/%{_libdir}/expat1.dll -lend -o $RPM_BUILD_ROOT/%{_libdir}/expat7.dll 71 82 72 83 #%check … … 101 112 * Thu Aug 10 2017 Silvan Scherrer <silvan.scherrer@aroa.ch> 2.1.0-13 102 113 - use scm_ macros 114 - add a forwarder, as the toolchain changes the name 103 115 104 116 * Mon Sep 08 2014 yd 2.1.0-12
Note:
See TracChangeset
for help on using the changeset viewer.
