From ad84f68f9e350cf56700cd0e66ea0a975b75dd8941c4092ca6bbf42210e28177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 5 Feb 2016 17:17:55 +0000 Subject: [PATCH] - Add baselibs.conf OBS-URL: https://build.opensuse.org/package/show/network:utilities/libpsl?expand=0&rev=7 --- baselibs.conf | 1 + libpsl.changes | 5 +++++ libpsl.spec | 3 ++- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..afe3614 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libpsl5 diff --git a/libpsl.changes b/libpsl.changes index 6354e82..9da31ad 100644 --- a/libpsl.changes +++ b/libpsl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 5 17:16:56 UTC 2016 - idonmez@suse.com + +- Add baselibs.conf + ------------------------------------------------------------------- Thu Jan 7 22:28:27 UTC 2016 - astieger@suse.com diff --git a/libpsl.spec b/libpsl.spec index 67b29ee..eadd856 100644 --- a/libpsl.spec +++ b/libpsl.spec @@ -25,7 +25,8 @@ Summary: C library for the Publix Suffix List License: MIT Group: Development/Libraries/C and C++ Url: https://rockdaboot.github.io/libpsl -Source0: https://github.com/rockdaboot/libpsl/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz +Source: https://github.com/rockdaboot/libpsl/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz +Source1000: baselibs.conf BuildRequires: pkg-config >= 0.9.0 BuildRequires: publicsuffix BuildRequires: python-base