From 0c2e2ee202d8efb850ec4a4576fa23b06f0084c5 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 17 Jul 2004 23:53:52 +0000 Subject: [PATCH] - added am18 patch, release 2 Changed files: cppunit.spec -> 1.12 --- cppunit.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cppunit.spec b/cppunit.spec index 2c37fd5..93faaec 100644 --- a/cppunit.spec +++ b/cppunit.spec @@ -2,11 +2,12 @@ Summary: The C++ Unit Test Library Summary(pl): Biblioteka testowa do C++ Name: cppunit Version: 1.10.2 -Release: 1 +Release: 2 License: LGPL Group: Libraries Source0: http://dl.sourceforge.net/cppunit/%{name}-%{version}.tar.gz # Source0-md5: 0bc06cd219410f7d4f6bbfc9bdd7c824 +Patch0: %{name}-am18.patch URL: http://cppunit.sourceforge.net/ BuildRequires: autoconf >= 2.50 BuildRequires: automake >= 1.4 @@ -48,6 +49,7 @@ Statyczna biblioteka cppunit. %prep %setup -q +%patch0 -p1 echo 'libcppunit_la_LIBADD = -ldl' >> src/cppunit/Makefile.am -- 2.43.0