From fed1f61ffb3d8399583eb0802d5a8fccafe00e59476003b862d1f36f93f80c6f Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 26 Aug 2014 13:24:06 +0000 Subject: [PATCH 1/2] Add BuildRequire for pkg-config. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmocka?expand=0&rev=14 --- cmocka.changes | 5 +++++ cmocka.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/cmocka.changes b/cmocka.changes index 651b607..3488b04 100644 --- a/cmocka.changes +++ b/cmocka.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 26 13:23:43 UTC 2014 - asn@cryptomilk.org + +- Add BuildRequire for pkg-config. + ------------------------------------------------------------------- Fri Apr 11 14:16:07 UTC 2014 - asn@cryptomilk.org diff --git a/cmocka.spec b/cmocka.spec index 8c567a1..31c9379 100644 --- a/cmocka.spec +++ b/cmocka.spec @@ -18,6 +18,7 @@ BuildRequires: cmake BuildRequires: glibc-devel +BuildRequires: pkg-config Name: cmocka Version: 0.4.0 From e9a9a83bdb7f859083c336ce44c7c2249a08715452ad9f1ef1e92530ff19ca1e Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 1 Sep 2014 13:57:41 +0000 Subject: [PATCH 2/2] - Add baselibs.conf as Source. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmocka?expand=0&rev=15 --- cmocka.changes | 5 +++++ cmocka.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/cmocka.changes b/cmocka.changes index 3488b04..616bf20 100644 --- a/cmocka.changes +++ b/cmocka.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 1 13:57:34 UTC 2014 - asn@cryptomilk.org + +- Add baselibs.conf as Source. + ------------------------------------------------------------------- Tue Aug 26 13:23:43 UTC 2014 - asn@cryptomilk.org diff --git a/cmocka.spec b/cmocka.spec index 31c9379..9b87205 100644 --- a/cmocka.spec +++ b/cmocka.spec @@ -30,6 +30,7 @@ Group: Productivity/Networking/Other Url: http://open.cryptomilk.org/cmocka # Source0: %{name}-%{version}.tar.xz +Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build %description