]> git.pld-linux.org Git - packages/crossnacl-binutils.git/commitdiff
- hardlink duplicate files auto/th/crossnacl-binutils-2_20_1-0_git38c9b31a
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 7 Jun 2012 21:41:19 +0000 (21:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossnacl-binutils.spec -> 1.2

crossnacl-binutils.spec

index 8697002b1ce90fba906a38f623b6357834a2d664..e528686f219ebcd8f475321994eb90659a6bbf59 100644 (file)
@@ -1,8 +1,3 @@
-# TODO
-# - fix links:
-#   *** WARNING: identical binaries are copied, not linked:
-#        /usr/x86_64-nacl/bin/ld
-#   and  /usr/bin/x86_64-nacl-ld
 %define                gitver 38c9b31a
 Summary:       Cross NaCL GNU binary utility development utilities - binutils
 Name:          crossnacl-binutils
@@ -17,6 +12,7 @@ BuildRequires:        automake
 BuildRequires: bash
 BuildRequires: bison
 BuildRequires: flex
+BuildRequires: fslint
 ExclusiveArch: %{ix86} %{x8664}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -37,7 +33,7 @@ Binutils is a collection of binary utilities, including:
 - addr2line - convert addresses to file and line,
 - nlmconv - convert object code into an NLM.
 
-This package contains the cross version for ALPHA.
+This package contains the cross version for NaCL.
 
 %description -l pl.UTF-8
 Pakiet binutils zawiera zestaw narzędzi umożliwiających kompilację
@@ -45,7 +41,7 @@ programów. Znajdują się tutaj między innymi assembler, konsolidator
 (linker), a także inne narzędzia do manipulowania binarnymi plikami
 programów i bibliotek.
 
-Ten pakiet zawiera wersję skrośną generującą kod dla ALPHA.
+Ten pakiet zawiera wersję skrośną generującą kod dla NaCl.
 
 %prep
 %setup -q -n nacl-binutils-%{version}-git%{gitver}
@@ -92,6 +88,9 @@ install -d $RPM_BUILD_ROOT%{_prefix}
        infodir=$RPM_BUILD_ROOT%{_infodir} \
        libdir=$RPM_BUILD_ROOT%{_libdir}
 
+# fix copies to be hardlinks (maybe should symlink in the future)
+findup -m $RPM_BUILD_ROOT
+
 # remove these man pages unless we cross-build for win*/netware platforms.
 # however, this should be done in Makefiles.
 %{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/{*dlltool,*nlmconv,*windres}.1
This page took 0.092631 seconds and 4 git commands to generate.