Changeset 774 for spec/trunk/SPECS/binutils.spec
- Timestamp:
- Jun 3, 2016, 5:53:56 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/binutils.spec
r771 r774 1 %define svn_url e:/trees/binutils/trunk2 #define svn_url http://svn.netlabs.org/repos/ports/binutils/trunk3 #define svn_rev 1585 1 #define svn_url e:/trees/binutils/trunk 2 %define svn_url http://svn.netlabs.org/repos/ports/binutils/trunk 3 %define svn_rev 1587 4 4 5 5 # rpmbuild parameters: … … 137 137 using libelf instead of BFD. 138 138 139 %debug_package 139 140 140 141 %prep … … 254 255 #install -m 644 opcodes/libopcodes.a %{buildroot}%{_libdir} 255 256 # Remove Windows/Novell only man pages 256 rm -f %{buildroot}%{_mandir}/man1/{dlltool,nlmconv,windres,windmc}* 257 rm -f %{buildroot}%{_mandir}/man1/dlltool* 258 rm -f %{buildroot}%{_mandir}/man1/nlmconv* 259 rm -f %{buildroot}%{_mandir}/man1/windmc* 257 260 258 261 %if %{enable_shared} … … 274 277 # This one comes from gcc 275 278 rm -f %{buildroot}%{_infodir}/dir 276 rm -rf %{buildroot}%{_prefix}/%{binutils_target}279 #rm -rf %{buildroot}%{_prefix}/%{binutils_target} 277 280 278 281 %find_lang %{?cross}binutils … … 348 351 %doc README 349 352 %{_bindir}/%{?cross}[!l]* 353 %{_prefix}/%{binutils_target}/%{?cross}[!l]* 350 354 %if "%{build_gold}" == "both" 351 355 %{_bindir}/%{?cross}ld.*
Note:
See TracChangeset
for help on using the changeset viewer.