Use the .tar package and URL link of the new community.
This commit is contained in:
parent
92bad0cfa3
commit
dfeb013c7c
Binary file not shown.
12
CUnit.spec
12
CUnit.spec
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
Name: CUnit
|
Name: CUnit
|
||||||
Version: 2.1.3
|
Version: 2.1.3
|
||||||
Release: 21
|
Release: 22
|
||||||
Summary: A Unit Testing Framework for C
|
Summary: A Unit Testing Framework for C
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://cunit.sourceforge.net/
|
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
|
BuildRequires: automake git libtool
|
||||||
|
|
||||||
@ -30,7 +30,7 @@ This package contains the header files and libraries for CUnit development.
|
|||||||
%package_help
|
%package_help
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{_version} -p1 -Sgit
|
%autosetup -n cunit-%{_version} -p1 -Sgit
|
||||||
find -name *.c -exec chmod -x {} \;
|
find -name *.c -exec chmod -x {} \;
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -76,6 +76,12 @@ done
|
|||||||
%{_mandir}/man3/CUnit.3*
|
%{_mandir}/man3/CUnit.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 25 2020 yangzhuangzhuang<yangzhuangzhuang1@huawei.com> - 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<chengquan3@huawei.com> - 2.1.3-21
|
* Mon Oct 21 2019 chengquan<chengquan3@huawei.com> - 2.1.3-21
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version_control: svn
|
version_control: git
|
||||||
src_repo: https://svn.code.sf.net/p/cunit/code/
|
src_repo: "https://gitlab.com/cunity/cunit"
|
||||||
tag_prefix:
|
tag_prefix:
|
||||||
seperator:
|
seperator:
|
||||||
|
|||||||
BIN
cunit-2.1-3.tar.bz2
Normal file
BIN
cunit-2.1-3.tar.bz2
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user