From 9f7248d248c4bf36c87acb5b8ed40c0999e6a795 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Mon, 4 Jan 2021 16:13:37 +0800 Subject: [PATCH] remove reduancancy source file,modify homepage url --- Packages | 45 --------------------------------------------- README | 22 ---------------------- atf.spec | 9 +++++---- 3 files changed, 5 insertions(+), 71 deletions(-) delete mode 100644 Packages delete mode 100644 README diff --git a/Packages b/Packages deleted file mode 100644 index 054023b..0000000 --- a/Packages +++ /dev/null @@ -1,45 +0,0 @@ - - - - Index of /pub/fedora/linux/releases/29/Everything/source/tree/Packages - - -

Index of /pub/fedora/linux/releases/29/Everything/source/tree/Packages

-
Icon  Name                                                  Last modified      Size  Description
[PARENTDIR] Parent Directory - -[DIR] 0/ 2018-10-24 21:05 - -[DIR] 2/ 2018-10-24 21:05 - -[DIR] 3/ 2018-10-24 21:05 - -[DIR] 4/ 2018-10-24 21:05 - -[DIR] 5/ 2018-10-24 21:05 - -[DIR] 6/ 2018-10-24 21:05 - -[DIR] 7/ 2018-10-24 21:05 - -[DIR] 8/ 2018-10-24 21:05 - -[DIR] 9/ 2018-10-24 21:05 - -[DIR] a/ 2018-10-24 21:30 - -[DIR] b/ 2018-10-24 22:01 - -[DIR] c/ 2018-10-24 21:30 - -[DIR] d/ 2018-10-24 21:30 - -[DIR] e/ 2018-10-24 22:01 - -[DIR] f/ 2018-10-24 22:01 - -[DIR] g/ 2018-10-24 21:30 - -[DIR] h/ 2018-10-24 22:01 - -[DIR] i/ 2018-10-24 22:01 - -[DIR] j/ 2018-10-24 21:30 - -[DIR] k/ 2018-10-24 21:20 - -[DIR] l/ 2018-10-24 22:01 - -[DIR] m/ 2018-10-24 22:01 - -[DIR] n/ 2018-10-24 22:01 - -[DIR] o/ 2018-10-24 21:51 - -[DIR] p/ 2018-10-24 22:01 - -[DIR] q/ 2018-10-24 22:01 - -[DIR] r/ 2018-10-24 21:30 - -[DIR] s/ 2018-10-24 22:01 - -[DIR] t/ 2018-10-24 21:30 - -[DIR] u/ 2018-10-24 21:30 - -[DIR] v/ 2018-10-24 21:30 - -[DIR] w/ 2018-10-24 21:30 - -[DIR] x/ 2018-10-24 21:30 - -[DIR] y/ 2018-10-24 21:30 - -[DIR] z/ 2018-10-24 21:20 - -
- diff --git a/README b/README deleted file mode 100644 index 2e93289..0000000 --- a/README +++ /dev/null @@ -1,22 +0,0 @@ -This package provides the full collection of test programs to validate -the functionality of ATF, including all of its libraries and tools. - -Because the Linux Standard Base does not recognize a /usr/tests/ -directory (the standard location for ATF-based tests), the Fedora ATF -packages place its own test suite within the libexec hierarchy. In -particular, such tests can be found in /usr/libexec/atf/tests/ . - -In order to execute these tests, you need to go into the directory and -use either kyua(1) (provided by the kyua-cli package) or atf-run(1) to -run them. It is highly recommended that you use kyua(1) instead of -atf-run(1), as the latter is deprecated in favor of the former. - -As an example, you can simply do the following to run the full test -suite: - - $ kyua test -k /usr/libexec/atf/tests/Kyuafile - -Or, using the deprecated tools: - - $ cd /usr/libexec/atf/tests/ - $ atf-run | atf-report diff --git a/atf.spec b/atf.spec index 90963fc..325629d 100644 --- a/atf.spec +++ b/atf.spec @@ -1,11 +1,10 @@ Name: atf Version: 0.21 -Release: 1 +Release: 2 License: BSD Summary: Testing Framework for Automated -URL: http://code.google.com/p/kyua/wiki/ATF +URL: https://github.com/jmmv/atf/ Source0: https://github.com/jmmv/atf/archive/atf-0.21.tar.gz -Source1: README BuildRequires: gcc-c++ autoconf libtool @@ -81,7 +80,6 @@ Man pages and other related help documents for atf. %prep %autosetup -n atf-%{name}-%{version} -p1 -cp -p %{SOURCE1} README %build autoreconf -i -s @@ -139,6 +137,9 @@ make check %{_mandir}/man7/* %changelog +* Thu Dec 31 2020 Ge Wang - 0.21-2 +- Modify Source url and remove redundancy source file + * Thu Jun 4 2020 sunguoshuai 0.21-1 - Package update to 0.21-1 -- Gitee