|
@@ -1,6 +1,6 @@
|
|
Name: cppunit
|
|
Name: cppunit
|
|
-Version: 1.12.1
|
|
+Version: 1.13.2
|
|
-Release: 5%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
@@ -9,9 +9,8 @@ Summary: C++ unit testing framework
|
|
Summary(ja): C++ 単体テストフレームワーク
|
|
Summary(ja): C++ 単体テストフレームワーク
|
|
License: LGPL
|
|
License: LGPL
|
|
Group: Development/Tools
|
|
Group: Development/Tools
|
|
-Url: http://cppunit.sourceforge.net/
|
|
+Url: https://www.freedesktop.org/wiki/Software/cppunit/
|
|
-#Source: http://download.sf.net/cppunit/cppunit-%{version}.tar.gz
|
|
+Source: http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.gz
|
|
-Source: http://downloads.sourceforge.net/cppunit/cppunit-%{version}.tar.gz
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: doxygen, graphviz
|
|
BuildRequires: doxygen, graphviz
|
|
@@ -91,8 +90,12 @@ rm -rf $RPM_BUILD_ROOT
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%doc dist-examples-dir/examples/
|
|
%doc dist-examples-dir/examples/
|
|
%doc doc/html/
|
|
%doc doc/html/
|
|
|
|
+%{_datadir}/%{name}/html/
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Jul 21 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.13.2-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Fri Jul 1 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.12.1-5
|
|
* Fri Jul 1 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.12.1-5
|
|
- rebuilt with new toolchain.
|
|
- rebuilt with new toolchain.
|
|
|
|
|