package NEWS instead of the obsolete ChangeLog file
This commit is contained in:
parent
b276f0fafd
commit
aca9b707e1
@ -1,6 +1,6 @@
|
|||||||
Name: check
|
Name: check
|
||||||
Version: 0.13.0
|
Version: 0.13.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A unit test framework for C
|
Summary: A unit test framework for C
|
||||||
Source0: https://github.com/libcheck/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/libcheck/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -98,7 +98,7 @@ rm -rf checkmk/test/empty_input
|
|||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS ChangeLog
|
%doc AUTHORS NEWS
|
||||||
%license COPYING.LESSER
|
%license COPYING.LESSER
|
||||||
%{_libdir}/libcheck.so.*
|
%{_libdir}/libcheck.so.*
|
||||||
%{_infodir}/check*
|
%{_infodir}/check*
|
||||||
@ -123,6 +123,9 @@ rm -rf checkmk/test/empty_input
|
|||||||
%{_mandir}/man1/checkmk.1*
|
%{_mandir}/man1/checkmk.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 2 2019 Tom Callaway <spot@fedoraproject.org> - 0.13.0-2
|
||||||
|
- package NEWS instead of the obsolete ChangeLog file
|
||||||
|
|
||||||
* Tue Oct 22 2019 Tom Callaway <spot@fedoraproject.org> - 0.13.0-1
|
* Tue Oct 22 2019 Tom Callaway <spot@fedoraproject.org> - 0.13.0-1
|
||||||
- update to 0.13.0
|
- update to 0.13.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user