Changeset 1557
- Timestamp:
- Jan 15, 2019, 11:08:59 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/libc.spec
r1548 r1557 7 7 Group: System/Libraries 8 8 Version: 0.6.6 9 Release: 39%{?dist}9 Release: 40%{?dist} 10 10 Url: http://svn.netlabs.org/libc 11 11 … … 148 148 rm -f %{buildroot}%{_libdir}/libopcodes.* 149 149 150 #remove (old) libiberty headers/libs 151 rm -f %{buildroot}%{_includedir}/libiberty.h 152 rm -f %{buildroot}%{_includedir}/demangle.h 153 rm -f %{buildroot}%{_includedir}/dyn-string.h 154 rm -f %{buildroot}%{_includedir}/fibheap.h 155 rm -f %{buildroot}%{_includedir}/floatformat.h 156 rm -f %{buildroot}%{_includedir}/hashtab.h 157 rm -f %{buildroot}%{_includedir}/objalloc.h 158 rm -f %{buildroot}%{_includedir}/partition.h 159 rm -f %{buildroot}%{_includedir}/sort.h 160 rm -f %{buildroot}%{_includedir}/splay-tree.h 161 rm -f %{buildroot}%{_includedir}/ternary.h 162 rm -f %{buildroot}%{_libdir}/libiberty.* 163 150 164 #remove libstdc++/supc++ static libs (built with gcc 3.x) 151 165 rm -f %{buildroot}%{_libdir}/libstdc++.* 152 166 rm -f %{buildroot}%{_libdir}/libsupc++.* 153 rm -f %{buildroot}%{_libdir}/libiberty.*154 167 155 168 #remove sys/mman.h (provided by libcx-devel) … … 206 219 207 220 %changelog 221 * Tue Jan 15 2019 Dmitriy Kuminov <coding@dmik.org> 0.6.6-40 222 - Remove (old) libiberty headers (provided by binutils-devel now). 223 208 224 * Mon Dec 31 2018 Dmitriy Kuminov <coding@dmik.org> 0.6.6-39 209 225 - Make readdir return DT_LNK for symlinks (GH #9).
Note:
See TracChangeset
for help on using the changeset viewer.