new upstream release 1.15.0
This commit is contained in:
parent
4f6ea1131d
commit
a75d37d279
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ cppunit-1.12.1.tar.gz
|
|||||||
cppunit-1.12.1.tar.gz
|
cppunit-1.12.1.tar.gz
|
||||||
cppunit-1.13.2.tar.gz
|
cppunit-1.13.2.tar.gz
|
||||||
/cppunit-1.14.0.tar.gz
|
/cppunit-1.14.0.tar.gz
|
||||||
|
/cppunit-1.15.0.tar.gz
|
||||||
|
13
cppunit.spec
13
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.0
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
Summary: C++ unit testing framework
|
Summary: C++ unit testing framework
|
||||||
# no license in files
|
# no license in files
|
||||||
@ -52,15 +52,13 @@ sed -i \
|
|||||||
rm %{buildroot}%{_libdir}/*.la
|
rm %{buildroot}%{_libdir}/*.la
|
||||||
# remove double of doc
|
# remove double of doc
|
||||||
rm -rf %{buildroot}%{_datadir}/doc/cppunit %{buildroot}%{_datadir}/%{name}/html
|
rm -rf %{buildroot}%{_datadir}/doc/cppunit %{buildroot}%{_datadir}/%{name}/html
|
||||||
# remove unused cppunit-config
|
|
||||||
rm -f %{buildroot}%{_bindir}/cppunit-config %{buildroot}%{_mandir}/man1/cppunit-config.1* %{buildroot}%{_datadir}/aclocal/cppunit.m4
|
|
||||||
|
|
||||||
# clean up examples
|
# clean up examples
|
||||||
rm -rf __dist-examples __dist-examples-dir
|
rm -rf __dist-examples __dist-examples-dir
|
||||||
cp -a examples __dist-examples
|
cp -a examples __dist-examples
|
||||||
make -C __dist-examples distclean
|
make -C __dist-examples distclean
|
||||||
# Makefile.am files are left as documentation
|
# Makefile.am files are left as documentation
|
||||||
find __dist-examples \( -name Makefile.in -o -name .cvsignore -o -name '*.dsw' -o -name '*.dsp' \) -exec rm {} \;
|
find __dist-examples \( -name Makefile.in -o -name .gitignore -o -name '*.dsw' -o -name '*.dsp' -o -name '*.opt' -o -name '*.sln' -o -name '*.vcproj' \) -exec rm {} \;
|
||||||
mkdir __dist-examples-dir
|
mkdir __dist-examples-dir
|
||||||
mv __dist-examples __dist-examples-dir/examples
|
mv __dist-examples __dist-examples-dir/examples
|
||||||
|
|
||||||
@ -85,6 +83,9 @@ mv __dist-examples __dist-examples-dir/examples
|
|||||||
%doc doc/html
|
%doc doc/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 21 2019 David Tardon <dtardon@redhat.com> - 1.15.0-1
|
||||||
|
- new upstream release
|
||||||
|
|
||||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.0-8
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.0-8
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (cppunit-1.14.0.tar.gz) = 4ea1da423c6f7ab37e4144689f593396829ce74d43872d6b10709c1ad5fbda4ee945842f7e9803592520ef81ac713e95a3fe130295bf048cd32a605d1959882e
|
SHA512 (cppunit-1.15.0.tar.gz) = 2ee90c5317f9480020095896b38e470ab8a63ab9b695db479f1b37512570fed37a271c3259004c9ce92b4fb051d37e1aa3bae55ec30c80d97041c59d2a257810
|
||||||
|
Loading…
Reference in New Issue
Block a user