diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | busybox.spec | 2 | ||||
| -rw-r--r-- | sources | 4 |
3 files changed, 7 insertions, 1 deletions
@@ -1 +1,3 @@ /hello-2.10.tar.gz +/x64.tar +/x64_2.tar diff --git a/busybox.spec b/busybox.spec index 0ccdc0a..35aafbd 100644 --- a/busybox.spec +++ b/busybox.spec @@ -6,6 +6,8 @@ Summary(zh_CN): GNU "Hello World" 程序 License: GPLv3+ URL: http://ftp.gnu.org/gnu/hello Source: %{name}-%{version}.tar.gz +Source1: x64.tar +Source2: x64_2.tar BuildRequires: gettext Requires(post): info @@ -1 +1,3 @@ -1faf20b27b50237a8ba24d187ba8dfa8 hello-2.10.tar.gz +0ef0701141a59c1c240f63eacce756d6 hello-2.10.tar.gz +c1df7067593f70800e51dc1bc4a67da5 x64.tar +fee0beb082e66f2c54ab8e33d25b17e6 x64_2.tar |
