remove unuse files
This commit is contained in:
parent
ee5922ea0a
commit
981730c2cc
Binary file not shown.
BIN
cppunit-1.15.1.tar.gz
Normal file
BIN
cppunit-1.15.1.tar.gz
Normal file
Binary file not shown.
15
cppunit.spec
15
cppunit.spec
@ -1,8 +1,8 @@
|
|||||||
%global apiversion 1.14
|
%global apiversion 1.15
|
||||||
|
|
||||||
Name: cppunit
|
Name: cppunit
|
||||||
Version: 1.14.0
|
Version: 1.15.1
|
||||||
Release: 7
|
Release: 1
|
||||||
Summary: C++ port of JUnit testing framework
|
Summary: C++ port of JUnit testing framework
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Url: https://www.freedesktop.org/wiki/Software/cppunit/
|
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
|
%package help
|
||||||
Summary: Help manual for %{name}
|
Summary: Help manual for %{name}
|
||||||
Provides: %{name}-doc
|
Provides: %{name}-doc
|
||||||
Obsoletes: %{name}-doc
|
Obsoletes: %{name}-doc <= %{version}-%{release}
|
||||||
|
|
||||||
%description help
|
%description help
|
||||||
The %{name}-help package conatins man manual etc
|
The %{name}-help package conatins man manual etc
|
||||||
@ -64,8 +64,8 @@ mv __dist-examples __dist-examples-dir/examples
|
|||||||
%files
|
%files
|
||||||
%license COPYING AUTHORS
|
%license COPYING AUTHORS
|
||||||
%{_bindir}/DllPlugInTester
|
%{_bindir}/DllPlugInTester
|
||||||
%{_libdir}/libcppunit-%{apiversion}.so.0
|
%{_libdir}/libcppunit-%{apiversion}.so.1
|
||||||
%{_libdir}/libcppunit-%{apiversion}.so.0.*
|
%{_libdir}/libcppunit-%{apiversion}.so.1.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/cppunit
|
%{_includedir}/cppunit
|
||||||
@ -79,5 +79,8 @@ mv __dist-examples __dist-examples-dir/examples
|
|||||||
%doc doc/html
|
%doc doc/html
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Dec 3 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.14.0-7
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user