Changeset 493
- Timestamp:
- Jan 9, 2015, 3:33:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/libc.spec
r490 r493 7 7 Group: System/Libraries 8 8 Version: 0.6.6 9 Release: 2 1%{?dist}9 Release: 22%{?dist} 10 10 Url: http://svn.netlabs.org/libc 11 11 12 12 BuildRoot: %{_tmppath}/%{name}-%{version}-build 13 13 Source: libc-%{version}.zip 14 #Source1: libc-emxomf.zip14 Source1: libc-emxomf.zip 15 15 Patch0: libc.patch 16 16 … … 18 18 # needs to be done to the stock LIBC 0.6 source in order to build 19 19 # emxomf.exe contained in libc-emxomf.zip 20 #Patch101: libc-dmik-emxomf-02-remove-asterisk.diff 21 #Patch102: libc-yuri-emxomf-verbose-warnings-3.patch 22 #Patch103: libc-steven-emxomf-index-too-large.diff 20 Patch101: libc-dmik-emxomf-02-remove-asterisk.diff 21 Patch102: libc-yuri-emxomf-verbose-warnings-3.patch 23 22 24 23 BuildRequires: rexx_exe … … 73 72 74 73 %prep 75 %setup -q -c 74 %setup -q -c -a 1 76 75 %patch0 77 76 … … 81 80 mkdir -p %{buildroot}%{_includedir} 82 81 mkdir -p %{buildroot}%{_libdir} 83 #mkdir -p %{buildroot}%{_usr}/i386-pc-os2-elf84 #mkdir -p %{buildroot}%{_usr}/i386-pc-os2-emx85 82 mkdir -p %{buildroot}%{_usr}/man 86 83 mkdir -p %{buildroot}%{_usr}/info … … 88 85 cp -p -r usr/bin/* %{buildroot}%{_bindir} 89 86 cp -p -r usr/include/* %{buildroot}%{_includedir} 90 #cp -p -r emxomf.exe %{buildroot}%{_bindir}91 87 cp -p -r usr/lib/* %{buildroot}%{_libdir} 92 #cp -p -r usr/man/* %{buildroot}%{_usr}/i386-pc-os2-elf93 #cp -p -r usr/man/* %{buildroot}%{_usr}/i386-pc-os2-emx94 88 cp -p -r usr/man/* %{buildroot}%{_usr}/man 95 89 cp -p -r usr/man/* %{buildroot}%{_usr}/info 96 90 91 # add new files 92 cp -p -r emxomf.exe %{buildroot}%{_bindir} 93 cp -p -r emxomfstrip.exe %{buildroot}%{_bindir} 94 cp -p -r os2safe.h %{buildroot}%{_includedir} 95 cp -p -r libos2.a %{buildroot}%{_libdir} 96 97 97 #remove (old) binutils headers/libs 98 rm -f %{buildroot}%{_includedir}/ansidecl.h98 #rm -f %{buildroot}%{_includedir}/ansidecl.h 99 99 rm -f %{buildroot}%{_includedir}/bfd.h 100 100 rm -f %{buildroot}%{_includedir}/bfdlink.h … … 107 107 rm -f %{buildroot}%{_libdir}/libstdc++.* 108 108 rm -f %{buildroot}%{_libdir}/libsupc++.* 109 rm -f %{buildroot}%{_libdir}/libiberty.* 109 110 110 111 rexx2vio $RPM_BUILD_ROOT%{_bindir}/dllar.cmd $RPM_BUILD_ROOT%{_bindir}/dllar.exe … … 129 130 %{_bindir} 130 131 %exclude %{_bindir}/*.dbg 131 #%{_usr}/i386-pc-os2-elf132 #%{_usr}/i386-pc-os2-emx133 132 %{_includedir} 134 133 %exclude %{_includedir}/db.h … … 155 154 156 155 %changelog 156 * Thu Jan 09 2015 yd 157 - added new SafeDos* wrappers from trunk r3942 and r3943. 158 - added emxomfstrip binary from trunk. 159 157 160 * Tue Jan 06 2015 yd 158 161 - update to libc 0.6.6-csd6, added omf libraries.
Note:
See TracChangeset
for help on using the changeset viewer.