]> git.pld-linux.org Git - packages/cross-binutils.git/commitdiff
package parent dirs
authorElan Ruusamäe <glen@delfi.ee>
Wed, 7 Jan 2015 19:37:30 +0000 (21:37 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 7 Jan 2015 19:37:30 +0000 (21:37 +0200)
cross-binutils.spec

index ad13aea17f56e57cc0f34cbab3ca374f5796b769..867107411a5f2d423559303677b740ab3be3d4b5 100644 (file)
@@ -1,3 +1,6 @@
+# TODO
+# - warning: Installed (but unpackaged) file(s) found:
+#        /usr/sh64-linux/sh64-elf
 
 %define cross cross
 %define rpmprefix %{nil}
@@ -48,7 +51,7 @@
 Summary:       A GNU collection of cross-compilation binary utilities
 Name:          %{cross}-binutils
 Version:       2.25
-Release:       0.4
+Release:       0.5
 License:       GPL v3+
 Group:         Development/Tools
 URL:           http://sources.redhat.com/binutils
@@ -511,6 +514,8 @@ build_file_list() {
        if [ -L $RPM_BUILD_ROOT%{auxbin_prefix}/$target_cpu-* ]; then
                echo "%{auxbin_prefix}/$target_cpu-*"
        else
+               echo "%dir %{auxbin_prefix}/$target_cpu-*"
+               echo "%dir %{auxbin_prefix}/$target_cpu-*/bin"
                echo "%{auxbin_prefix}/$target_cpu-*/bin/*"
                echo "%{_prefix}/$arch/sys-root"
        fi
This page took 0.072285 seconds and 4 git commands to generate.