new upstream release 1.15.0
This commit is contained in:
parent
4f6ea1131d
commit
a75d37d279
3 changed files with 9 additions and 7 deletions
13
cppunit.spec
13
cppunit.spec
|
|
@ -1,8 +1,8 @@
|
|||
%global apiversion 1.14
|
||||
%global apiversion 1.15
|
||||
|
||||
Name: cppunit
|
||||
Version: 1.14.0
|
||||
Release: 8%{?dist}
|
||||
Version: 1.15.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: C++ unit testing framework
|
||||
# no license in files
|
||||
|
|
@ -52,15 +52,13 @@ sed -i \
|
|||
rm %{buildroot}%{_libdir}/*.la
|
||||
# remove double of doc
|
||||
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
|
||||
rm -rf __dist-examples __dist-examples-dir
|
||||
cp -a examples __dist-examples
|
||||
make -C __dist-examples distclean
|
||||
# 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
|
||||
mv __dist-examples __dist-examples-dir/examples
|
||||
|
||||
|
|
@ -85,6 +83,9 @@ mv __dist-examples __dist-examples-dir/examples
|
|||
%doc doc/html
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue