diff --git a/CUnit-2.1-3.tar.bz2 b/CUnit-2.1-3.tar.bz2 deleted file mode 100644 index c1ac636..0000000 Binary files a/CUnit-2.1-3.tar.bz2 and /dev/null differ diff --git a/CUnit.spec b/CUnit.spec index e9075cb..4763108 100644 --- a/CUnit.spec +++ b/CUnit.spec @@ -2,11 +2,11 @@ Name: CUnit Version: 2.1.3 -Release: 21 +Release: 22 Summary: A Unit Testing Framework for C License: LGPLv2+ URL: http://cunit.sourceforge.net/ -Source0: http://download.sourceforge.net/cunit/%{name}-%{_version}.tar.bz2 +Source0: https://gitlab.com/cunity/cunit/-/archive/2.1-3/cunit-2.1-3.tar.bz2 BuildRequires: automake git libtool @@ -30,7 +30,7 @@ This package contains the header files and libraries for CUnit development. %package_help %prep -%autosetup -n %{name}-%{_version} -p1 -Sgit +%autosetup -n cunit-%{_version} -p1 -Sgit find -name *.c -exec chmod -x {} \; %build @@ -76,6 +76,12 @@ done %{_mandir}/man3/CUnit.3* %changelog +* Wed Nov 25 2020 yangzhuangzhuang - 2.1.3-22 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:Use the .tar package and URL link of the new community. + * Mon Oct 21 2019 chengquan - 2.1.3-21 - Type:bugfix - ID:NA diff --git a/CUnit.yaml b/CUnit.yaml index c33d0ad..2e70f2e 100644 --- a/CUnit.yaml +++ b/CUnit.yaml @@ -1,4 +1,4 @@ -version_control: svn -src_repo: https://svn.code.sf.net/p/cunit/code/ -tag_prefix: +version_control: git +src_repo: "https://gitlab.com/cunity/cunit" +tag_prefix: seperator: diff --git a/cunit-2.1-3.tar.bz2 b/cunit-2.1-3.tar.bz2 new file mode 100644 index 0000000..90e8a87 Binary files /dev/null and b/cunit-2.1-3.tar.bz2 differ