Fix for bug 452340
This commit is contained in:
parent
2de5e766d0
commit
f817b66610
@ -1,6 +1,6 @@
|
||||
Name: cppunit
|
||||
Version: 1.12.1
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
|
||||
Summary: C++ unit testing framework
|
||||
# no license in files
|
||||
@ -9,6 +9,7 @@ Group: Development/Libraries
|
||||
Url: http://cppunit.sourceforge.net/
|
||||
Source: http://downloads.sourceforge.net/cppunit/cppunit-%{version}.tar.gz
|
||||
Patch0: cppunit-1.12.0-nolibdir.patch
|
||||
Patch1: cppunit-msg.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: doxygen, graphviz
|
||||
@ -44,6 +45,7 @@ for file in THANKS ChangeLog NEWS; do
|
||||
touch -c -r $file ${file}.utf8
|
||||
mv ${file}.utf8 $file
|
||||
done
|
||||
%patch1 -p1 -b .nomsg
|
||||
|
||||
%build
|
||||
export LDFLAGS=-ldl
|
||||
@ -98,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc doc/html
|
||||
|
||||
%changelog
|
||||
* Tue Jun 28 2011 Steven M. Parrish <smparrish@gmail.com> - 1.12.1-5
|
||||
- Fix for bug 452340
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user