remove unuse files

This commit is contained in:
cherry530 2022-01-25 16:33:57 +08:00
parent ee5922ea0a
commit 981730c2cc
3 changed files with 9 additions and 6 deletions

Binary file not shown.

BIN
cppunit-1.15.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,8 +1,8 @@
%global apiversion 1.14
%global apiversion 1.15
Name: cppunit
Version: 1.14.0
Release: 7
Version: 1.15.1
Release: 1
Summary: C++ port of JUnit testing framework
License: LGPLv2+
Url: https://www.freedesktop.org/wiki/Software/cppunit/
@ -24,7 +24,7 @@ Libraries and header files of %{name} are all in the %{name}-devel package.
%package help
Summary: Help manual for %{name}
Provides: %{name}-doc
Obsoletes: %{name}-doc
Obsoletes: %{name}-doc <= %{version}-%{release}
%description help
The %{name}-help package conatins man manual etc
@ -64,8 +64,8 @@ mv __dist-examples __dist-examples-dir/examples
%files
%license COPYING AUTHORS
%{_bindir}/DllPlugInTester
%{_libdir}/libcppunit-%{apiversion}.so.0
%{_libdir}/libcppunit-%{apiversion}.so.0.*
%{_libdir}/libcppunit-%{apiversion}.so.1
%{_libdir}/libcppunit-%{apiversion}.so.1.*
%files devel
%{_includedir}/cppunit
@ -79,5 +79,8 @@ mv __dist-examples __dist-examples-dir/examples
%doc doc/html
%changelog
* Tue Jan 18 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.15.1-1
- Upgrade to version 1.15.1
* Tue Dec 3 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.14.0-7
- Package init