diff --git a/atf-0.20.tar.gz b/atf-0.20.tar.gz deleted file mode 100644 index 7845e2cb8cc290b2b8660f981b25460214fa7c09..0000000000000000000000000000000000000000 Binary files a/atf-0.20.tar.gz and /dev/null differ diff --git a/atf-0.21.tar.gz b/atf-0.21.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6566cf2901db5decea7e0284da9067740385a800 Binary files /dev/null and b/atf-0.21.tar.gz differ diff --git a/atf.spec b/atf.spec index e861859ce3707d115d6b98d0309b14f5b9b6f604..90963fc8154a72f3d0d3e371938e684274b7ce48 100644 --- a/atf.spec +++ b/atf.spec @@ -1,13 +1,13 @@ Name: atf -Version: 0.20 -Release: 13 +Version: 0.21 +Release: 1 License: BSD Summary: Testing Framework for Automated URL: http://code.google.com/p/kyua/wiki/ATF -Source0: https://github.com/jmmv/atf/releases/download/atf-0.20/atf-0.20.tar.gz +Source0: https://github.com/jmmv/atf/archive/atf-0.21.tar.gz Source1: README -BuildRequires: gcc-c++ +BuildRequires: gcc-c++ autoconf libtool %description No main package is built here. Because it is not used. @@ -80,10 +80,11 @@ Summary: Help documents for atf Man pages and other related help documents for atf. %prep -%autosetup -n %{name}-%{version} -p1 +%autosetup -n atf-%{name}-%{version} -p1 cp -p %{SOURCE1} README %build +autoreconf -i -s %configure INSTALL="/usr/bin/install -p" --disable-static sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool @@ -102,7 +103,7 @@ make check /sbin/ldconfig %files -n libatf-c -%{_libdir}/libatf-c.{so.0,so.0.0.0} +%{_libdir}/libatf-c.{so.1,so.1.0.0} %{_datadir}/man/man1/atf-test-program.1.gz %{_datadir}/man/man4/atf-test-case.4.gz @@ -112,7 +113,7 @@ make check %{_libdir}/{libatf-c.so,pkgconfig/atf-c.pc} %files -n libatf-c++ -%{_libdir}/libatf-c++.{so.1,so.1.0.0} +%{_libdir}/libatf-c++.{so.2,so.2.0.0} %files -n libatf-c++-devel %{_datadir}/aclocal/atf-c++.m4 @@ -133,13 +134,13 @@ make check %{_libexecdir}/atf/tests %files help -%{_mandir}/man1/atf-sh.1.gz -%{_mandir}/man1/atf-check.1.gz -%{_mandir}/man3/atf-sh-api.3.gz -%{_mandir}/man3/atf-c++-api.3.gz -%{_mandir}/man3/atf-c-api.3.gz - +%{_mandir}/man1/* +%{_mandir}/man3/* +%{_mandir}/man7/* %changelog +* Thu Jun 4 2020 sunguoshuai 0.21-1 +- Package update to 0.21-1 + * Tue Dec 31 2019 duyeyu - 0.20-13 - Package init