- update to 1.11.6
This commit is contained in:
parent
938a78175e
commit
74fe4d93e9
3 changed files with 8 additions and 7 deletions
|
|
@ -1 +1 @@
|
|||
cppunit-1.11.4.tar.gz
|
||||
cppunit-1.11.6.tar.gz
|
||||
|
|
|
|||
11
cppunit.spec
11
cppunit.spec
|
|
@ -1,12 +1,12 @@
|
|||
Name: cppunit
|
||||
Version: 1.11.4
|
||||
Release: 2%{?dist}
|
||||
Version: 1.11.6
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: C++ unit testing framework
|
||||
License: LGPL
|
||||
Group: Development/Libraries
|
||||
Url: http://cppunit.sourceforge.net/
|
||||
Source: http://dl.sourceforge.net/sourceforge/cppunit/cppunit-%{version}.tar.gz
|
||||
Source: http://ovh.dl.sourceforge.net/sourceforge/cppunit/cppunit-%{version}.tar.gz
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: doxygen, graphviz
|
||||
|
|
@ -68,14 +68,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_includedir}/cppunit
|
||||
%{_libdir}/libcppunit.a
|
||||
%{_libdir}/libcppunit.so
|
||||
%{_libdir}/pkgconfig/cppunit.pc
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root,-)
|
||||
%doc doc/html/*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 16 2006 Patrice Dumas <dumas@centre-cired.fr> 1.11.4-2
|
||||
- rebuild for fc5
|
||||
* Sun May 21 2006 Patrice Dumas <dumas@centre-cired.fr> 1.11.6-1
|
||||
- update to 1.11.6
|
||||
|
||||
* Wed Dec 21 2005 Patrice Dumas <dumas@centre-cired.fr> 1.11.4-1
|
||||
- update
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
6f24440c2a580b4a98f34af09e385933 cppunit-1.11.4.tar.gz
|
||||
54734b1d054277e4fc0bac0df6e0aa4d cppunit-1.11.6.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue