Revert "switch to new upstream"
This would mean rebuilding depending packages too and I don't think the
update is worth it.
This reverts commit b8f63c4263.
This commit is contained in:
parent
3865c8b5df
commit
2674ee498d
5 changed files with 60 additions and 14 deletions
25
cppunit.spec
25
cppunit.spec
|
|
@ -1,17 +1,21 @@
|
|||
%global apiversion 1.13
|
||||
%global apiversion 1.12
|
||||
|
||||
Name: cppunit
|
||||
Version: 1.13.2
|
||||
Release: 1%{?dist}
|
||||
Version: 1.12.1
|
||||
Release: 17%{?dist}
|
||||
|
||||
Summary: C++ unit testing framework
|
||||
# no license in files
|
||||
License: LGPLv2+
|
||||
Url: https://www.freedesktop.org/wiki/Software/cppunit/
|
||||
Source: http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.gz
|
||||
Url: http://cppunit.sourceforge.net/
|
||||
Source: http://downloads.sourceforge.net/cppunit/cppunit-%{version}.tar.gz
|
||||
Patch0: cppunit-1.12.0-nolibdir.patch
|
||||
Patch1: 0001-Update-FSF-address-in-LGPL-license.patch
|
||||
Patch2: 0001-convert-to-UTF-8.patch
|
||||
Patch1: cppunit-msg.patch
|
||||
#https://sourceforge.net/tracker/?func=detail&aid=2912630&group_id=11795&atid=311795
|
||||
Patch2: cppunit-warnings-sf2912630.patch
|
||||
Patch3: cppunit-aarch64.patch
|
||||
Patch4: 0001-Update-FSF-address-in-LGPL-license.patch
|
||||
Patch5: 0001-convert-to-UTF-8.patch
|
||||
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: graphviz
|
||||
|
|
@ -74,8 +78,8 @@ mv __dist-examples __dist-examples-dir/examples
|
|||
%doc AUTHORS NEWS README THANKS TODO BUGS doc/FAQ
|
||||
%license COPYING
|
||||
%{_bindir}/DllPlugInTester
|
||||
%{_libdir}/libcppunit-%{apiversion}.so.0
|
||||
%{_libdir}/libcppunit-%{apiversion}.so.0.*
|
||||
%{_libdir}/libcppunit-%{apiversion}.so.1
|
||||
%{_libdir}/libcppunit-%{apiversion}.so.1.*
|
||||
|
||||
%files devel
|
||||
%{_bindir}/cppunit-config
|
||||
|
|
@ -91,9 +95,6 @@ mv __dist-examples __dist-examples-dir/examples
|
|||
%doc doc/html
|
||||
|
||||
%changelog
|
||||
* Sat Feb 13 2016 David Tardon <dtardon@redhat.com> - 1.13.2-1
|
||||
- switch to new upstream
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.1-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue